From codescope
Displays codebase statistics from Codescope knowledge graph: files, functions, classes, modules, imports, variables, relations. Use for project overviews or counting elements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codescope:cs-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the knowledge graph statistics using the `graph_stats` MCP tool.
Show the knowledge graph statistics using the graph_stats MCP tool.
Display a clean summary:
Project: <repo-name>
========================
Files: XXX
Functions: XXX
Classes: XXX
Modules: XXX
Imports: XXX
Variables: XXX
Relations: XXX
========================
If the stats look empty (all zeros), suggest running /cs-index first.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeRe-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.
Explores codebases using SocratiCode semantic search, dependency graphs, and tools like codebase_search for understanding architecture, finding functions/types, analyzing dependencies, and searching schemas/specs.
Surveys codebase structure including modules, tech stack, entry points, git hotspots, and call graphs using analyzers.