From codescope
Displays codebase statistics from Codescope knowledge graph: files, functions, classes, modules, imports, variables, relations. Use for project overviews or counting elements.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeThis skill uses the workspace's default tool permissions.
Show the knowledge graph statistics using the `graph_stats` MCP tool.
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.
Explores codebases using SocratiCode semantic search, dependency graphs, and artifacts to understand architecture, find functions/types, analyze dependencies, and search schemas/APIs.
Answers questions about a codebase by querying the knowledge graph at .understand-anything/knowledge-graph.json. Searches nodes, edges, layers for code structure, dependencies, and relationships.
Share bugs, ideas, or general feedback.
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.