Skill Manager

January 4, 2026 ยท View on GitHub

Skill Manager Banner

Search, browse, and install 31,767+ community skills from GitHub for your AI agent

English | ไธญๆ–‡

๐ŸŽฏ Introduction

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.

โœจ Features

  • ๐Ÿ” 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

Community

๐Ÿš€ Quick Start

Download and copy to the corresponding directory

General Tips

Both AI assistants support the following operations:

OperationDescription
Search SkillsSearch 31,767+ skills using keywords
Install SkillsInstall by specifying the search result number
Bilingual SearchSupport both English and Chinese search
View DetailsDisplay GitHub statistics for skills

Using with Claude Code

Claude Code is the official AI programming assistant from Anthropic.

Installation Steps:

  1. Copy the skill-manager folder to the ~/.claude/skills/ directory (personal or project directory)
  2. Restart Claude Code
  3. Interact with Claude using natural language

Notes:

  • Ensure the SKILL.md file exists in the skill-manager root directory
  • Claude Code will automatically read SKILL.md to understand how to use this tool

Using with Antigravity

Antigravity is an AI programming assistant from Google DeepMind.

Installation Steps:

  1. Create the .agent/skills/ directory in your project (if it doesn't exist)
  2. Copy the skill-manager folder to the .agent/skills/ directory
  3. 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"

๐Ÿ“ฆ File Structure

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

๐Ÿ“Š Database Statistics

ItemValue
Total Skills31,767
Chinese Translations31,752 (99.95%)
Database Size30.33 MB
Last Updated2025-12-26

๐Ÿ” Search Algorithm

Intelligent weighted scoring:

  • Name match: +10 points
  • Description match: +5 points
  • Author match: +3 points

Results sorted by relevance and GitHub stars

๐Ÿ“– Complete Documentation

๐Ÿ› ๏ธ System Requirements

  • Node.js >= 14.0.0
  • Internet connection (for downloading skills)
  • Disk space >= 50 MB

Communication

๐ŸŒŸ Project Highlights

  • โœ… 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

๐Ÿ“ž Getting Help

  1. Check INSTALLATION.md for detailed instructions
  2. Read README_CN.md for Chinese documentation
  3. Review PROJECT_SUMMARY.md for technical details

๐Ÿ“„ License

MIT License


Version: 1.0.0 Created: 2025-12-26 Author: Claude Skill Manager Team