What problem does it solve?
It solves slow, manual searching for files by name and for text inside documents, so you can quickly locate what you need within a large project or research workspace.
Core Features & Use Cases
- Fast file-name search with fd: Quickly find matching filenames with useful filters for type, extension, size, and modified time.
- Fast content search with ripgrep (rg): Quickly search inside files for exact strings or regex patterns with controllable output (counts, filenames, line numbers, context).
- Use case: When writing a paper, you can rapidly locate where a specific method or citation string appears across your local PDFs, notes, and code/config files, then refine results using hidden/ignored-file handling.
Quick Start
Ask the skill to search your repository for the keyword "multi-agent" and return matching filenames with line numbers.