From codescope
Searches the Codescope knowledge graph for functions, methods, or symbols matching a name pattern. Displays results in a table grouped by file with counts. Use to locate code symbols by name.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codescope:cs-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search the knowledge graph for functions matching a pattern.
Search the knowledge graph for functions matching a pattern.
Use the search_functions MCP tool with the pattern: $ARGUMENTS
If no arguments given, ask the user what to search for.
Show results as a table:
| Function | File | Line |
|---|
If many results, group by file. Show total count at the end.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeSearch code symbols (functions, classes, methods, types), find call sites and references, list file symbols, get outlines, check index status, and query static analysis findings. Requires indexed codebase.
Searches code knowledge graph in .gauntlet/graph.db for functions, classes, and types by name using FTS5 full-text search with boosting for PascalCase, snake_case, and dotted paths.
Searches PLUGADVPL symbol index (functions, classes, methods) by exact match, prefix, or full-text. Outputs name, type, file:line, and signature in Markdown format.