Skip to content

Latest commit

 

History

360 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skill Deck

Skill Deck

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.

Latest release Build status License

Download latest release · Quick start · 中文


✨ Core capabilities

  • 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.md files, 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

Screenshots

Skill detail view

Browse installed Skills, read their full content, and check for or apply updates.

Skills overview
Browse Global and Project Skills separately and filter them by agent.
Discover page
Browse installable Skills with source details, documentation, and security information.
Manage agents
Adjust agent associations for an installed Skill.
Copy across projects
Copy a Project Skill to projects in the current or another Environment.

📥 Installation

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 provide skill-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.dmg

    macOS 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, or skill-deck_x.x.x_linux_amd64.AppImage

🚀 Quick start

1. Choose an install entry point

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.

2. Provide a Skill source

Choose an online result or enter a Skill source. For example:

  • https://github.com/vercel-labs/skills
  • vercel-labs/skills (GitHub shorthand)
  • https://example.com/SKILL.md or 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-code

3. Confirm and install

Select 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.


📚 Docs and feedback

  • 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

🛠️ Development and contribution

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 dev

Use pnpm tauri build for a production build. Build output is located at src-tauri/target/release/bundle/.


📄 License

Apache License


🙏 Acknowledgments

  • 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

About

A native desktop GUI for managing open agent skills

Topics

Resources

Contributing

Stars

28 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages