
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.
Code Graph is an MCP-based skill for AST-powered code navigation — symbol lookup, dependency tracing, and blast radius detection via the codebase-memory-mcp server. No bundled scripts; purely instructional SKILL.md with well-structured workflows, tool reference tables, and anti-pattern guidance. Targets developers working in large codebases with Claude Code.
Clean skill, no security concerns whatsoever. Well-documented workflow with numbered steps and decision framework. No scripts to audit. Dependency on external MCP server (codebase-memory-mcp) is clearly documented.