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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codescope:cs-fileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show all entities in a file using the `file_entities` MCP tool.
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"
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeToken-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files to understand code structure, find functions, or explore a codebase efficiently.
Reads code implementation details and file structures using Brokk tools: getClassSources for classes, getMethodSources for methods, getFileContents, skimFiles, and getFileSummaries. Use to explore code efficiently.
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.