Code Search Tool Skill
Provides the code_search tool for searching code files.
Requirements
- Either
rg(ripgrep) orgrepmust be available on PATH
Provided Tool
code_search- Search code with grep/ripgrep for patterns, symbols, functions
When to use
- User asks to find code patterns or symbols
- User needs to locate function definitions
- User wants to search across a codebase