From codescope
Lists functions, classes, structs, imports, and configs in a file, grouped by type with line numbers and total count. Use for file overviews or content queries.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeThis skill uses the workspace's default tool permissions.
Show all entities in a file using the `file_entities` MCP tool.
Navigates codebases via AST parsing: smart_outline for file structures, smart_search for cross-file symbols, smart_unfold for function extraction. 10-20x fewer tokens than full file reads.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Navigates codebases using .codemap/ structural indexes to find symbol definitions (classes, functions, methods), explore file structures, and locate code by name. Enables targeted line-range reads to reduce token consumption.
Share bugs, ideas, or general feedback.
Show all entities in a file using the file_entities MCP tool.
File path: $ARGUMENTS
If no arguments given, ask which file to analyze.
Group by type:
function_name (line X-Y)ClassName (line X-Y)import_name (line X)Show total count at the end: "12 entities in src/main.rs"