file-nav
Installation
SKILL.md
File Navigation Skill
Use fd for finding files and navigating directory structures. fd is a fast, user-friendly alternative to find.
Prerequisites
If fd is not installed, recommend the user install it:
# Arch Linux
sudo pacman -S fd
# Ubuntu/Debian (note: binary is 'fdfind', alias to 'fd')
sudo apt install fd-find
alias fd=fdfind
# macOS
brew install fd