This is a reference guide for modern command-line search tools that blow away the old Unix find and grep. It covers fd for finding files by name or type, ripgrep for blazingly fast content search, and fzf for interactive fuzzy selection. The quick reference tables are genuinely useful, especially the performance tips about respecting .gitignore and using type flags. The combined patterns section shows how to chain these tools together, which is where they really shine. If you're still using find and grep for everything, this will show you what you're missing. Just note you'll need to install all three tools first.
npx skills add https://github.com/0xdarkmatter/claude-mods --skill file-search