A cross-platform desktop app for managing AI agent skills.
Browse, install, sync, and edit skills across 16 agents from a single interface.
简体中文 | English
- Claude Code
- Cursor
- Codex
- Gemini CLI
- GitHub Copilot CLI
- Kiro
- OpenCode
- Antigravity
- CodeBuddy
- OpenClaw
- Trae
- Windsurf
- Cline
- Factory
- Warp
- Qoder
- Dashboard — See which agents are installed, how many skills each has
- Skills Manager — View, edit, uninstall, and sync skills across agents
- Marketplace — Browse and install skills from skills.sh and ClawHub
- Skill Editor — Edit SKILL.md files directly in the app
- File Watcher — Auto-refreshes when skills change on disk
- Cross-Agent Sync — Install a skill to one agent, sync it to all others in one click
Frontend: React 19, TypeScript, Tailwind CSS 4, shadcn/ui
Native Core: Rust, Tauri 2, SQLite
Automatically detects your OS, architecture, and picks a matching installer from GitHub Releases.
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/chrlsio/agent-skills/v0.1.8/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/chrlsio/agent-skills/v0.1.8/install.ps1 | iexSupported formats: Linux (.deb / .rpm / .AppImage) | macOS (.dmg) | Windows (.exe / .msi)
# 1. Tap this repository
brew tap chrlsio/agent-skills https://github.com/chrlsio/agent-skills
# 2. Install AgentSkills
brew install --cask agentskillsTip: if you hit quarantine-related issues, try --no-quarantine.
- macOS:
AgentSkills.app+.dmg - Windows:
.msi+.exe - Linux:
.AppImage+.deb - Release page: GitHub Releases
Due to macOS security checks, apps downloaded outside the App Store may trigger this message.
Command-line fix (recommended):
sudo xattr -rd com.apple.quarantine "/Applications/AgentSkills.app"Homebrew tip:
brew install --cask --no-quarantine agentskills- Node.js (v18+)
- Rust (stable)
- Platform-specific Tauri dependencies — see Tauri Prerequisites
# Install dependencies
npm install
# Run in development (starts Vite + Tauri)
npm run tauri dev
# Frontend only (port 1420)
npm run dev
# Type check
npx tsc
# Rust tests
cd src-tauri && cargo testnpm run tauri buildContributions are welcome! Please open an issue first to discuss what you'd like to change.




