What problem does it solve?
This Skill eliminates the frustration of slow, complex text searches by leveraging ripgrep for lightning-fast, intelligent pattern matching across your codebase, logs, and files. It saves you hours of manual sifting and struggling with arcane grep commands.
Core Features & Use Cases
- Ultra-Fast Search: Perform text searches 10-100x faster than traditional tools, with automatic parallel processing.
- Advanced Filtering: Precisely target searches by file type, size, modification time, and respect
.gitignore rules.
- Multiline & Regex Power: Handle complex patterns spanning multiple lines and utilize PCRE2 for sophisticated regex.
- Use Case: Quickly locate all "TODO" or "FIXME" comments across a multi-language repository, or analyze critical errors in
/var/log within the last hour, complete with surrounding context.
Quick Start
Use the ripgrep-search skill to find all instances of 'ERROR' in your log files in '/var/log' and show 3 lines of context around each match.