A desktop application for managing Claude Code Skills, supporting browsing, installation, import, and security scanning for system-level and project-level Skills.
Download the latest version directly from Releases.
For a smarter way to find skills, use this CLI tool: https://github.com/buzhangsan/skill-manager
If you have any issues, please report them in Issues.
- Automatically scans installed Skills at system and project levels
- View detailed Skill information
- One-click uninstall unwanted Skills
- Browse 75691+ open-source Skills
- Search and filter functionality
- One-click installation to local
Supports two import methods:
- GitHub Import: Enter a GitHub repository URL to automatically clone to local
- Local Folder: Import existing Skills from a local folder
- Scan installed Skills for security risks
- Flag suspicious code patterns
- Security scoring and recommendations
- Customize multiple project paths
- Automatically scan
.claude/skillsfolders under projects - Cross-platform support (Windows, macOS)
- Frontend: React 19, TypeScript, Vite 7
- UI Library: Tailwind CSS 3.4, DaisyUI 5.5
- State Management: Zustand 5.0 (with persist)
- Routing: React Router v7
- Icons: Lucide React
- Charts: Recharts
- Desktop: Tauri v2 (Rust backend)
- Node.js 20+
- Rust (latest stable)
- npm
npm installnpm run tauri devThis will start both the Vite development server and the Tauri application.
npm run tauri buildBuild artifacts will be in the src-tauri/target/release/bundle/ directory.
- Windows:
C:\Users\[username]\.claude\skills - macOS/Linux:
~/.claude/skills
Configure the project root directory in the settings page, and the system will automatically scan:
[project_root]/.claude/skills/
Each Skill folder must contain a SKILL.md file in the following format:
---
name: skill-name
description: Skill description
author: Your Name
version: 1.0.0
---
# Skill Instructions
Your skill content here...| Platform | File |
|---|---|
| macOS (Apple Silicon) | Skill.Manager_x.x.x_arm64.dmg |
| macOS (Intel) | Skill.Manager_x.x.x_x64.dmg |
| Windows (Installer) | Skill.Manager_x.x.x_x64-setup.exe |
| Windows (MSI) | Skill.Manager_x.x.x_x64_en-US.msi |
Issues and Pull Requests are welcome!
MIT License

