A desktop GUI wrapper for the skills.sh CLI tool.
Agent skills are powerful, and the skills CLI works well — but not everyone lives in the terminal. SkillPad gives you a visual way to browse, install, and manage skills without touching the command line.
- Browse skills from skills.sh gallery
- Search skills with debounced filtering
- View skill details with markdown rendering
- Install skills to selected agents (global or project scope)
- Remove installed skills
- Manage multiple projects with drag-to-reorder
- Configure default agents in preferences
- Command palette for quick navigation
- Keyboard shortcuts for navigation
- Automatic dark/light theme (follows system preference)
- Auto-update with in-app notifications
- Window state persistence
Download the latest version from skillpad.dev/download.
- Skills Directory: Browse all available skills from skills.sh
- Global Skills: View globally installed skills
- Projects: Import and manage project-specific skills
Cmd/Ctrl + KorCmd/Ctrl + P- Open command paletteCmd/Ctrl + F- Focus searchCmd/Ctrl + 1- Navigate to Skills DirectoryCmd/Ctrl + 2- Navigate to Global SkillsCmd/Ctrl + 3-9- Navigate to projects (1st-7th)Cmd/Ctrl + Shift + [- Previous tabCmd/Ctrl + Shift + ]- Next tabCmd/Ctrl + ,- Open Preferences
- Browse or search for a skill in the Skills Directory
- Click "Add" on the skill card
- Select install targets (Global and/or Projects)
- Select agents
- Click "Add" to install
- Click "Import" in the Projects section
- Select a project folder
- The project appears in the sidebar
- Drag to reorder projects
bun run dev# macOS (Universal binary)
bun run tauri build --target universal-apple-darwin
# Windows
bun run tauri build --target x86_64-pc-windows-msvc# Unit tests
bun run test
# E2E tests
bun run test:e2ebun run typecheckbun run lint
bun run lint:fix
bun run formatbun run cleanMIT
