@pragnyanramtha/skilltree
v0.4.0
Published
TUI installer for agent skills
Readme
skilltree
TUI installer and CLI wrapper for agent skills.
npx skilltreeskilltree searches skills.sh, lets you multi-select skills in a richer TUI, and installs them through the upstream skills CLI.
Commands
skilltree react hooks
skilltree find testing
skilltree install seo -g -y
skilltree add vercel-labs/agent-skills --skill frontend-design -a codex -y
skilltree list
skilltree remove frontend-designInteractive aliases:
findinstalliinsaddwhen you pass a search query instead of a direct source
Direct upstream passthrough:
add <source>listlsremovermrupdateupgradeinit
Common Flags
-a, --agent <id> Preselect one or more agents
-g, --global Install globally
-p, --project Force project scope
-y, --yes Skip scope, agent, and confirm prompts when possible
--all Select all search resultsTUI Design Notes
The current TUI intentionally follows a few proven terminal patterns:
- strong separation between focused, selected, and metadata states
- persistent keyboard hints
- live local filtering inside selection menus
- explicit selected counts and install summaries
- minimal empty-state guidance instead of blank screens
See docs/tui-research.md for the short research summary that shaped the prompt design.
