A cross-platform desktop app for managing AI Agent Skills
Manage Skills across global and project locations, track their sources and updates,
and control which agents can read them.
- Discover and install — Browse available Skills, review their sources, documentation, and security information, or install from GitHub, Git, local directories, Well-known URLs, raw
SKILL.mdfiles, and ZIP/tar archives - Browse and maintain — Read installed Skill content, check and apply updates, and select a new source when the saved source no longer works; private GitHub sources can reuse local Git credentials for update checks
- Projects and agents — View global and project Skills together, filter by agent, manage which agents can read a Skill, and copy Project Skills to other projects; use built-in agent definitions or add your own
- Cross-platform management — Manage Skills on Windows, macOS, and Linux; Windows users can also switch to installed WSL distributions
Browse installed Skills, read their full content, and check for or apply updates.
Browse Global and Project Skills separately and filter them by agent. |
Browse installable Skills with source details, documentation, and security information. |
Adjust agent associations for an installed Skill. |
Copy a Project Skill to projects in the current or another Environment. |
Download the latest release from GitHub Releases and choose the installer for your platform:
- Windows:
skill-deck_x.x.x_windows_x64-setup.exe; stable releases also provideskill-deck_x.x.x_windows_x64.msi - macOS Apple Silicon:
skill-deck_x.x.x_macos_aarch64.dmg - macOS Intel:
skill-deck_x.x.x_macos_x64.dmgmacOS builds are currently unsigned. If macOS blocks the app after installation, run:
sudo xattr -rd com.apple.quarantine "/Applications/Skill Deck.app" - Linux:
skill-deck_x.x.x_linux_amd64.deb,skill-deck_x.x.x_linux_x86_64.rpm, orskill-deck_x.x.x_linux_amd64.AppImage
Choose a Skill from the Discover page, or open the install entry in Global Skills or a target project. When installing a Project Skill, add or select the project in the sidebar first.
Choose an online result or enter a Skill source. For example:
https://github.com/vercel-labs/skillsvercel-labs/skills(GitHub shorthand)https://example.com/SKILL.mdor a ZIP/tar archive URL/path/to/local/skill(local path)
You can also paste a skills CLI skills add command. Skill Deck parses its source, Skill names, and target agents, then lets you confirm and adjust them before installation:
npx skills add vercel-labs/agent-skills --skill frontend-design -a claude-codeSelect the Skills, target agents, and installation mode, review the change preview, and run the installation. Cross-host download redirects require explicit confirmation. Direct downloads are one-time, new-install sources and do not provide update, reinstall, or source-repair actions afterward. After installation, the selected agents can read the Skill; you can continue reading and managing agents from the Skills workspace.
- Read the changelog for user-visible changes in each release
- Report a problem or suggest an improvement through GitHub Issues
- See the project documentation for product behavior, compatibility, and development conventions
See the contribution guide for the development environment, dependency versions, validation requirements, and contribution workflow.
git clone https://github.com/hccake/skill-deck.git
cd skill-deck
pnpm install --frozen-lockfile
pnpm tauri devUse pnpm tauri build for a production build. Build output is located at src-tauri/target/release/bundle/.
- vercel-labs/skills — A widely used third-party Skill manager and a compatibility and product reference for Skill Deck
- Tauri — Cross-platform desktop app framework
- Linux.do — Community support and feedback




