skill-manager
Installation
SKILL.md
Skill Manager
Interactive management tool for installed agent skills using fzf fuzzy finder.
Provides a visual selection interface to uninstall multiple skills at once.
Prerequisites
- fzf installed (fuzzy finder for terminal)
# macOS
brew install fzf
# Ubuntu/Debian/WSL
sudo apt update && sudo apt install fzf
# Fedora
sudo dnf install fzf