Agent skill for Chartworks — chart rendering for AI agents (Claude Code, Cursor, Codex, Copilot, Gemini CLI, …).
Teaches the host agent to use the chartworks CLI through a three-stage flow: fetch the manual, fetch per-chart guides, render. The full skill content is in SKILL.md.
Use your agent's skill mechanism, e.g.:
gh skill install chartworks/skillOr copy SKILL.md into the directory your agent watches for skills.
Once installed, the agent will reach for these commands when asked to render a chart:
npx chartworks manual # orientation, once per session
npx chartworks guide bar line # per-chart docs (variadic)
npx chartworks render --spec spec.json # render to PNG / SVG