file-search
Installation
SKILL.md
File Search
Fast file-name and content search using fd and ripgrep (rg).
Purpose
This skill provides efficient file system search capabilities using two modern CLI tools:
| Tool | Purpose |
|---|---|
fd |
Fast file-name search (alternative to find) |
rg |
Fast content search (alternative to grep) |