🎯

skill-manager

🎯Skill

from l61/skills-661

VibeIndex|
What it does

Manages AI coding skills by analyzing, detecting duplicates, and safely cleaning up skill collections across multiple tools.

skill-manager

Installation

npxRun with npx
npx skills remove -g [skill-name]
πŸ“– Extracted from docs: l61/skills-661
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Analyze and clean up duplicate skills across vibe coding tools. Use when user asks to analyze skills, find duplicates, or clean up their skill collection.

Overview

# 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

bash scripts/analyze-interactive.sh

```

Shows:

  • Total skill count per tool
  • Duplicate categories
  • Removal recommendations

List

```bash

bash scripts/skill-manager-cli list

```

Backup

```bash

bash scripts/skill-manager-cli backup

```

Saves to: ~/.skill-manager/backups/YYYYMMDD_HHMMSS/

Duplicate Categories

Check these groups (see [references/categories.md](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](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/