·file-search
</>

file-search

0xdarkmatter/claude-mods

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.

24Installs·0Trend·@0xdarkmatter

Installation

$npx skills add https://github.com/0xdarkmatter/claude-mods --skill file-search

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.

View raw

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
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