From code-index
Explore codebases and learn how they work using the knowledge graph — tool reference, architecture discovery, and code exploration
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-index:discoverThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explore unfamiliar codebases, understand architecture, and learn how features work.
Explore unfamiliar codebases, understand architecture, and learn how features work.
| Tool | Purpose |
|---|---|
search | Unified search: symbol lookup or hybrid semantic+fulltext search |
trace_dependencies | Find what depends on a symbol or what it depends on |
diff_analysis | Map git changes to affected symbols |
rename | Plan coordinated renames across the codebase |
list_repos | List all indexed repositories |
explore_structure | Get clusters and folder hierarchy in one call |
health_check | Index staleness and coverage metrics |
| URI | Description |
|---|---|
code-index://overview | All indexed repositories |
code-index://repo/{name} | Repository context and stats |
code-index://repo/{name}/modules | Community modules |
code-index://repo/{name}/flows | Execution flows |
code-index://repo/{name}/flows/{name} | Flow detail |
code-index://repo/{name}/symbol/{name} | Symbol detail |
code-index://repo/{name}/metrics | Index health metrics |
list_repos() then read code-index://repo/{name} for overviewsearch("how does auth work") with natural languagesearch("SessionManager") for symbol context (auto-detected)code-index://repo/{name}/flows to follow execution pathsexplore_structure() to see module boundaries and folder hierarchyNodes: File, Folder, Module, Function, Class, Method, Interface, Variable, Community, Process
Edges: CONTAINS, CALLS, IMPORTS, EXTENDS, IMPLEMENTS, DEFINES, OVERRIDES, REFERENCES, MEMBER_OF, PARTICIPATES_IN
npx claudepluginhub nnourr/code-indexCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.