
from claude-bootstrap587
Sub-millisecond AST-based code graph for symbol lookup, dependency analysis, call tracing, and blast-radius detection to speed code navigation and impact analys
The Code Graph skill exposes an indexed AST-based code graph (codebase-memory-mcp) so agents can perform instant symbol lookup, fuzzy function search, dependency queries, caller/callee tracing, and blast-radius analysis without scanning entire files. It reduces token usage and speeds planning, onboarding, and refactor analysis by providing structured, queryable code metadata.
Use this skill whenever you need to locate definitions, understand call chains, trace dependencies, or assess the impact of a change before editing files. It's ideal for planning refactors, reviewing PRs, onboarding, and any task where finding related code quickly or measuring blast radius matters.
Primarily designed for Claude Code / Claude Code-like agents that support MCP tool integrations (code search, graph queries). Works with any agent able to call MCP tools for code indexing and retrieval.
This skill has not been reviewed by our automated audit pipeline yet.