Skip to content

adinvadim/ag-grid-cli

Repository files navigation

ag-grid-cli

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:

Install as a Skill

Project-local install:

npx skills add adinvadim/ag-grid-cli

After 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-cli

Install only this skill explicitly:

npx skills add adinvadim/ag-grid-cli --skill ag-grid-cli

List available skills in this repo:

npx skills add adinvadim/ag-grid-cli --list

What the Skill Gives an Agent

  • 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

Entry Points

Installed binary:

ag-grid-cli

Portable fallback on any OS:

node <skill-dir>/bundle/ag-grid-cli.cjs

For 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-cli directly if already installed
  • otherwise run the committed bundled CLI directly
  • require Node, but do not run npm install or compile at runtime

Examples

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.0

Skill File

The installable skill lives at:

CLI Docs

About

AG Grid MCP-style docs search, examples, definitions, and upgrade guidance as a lightweight CLI and installable agent skill

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors