Codegraph CLI

Query the codegraph knowledge graph with the codegraph CLI for structural code questions: what calls a symbol, what it calls, its source, and the blast radius of changing it. Use whenever the codegraph MCP tools are unavailable or blocked. Requires codegraph in PATH and an indexed repository, and covers indexed source symbols only, not literals, configs or non-code files.

kilianpaquier 47c1817 2 files · 2.3 KB Updated

File contents

codegraph CLI (code intelligence)

Fallback for querying the codegraph knowledge graph via the codegraph CLI when the MCP tools can't be used. Requires codegraph in PATH and the repository already indexed (codegraph init --index, or codegraph sync if stale).

See references/cli.md for the full command reference.

kilianpaquier/ai-integration/tree/main/plugins/codegraph/.apm/skills/codegraph-cli commit 47c1817f31

Frequently asked questions

npx skillmds@latest add kilianpaquier/codegraph-cli