AG Grid MCP-style docs search, version detection, examples, definitions, and upgrade guidance through a lightweight local CLI and installable agent skill.
Based on the official AG Grid MCP server documentation:
Project-local install:
npx skills add adinvadim/ag-grid-cliAfter install, no extra build step is required for consumers. The bundled runtime is committed to the repo.
Global install:
npx skills add -g adinvadim/ag-grid-cliInstall only this skill explicitly:
npx skills add adinvadim/ag-grid-cli --skill ag-grid-cliList available skills in this repo:
npx skills add adinvadim/ag-grid-cli --list- detect AG Grid version and framework in a repo
- set an explicit AG Grid version/framework override
- search AG Grid docs with framework/version awareness
- fetch articles, API definitions, and examples
- generate quick-start guidance
- generate upgrade guidance
Installed binary:
ag-grid-cliPortable fallback on any OS:
node <skill-dir>/bundle/ag-grid-cli.cjsFor agents, this portable bundle path should be treated as the default entrypoint after skill install.
Do not assume ag-grid-cli is on PATH.
Repo-local launchers:
- macOS/Linux:
./ag-grid-cli.sh - Windows cmd:
ag-grid-cli.cmd - Windows PowerShell:
ag-grid-cli.ps1
Launchers are agent-friendly:
- use
ag-grid-clidirectly if already installed - otherwise run the committed bundled CLI directly
- require Node, but do not run
npm installor compile at runtime
ag-grid-cli detect-version
ag-grid-cli search-docs "cell renderer" --framework vue
ag-grid-cli definitions get cellRenderer
ag-grid-cli examples list --framework vue --language typescript
ag-grid-cli upgrade-grid --to 35.1.0The installable skill lives at: