finding-files

Installation
SKILL.md

fd: Intuitive File Search

Always invoke fd skill for fast file discovery - do not execute bash commands directly.

Use fd for fast file discovery that's 13-23x faster than find.

Default Strategy

Invoke fd skill for fast file discovery with parallel search and smart defaults. Use when searching for files by name, pattern, or type, especially when performance matters or when working with large directories.

Common workflow: fd skill → other skills (fzf, bat, ripgrep, sd) for further processing.

Key Options

  • -e ext for extension filtering
  • -t file|dir for type filtering
  • -H include hidden files
  • -I ignore .gitignore
  • --exclude pattern exclusions
Related skills

More from iota9star/my-skills

Installs
24
GitHub Stars
8
First Seen
Feb 3, 2026