From codescope
Re-indexes the current codebase with Codescope's index_codebase tool, fetches graph stats, and reports counts for files, functions, classes, imports, and relations. Use after code changes to refresh the knowledge graph.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codescope:cs-indexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Re-index the current project using Codescope's `index_codebase` MCP tool.
Re-index the current project using Codescope's index_codebase MCP tool.
Steps:
index_codebase MCP toolgraph_stats to show what was indexedShow a summary like:
Indexed: 245 files
Functions: 1,203
Classes: 89
Imports: 567
Relations: 3,401
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeDisplays codebase statistics from Codescope knowledge graph: files, functions, classes, modules, imports, variables, relations. Use for project overviews or counting elements.
Triggers manual reindex of TypeScript/JavaScript codebase using matrix_reindex tool. Use after external file changes, stale or incomplete indexes, or mass file renames/moves.
Runs OntoIndex CLI commands to analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos.