content-search
Installation
SKILL.md
Content Search Skill
Search file contents using regular expressions with ripgrep (rg) or grep fallback. Optimized for searching code and text files.
When to Use
✅ USE this skill when:
- Finding where a function is defined
- Searching for specific patterns in code
- Locating files containing specific text
- Analyzing codebase structure
❌ DON'T use this skill when:
- Binary file search (use file command)
- Simple filename matching (use find or glob)
- Regex in filenames only (use find -regex)