code-search
Installation
SKILL.md
Code Search Skill
Use ripgrep (rg) for searching patterns inside file contents. For finding files by name, use the file-nav skill instead.
Prerequisites
If rg is not installed, recommend the user install it:
# Arch Linux
sudo pacman -S ripgrep
# Ubuntu/Debian
sudo apt install ripgrep
# macOS
brew install ripgrep