plugins marketplace
← All plugins

ggnet

v2.0.0-beta

GGNet charting skills: grammar-of-graphics plot composition for .NET/Blazor and chart selection grounded in GGNet's renderable surface.

CodexClaude Code1 skill

87updated 6 days ago

Source

git clone https://github.com/pablofrommars/GGNet

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

ggnet/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/ggnet/SKILL.md

Skills1

ggnetskills/ggnet/SKILL.md

Generate charts with GGNet, the grammar-of-graphics plotting library for .NET/Blazor (C#, fluent DSL, SVG output). Use when creating, editing, or debugging plots in a C#/.NET/Blazor codebase that references GGNet — chart, plot, graph, dashboard, sparkline, histogram, heatmap, candlestick, choropleth requests included. Do NOT use for Plotly, Chart.js, ApexCharts, ScottPlot, matplotlib, or non-.NET charting.

Manifests2

.codex-plugin/plugin.json
{
  "name": "ggnet",
  "version": "2.0.0-beta",
  "description": "GGNet charting skills: grammar-of-graphics plot composition for .NET/Blazor and chart selection grounded in GGNet's renderable surface.",
  "skills": [
    "./skills/"
  ]
}
.claude-plugin/plugin.json
{
  "name": "ggnet",
  "version": "2.0.0-beta",
  "description": "GGNet charting skills: grammar-of-graphics plot composition for .NET/Blazor and chart selection grounded in GGNet's renderable surface.",
  "author": {
    "name": "Pablo Belin"
  },
  "repository": "https://github.com/pablofrommars/GGNet",
  "license": "MIT"
}