| name | skill-manager |
| description | A Claude Code skill that allows you to search, browse, and install skills from a database of 31,767+ community skills with intelligent folder-level downloads. Supports SVN export, Git sparse checkout, and HTTP fallback methods for complete skill folder installation. |
| version | 2.0.0 |
| author | buzhangsan@github |
| license | MIT |
| allowed-tools | ["Bash","Read","Write","Edit","WebFetch"] |
| tags | ["skill-management","package-manager","search","installation","svn","git"] |
| requirements | ["Node.js >= 14.0.0","Internet connection","SVN client (recommended) or Git"] |
Skill Manager
A Claude Code skill that allows you to search, browse, and install skills from a database of 31,767+ community skills with intelligent folder-level downloads.
Description
Skill Manager provides an easy way to discover and install Claude Code skills. Simply describe what you're looking for, and it will search through a comprehensive database of skills, display matching results with ratings and descriptions, and automatically download the complete skill folder (not just SKILL.md) to your Claude environment.
Features
- Search through 31,767+ skills from the community
- Intelligent search with weighted scoring (name, description, author)
- View skill details including stars, forks, author, and description
- Smart installation with multiple methods:
- SVN export (preferred): Downloads only the skill folder efficiently
- Git sparse checkout: Falls back if SVN unavailable
- SKILL.md only: Final fallback for minimal installation
- Complete folder download including all scripts, data, and documentation
- Automatic configuration and usage guide display
- Support for both English and Chinese descriptions
Installation Methods
The skill automatically selects the best available method:
1. SVN Export (Recommended)
- Fastest and most efficient
- Downloads only the specific skill folder
- No Git history overhead
- Requirement: SVN client installed
- Windows:
choco install svn or download from TortoiseSVN
- Mac:
brew install svn
- Linux:
apt-get install subversion or yum install subversion
2. Git Sparse Checkout
- Alternative when SVN unavailable
- Uses Git's sparse checkout feature
- Downloads only needed files
- Requirement: Git installed
3. SKILL.md Only (Fallback)
- Minimal installation
- Downloads only the SKILL.md file
- Works without any special tools
- Limited functionality for skills requiring additional files
Usage
When you need to find and install a skill, simply tell Claude what you're looking for:
I need a skill for Python testing