Take Full Control of Your Claude Code Setup
A beautiful desktop application to manage agents, skills, plugins, and slash commands for Claude Code - all in one place.
English | 中文
- View all Claude Code agents in a beautiful visual interface
- Configure agent settings and parameters with ease
- Monitor agent status and activity in real-time
- Browse and discover skills from the marketplace
- Install or disable skills with a single click
- View detailed documentation for each skill
- Create your own custom skills
- See all installed plugins at a glance
- Configure plugin settings without leaving the app
- Enable/disable plugins instantly
- Explore all available slash commands
- Read descriptions and usage examples
- Quick access to command documentation
- Watch directories for changes
- Configure file system watching options
- Track file change history
- System tray support with quick actions
- Native notifications
- Global keyboard shortcuts
- Dark & Light theme support
Latest Release (v2.0.0)
| Platform | Download |
|---|---|
| macOS | Claude Skills Manager-2.0.0-mac.dmg |
| Windows | Claude Skills Manager Setup 2.0.0.exe |
Note: After downloading, macOS users may need to right-click and select "Open" to bypass Gatekeeper.
- Node.js 20+
- npm 10+
# Clone the repository
git clone https://github.com/BruceY-rgb/ClaudeDeck.git
cd ClaudeDeck
# Install dependencies
npm install
# Start development server
npm run dev# Build for current platform
npm run dist
# Build for macOS
npm run dist:mac
# Build for Windows
npm run dist:winclaude-skills-and-agents-manager/
├── src/
│ ├── main/ # Electron main process
│ ├── preload/ # Preload scripts
│ └── renderer/ # React frontend
├── resources/ # App resources (icons, etc.)
├── release/ # Built installers
├── electron.vite.config.ts
├── package.json
└── README.md
- Framework: Electron 40+
- Frontend: React 19 + TypeScript
- Styling: Tailwind CSS 4
- State Management: Zustand
- Build Tool: electron-vite + electron-builder
MIT License - see LICENSE for details.
Built with Electron + React + TypeScript




