The App Store for your AI Agents (Cursor, Claude, etc.)
The easiest way to manage MCP servers locally.
Skill Manager is a powerful desktop application built with Tauri, Vue 3, and Rust, designed to manage skills and MCP servers for various AI agents (Anthropic, Claude Code, OpenCode, Cursor, and more).
Marketplace - Browse and discover skills from multiple sources
Install Flow - One-click skill installation
Installed Skills - Manage your installed skills
Settings - Auto-detect installed AI coding agents
- The Agent App Store: Browse and discover skills from multiple official and community sources (SkillsMP, Anthropic, etc.).
- Smart Onboarding: Automatically detects your installed agents (Cursor, VS Code, etc.) and offers one-click setup.
- Improved Discovery:
- Supports single-skill repositories (e.g.,
BH-M87/why-what-how-skill). - recursively discovers skills in monorepos (e.g.,
anthropics/skills).
- Supports single-skill repositories (e.g.,
- Safety First:
- Secure uninstallation with confirmation modals.
- Prevents accidental deletion of critical skills.
- Local MCP Manager (Coming Soon):
- Visual configuration for Model Context Protocol servers.
- Switch between "Dev Mode" (Github/Postgres MCP) to "Writing Mode" instantly.
- Multi-Agent Support: Install skills to Cursor, VS Code, Claude, and more with a single click.
- Advanced Fetching:
- Git-first: Clones repositories directly for the most up-to-date code.
- HTTP Fallback: Automatically falls back to ZIP downloads if Git is unavailable.
- Local Management: View, create, and uninstall skills from your local environment.
- Persistent Caching: Faster startup and offline access.
The marketplace aggregates skills from several high-quality sources:
- Anthropic Official: The core skill set for Anthropic agents.
- Vercel Labs: Experimental and cutting-edge agent skills.
- Community Sources: Various GitHub repositories containing useful templates and tools.
# Install dependencies
npm install
# Run in development mode
npm run tauri dev- Frontend: Vue 3, Pinia, Vite, TypeScript, Lucide Icons.
- Backend: Rust, Tauri, Reqwest (HTTP), Tokios (Async), Zip Extraction.
If you encounter an "App is damaged" or "Cannot be opened" error on macOS after downloading, you can resolve it by removing the quarantine attribute:
sudo xattr -rd com.apple.quarantine /Applications/Skill\ Manager.appMIT



