Code Search Tool

Search code files using grep or ripgrep for patterns, symbols, and functions

foxl-ai dd7721d 528 B Updated

File contents

Code Search Tool Skill

Provides the code_search tool for searching code files.

Requirements

  • Either rg (ripgrep) or grep must 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

foxl-ai/skills/tree/main/skills/code-search-tool commit dd7721de7b

Frequently asked questions

npx skillmds@latest add foxl-ai/code-search-tool