skill-manager
3
总安装量
3
周安装量
#59392
全站排名
安装命令
npx skills add https://github.com/l61/skills-661 --skill skill-manager
Agent 安装分布
opencode
3
antigravity
3
claude-code
3
codex
3
gemini-cli
3
continue
2
Skill 文档
Skill Manager
Analyze skill inventory, detect duplicates, and clean up safely across multiple AI coding tools.
When to Use
Use this skill when user wants to:
- Analyze their skill collection
- Find and remove duplicate skills
- Backup skills before cleanup
- List all installed skills
Example Workflow
Example 1: Analyzing Skills
user: "Analyze my skills"
â Detect installed tools (Claude Code, OpenCode, etc.)
â Run: bash scripts/analyze-interactive.sh
â Show skill count per tool
â Identify duplicate categories
â Suggest: "Keep agent-builder, remove skill-creator"
Example 2: Cleaning Up Duplicates
user: "Clean up my duplicate skills"
â Review references/categories.md
â Show duplicate table:
Category: Agent Creation
- Keep: agent-builder
- Remove: agent-identifier, skill-creator, skill-writer
â Confirm: "Remove these 3 skills?"
â Run backup first
â Execute: npx skills remove -g agent-identifier skill-creator skill-writer
Example 3: Listing Skills
user: "List all my skills"
â Detect tool: "Found Claude Code at ~/.claude/skills/"
â List skills by category:
Agent: agent-builder, planner
Debug: debugging, test-driven-development
Web: react-best-practices, web-frameworks
Commands
Analyze
bash scripts/analyze-interactive.sh
Shows:
- Total skill count per tool
- Duplicate categories
- Removal recommendations
List
bash scripts/skill-manager-cli list
Backup
bash scripts/skill-manager-cli backup
Saves to: ~/.skill-manager/backups/YYYYMMDD_HHMMSS/
Duplicate Categories
Check these groups (see references/categories.md):
Agent Creation – Keep agent-builder, remove others
Planning – Keep planner + subagent-driven-development
Debugging – Keep debugging
MCP – Keep mcp-builder + mcp-management
Frontend – Keep react-best-practices + web-frameworks
Safety Checklist
Before removing:
- Run backup:
bash scripts/skill-manager-cli backup - Review references/categories.md
- Verify:
npx skills remove -g [skill-name] - Test after each batch
Detected Tools
Auto-detects:
~/.claude/skills/(Claude Code)~/.config/opencode/skills/(OpenCode)~/.cursor/skills/(Cursor)~/.copilot/skills/(GitHub Copilot)
Output
Generates:
- Skill inventory table
- Category breakdown
- Duplicate comparison
- Safe removal commands
Reports: ~/.skill-manager/reports/