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.
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeThis skill uses the workspace's default tool permissions.
Search the knowledge graph for functions matching a pattern.
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.
Enhances codebase searches via semantic query parsing, regex patterns, AST analysis, symbol lookups, and optimized grep/ripgrep with relevance ranking and context.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.