ag-charts
Chart library development, performance review, and test migration
Instructs the agent to never guess when requirements are ambiguous, verify every chart API against types and working examples, run formatting, lint, and test commands before commits, and check performance impact with the hot-path detector before reviewing changes.
All Skills in This Repository (3)
Pure Emerald Level IndicatorsSpruce Example
Refine AG Charts gallery examples for theme compatibility and visual quality.
Spruce Docs
Generate AG Charts documentation pages with validated API references and framework-compatible examples.
estimate-jira
Generate structured JIRA ticket estimates with complexity, effort, and risk analysis.
Frequently Asked Questions
FAQPage SchemaHow to install AG Charts skills?โผ
Run `npx skills add ag-grid/ag-charts --all -g -y` in your terminal to install all skills in this suite globally.
How to estimate a JIRA ticket with AI?โผ
The estimate-jira skill analyzes the ticket, clarifies ambiguities with structured questions, investigates the codebase, and produces a report with effort ranges, risks, and dependencies.
How to check if a code change hurts chart performance?โผ
The hot-paths skill runs a deterministic detector that scores changed files against per-datum and per-frame tiers, then tells you which benchmarks provide real evidence.
How to find the real default value of a chart option?โผ
The chart-defaults skill walks you through the three-tier config system and points you to the theme template in the module file, which holds the actual runtime default users see.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core