plugins/codegraph/skills/codegraph/SKILL.md
Query a pre-indexed knowledge graph of a codebase (symbols, call graphs, dependencies, impact) instead of scanning files with grep/glob/Read. Use when exploring an unfamiliar codebase, tracing who calls or is called by a function, assessing the blast radius of a change, finding where a symbol is defined or used, or answering architecture questions. Triggers on mentions of code navigation, call graph, callers, callees, impact analysis, symbol search, or understanding code structure.
npx skillsauth add pleaseai/claude-code-plugins Navigating Codebases with CodeGraphInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CodeGraph gives you a pre-indexed knowledge graph of the current project — symbol relationships, call graphs, and code structure — so you can answer questions instantly instead of consuming tokens scanning files with grep, glob, and Read.
First check: CodeGraph applies only in repositories it has indexed — a
.codegraph/ directory exists at the repo root. If there is no .codegraph/
directory, skip CodeGraph entirely; indexing is the user's decision (suggest
codegraph init only if they want it).
In an indexed repo, reach for CodeGraph before grep/find or reading files when you need to understand or locate code:
codegraph_explore
(returns the relevant symbols' verbatim source plus the call paths between them)codegraph_nodecodegraph_searchcodegraph_callerscodegraph_calleescodegraph_impactcodegraph_filescodegraph_statuscodegraph_explore — it answers most code questions in a single call.codegraph_node, then
codegraph_callers / codegraph_callees.codegraph_impact to find everything affected.npx -y @colbymchenry/codegraph explore "<symbols or question>"
and npx -y @colbymchenry/codegraph node <symbol-or-file> print the same output as
the MCP tools — portable even without a global codegraph install (drop the
npx -y @colbymchenry/ prefix if the CLI is on your PATH).⚠️ staleness banner naming a file, Read that file
directly for live content — it was edited within the sync debounce window..codegraph/ directory. No
.codegraph/ → don't call CodeGraph tools.tools
Creates durable, resumable workflows using Vercel's Workflow SDK. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow sdk", "queue", "event", "push", "subscribe", or step-based orchestration.
tools
Install and configure Vercel Workflow SDK before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable workflows", "configure workflow sdk", or "init workflow" for Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, or Vite.
tools
Migrates Temporal, Inngest, Trigger.dev, and AWS Step Functions workflows to the Workflow SDK. Use when porting Activities, Workers, Signals, step.run(), step.waitForEvent(), Trigger.dev tasks / wait.forToken / triggerAndWait, ASL JSON state machines, Task/Choice/Wait/Parallel states, task tokens, or child workflows.
tools
Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.