file-search
✓Modern file and content search using fd, ripgrep (rg), and fzf. Triggers on: fd, ripgrep, rg, find files, search code, fzf, fuzzy find, search codebase.
Installation
SKILL.md
| Find TS files | fd -e ts | | Find in src | fd -e ts src/ | | Search pattern | rg "pattern" | | Search in type | rg -t py "import" | | Files with match | rg -l "pattern" | | Count matches | rg -c "pattern" | | Interactive | fd \| fzf | | With preview | fd \| fzf --preview 'bat {}' |
| Both respect .gitignore | Auto-skip nodemodules, dist | | Use -t over -g | Type flags are faster | | Narrow the path | rg pattern src/ faster | | Use -F for literals | Avoids regex overhead |
Modern file and content search using fd, ripgrep (rg), and fzf. Triggers on: fd, ripgrep, rg, find files, search code, fzf, fuzzy find, search codebase. Source: 0xdarkmatter/claude-mods.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/0xdarkmatter/claude-mods --skill file-search- Source
- 0xdarkmatter/claude-mods
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is file-search?
Modern file and content search using fd, ripgrep (rg), and fzf. Triggers on: fd, ripgrep, rg, find files, search code, fzf, fuzzy find, search codebase. Source: 0xdarkmatter/claude-mods.
How do I install file-search?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill file-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/0xdarkmatter/claude-mods
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01