Search, browse, and install 31,767+ community skills from GitHub for your AI agent
English | 中文
Skill Manager is a Claude Code skill management tool that lets you easily discover and install 31,767+ skills from the GitHub community. Features bilingual search support, one-click installation, and automatic configuration.
- 🔍 Smart Search - Quickly find among 31,767 skills
- 🌏 Bilingual Support - Supports both English and Chinese search (99.95% translated)
- 📥 One-Click Install - Automatic download and installation from GitHub
- 📊 GitHub Stats - Displays stars, forks, and other metrics
- 📖 Usage Guides - Automatically shows configuration instructions after installation
Download and copy to the corresponding directory
Both AI assistants support the following operations:
| Operation | Description |
|---|---|
| Search Skills | Search 31,767+ skills using keywords |
| Install Skills | Install by specifying the search result number |
| Bilingual Search | Support both English and Chinese search |
| View Details | Display GitHub statistics for skills |
Claude Code is the official AI programming assistant from Anthropic.
Installation Steps:
- Copy the
skill-managerfolder to the~/.claude/skills/directory (personal or project directory) - Restart Claude Code
- Interact with Claude using natural language
Notes:
- Ensure the
SKILL.mdfile exists in the skill-manager root directory - Claude Code will automatically read SKILL.md to understand how to use this tool
Antigravity is an AI programming assistant from Google DeepMind.
Installation Steps:
- Create the
.agent/skills/directory in your project (if it doesn't exist) - Copy the
skill-managerfolder to the.agent/skills/directory - Interact with Antigravity using natural language
Example Commands:
"Please help me search for TypeScript related skills"
"Install a code review skill"
"Find skills suitable for frontend development"
skill-manager/
├── SKILL.md # Skill configuration
├── README.md # This file (English documentation)
├── src/ # Source code
│ ├── index.js # Main implementation
│ └── package.json # NPM package definition
├── data/ # Data files
│ └── all_skills_with_cn.json # 31,767 skills (30.33 MB)
└── docs/ # Documentation
├── README_CN.md # Chinese documentation
├── INSTALLATION.md # Installation guide
├── CHANGELOG.md # Changelog
├── PROJECT_SUMMARY.md # Project summary
└── UPGRADE_GUIDE.md # Upgrade guide
| Item | Value |
|---|---|
| Total Skills | 31,767 |
| Chinese Translations | 31,752 (99.95%) |
| Database Size | 30.33 MB |
| Last Updated | 2025-12-26 |
Intelligent weighted scoring:
- Name match: +10 points
- Description match: +5 points
- Author match: +3 points
Results sorted by relevance and GitHub stars
- INSTALLATION.md - Detailed installation and usage guide (Chinese)
- README_CN.md - Chinese documentation
- PROJECT_SUMMARY.md - Technical project summary
- Node.js >= 14.0.0
- Internet connection (for downloading skills)
- Disk space >= 50 MB
- ✅ 31,767 community skills sourced from skillsmp
- ✅ 99.95% Chinese translation completion rate
- ✅ <1 second search response time
- ✅ 100% installation success rate (tested)
- ✅ Complete usage guides
- Check INSTALLATION.md for detailed instructions
- Read README_CN.md for Chinese documentation
- Review PROJECT_SUMMARY.md for technical details
MIT License
Version: 1.0.0 Created: 2025-12-26 Author: Claude Skill Manager Team

