adinvadim/ag-grid-cli
AG Grid MCP-style docs search, examples, definitions, and upgrade guidance as a lightweight CLI and installable agent skill
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 --listInstalled 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:
./ag-grid-cli.shag-grid-cli.cmdag-grid-cli.ps1Launchers are agent-friendly:
ag-grid-cli directly if already installednpm install or compile at runtimeag-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:
Loading reviews...