exploring-codebases
Skillby tmcfarlane
Semantic search for codebases. Locates matches with ripgrep and expands them into full AST nodes (functions/classes) using tree-sitter or pre-generated _MAP.md files. Returns complete, syntactically valid code blocks rather than fragmented lines. Use when looking for specific implementations, examples, or references where full context is needed.
Details
- Path
- skills/exploring-codebases/SKILL.md
- Dependencies
- 1