Loading...
Loading...
Performs fast file discovery with parallel search and smart defaults. Use this skill when searching for files by name, pattern, or type, especially when performance matters or when working with large directories
npx skill4agent add iota9star/my-skills finding-files-e ext-t file|dir-H-I--exclude pattern-x-X{}{.}{/}fd → fzf → batfd → sdfd → xargs toolfd → ripgrep# Find and edit source files
fd -e py | fzf --multi --preview="bat --color=always {}" | xargs vim
# Find and replace in JavaScript files
fd -e js -x sd "oldPattern" "newPattern"