| name | ln-020-codegraph |
| description | Builds and queries code knowledge graph for dependency analysis, references, implementations, and architecture overview. Use when starting work on unfamiliar codebase or before refactoring. |
| license | MIT |
| allowed-tools | mcp__hex-graph__index_project, mcp__hex-graph__watch_project, mcp__hex-graph__search_symbols, mcp__hex-graph__get_symbol, mcp__hex-graph__trace_paths, mcp__hex-graph__find_references, mcp__hex-graph__find_implementations, mcp__hex-graph__find_dataflows, mcp__hex-graph__explain_resolution, mcp__hex-graph__get_architecture, mcp__hex-graph__find_clones, mcp__hex-graph__find_hotspots, mcp__hex-graph__find_unused_exports, mcp__hex-graph__find_cycles, mcp__hex-graph__get_module_metrics |
Paths: File paths are relative to skills repo root.
Code Knowledge Graph
Type: Standalone Utility
Category: 0XX Dev Environment
Indexes codebase into a layered graph (tree-sitter AST → SQLite) and provides dependency analysis, path tracing, references, implementations, and architecture overview via MCP tools.
Inputs
| Input | Required | Source | Description |
|---|
project_path | yes | args or CWD | Project root to index |
command |