Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-index:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build, maintain, and monitor the code-index knowledge graph.
Build, maintain, and monitor the code-index knowledge graph.
code-index analyze # current directory
code-index analyze /path/to/repo
code-index analyze --force # rebuild from scratch
code-index analyze --no-embeddings # skip semantic vectors (faster)
Use the health_check tool to verify index quality:
code-index status # check index status
code-index list # list indexed repos
code-index clean # remove index data
code-index search "query" # CLI search
code-index mcp # start MCP server
.code-index/ in the repo root~/.code-index/registry.json tracks all reposnpx 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.