JavaScript ChartsAG Skills

We are building a set of AI skills for developing grid and charts applications using coding agents such as Claude and Codex.

We currently publish one skill, ag-update, which handles version upgrades. We plan to add more over time.

We are actively developing and releasing new versions of our skills. Feedback is welcome - open an issue on GitHub.

Installation Copy Link

A skill is just a folder of files that can be installed in your project repo, or your home directory. Use the skills CLI to copy the files to your computer:

npx skills add ag-grid/skills

Updating Copy Link

Update to the latest version at any time:

npx skills update ag-grid/skills

Using ag-update Copy Link

The skill produces a markdown file detailing all the changes that need to be applied to your project in order to update to a new version.

In your coding agent you can invoke the skill and it will analyse your codebase and propose what updates can be applied:

Use the ag-update skill

Alternatively, tell the skill exactly what you want to update:

Use the ag-update skill to update all projects in this monorepo except apps/demo-app to ag charts v14

The skill will analyse your repo and our breaking change documentation and produce a markdown file containing a list of changes to apply. In the case of optional changes you'll be asked whether you want to apply them.

You can then review the generated file and ask your agent to make an implementation plan based on it.