v2/docs/development/COMMANDS_TO_SKILLS_MIGRATION.md
Total Commands: 150 files Recommended for Skills: 35 files (23%) Keep as Commands: 115 files (77%)
Rationale: Complex multi-step workflow with modes, configuration, sessions
/pair/commands.md (545 lines)/pair/examples.md (511 lines)/pair/config.md (509 lines)/pair/session.md (406 lines)/pair/modes.md (347 lines)/pair/start.md (208 lines)Total: 2,526 lines of comprehensive workflow documentation
Skill Name: pair-programming
/github/release-swarm.md (543 lines)/github/release-manager.md (337 lines)Skill Name: github-release-management
/github/multi-repo-swarm.md (518 lines)/github/sync-coordinator.md (300 lines)/github/repo-architect.md (366 lines)Skill Name: github-multi-repo
/github/code-review-swarm.md (513 lines)/github/swarm-pr.md (284 lines)/github/pr-manager.md (169 lines)Skill Name: github-code-review
/github/swarm-issue.md (481 lines)/github/project-board-sync.md (470 lines)/github/issue-tracker.md (291 lines)Skill Name: github-project-management
/github/workflow-automation.md (441 lines)/github/github-modes.md (146 lines)Skill Name: github-workflow-automation
/truth/start.md (142 lines)/verify/start.md/verify/check.mdSkill Name: verification-quality
/sparc/sparc-modes.md (174 lines)/sparc/orchestrator.md (131 lines)Skill Name: sparc-methodology
/flow-nexus/neural-network.md (133 lines)Skill Name: flow-nexus-neural
/flow-nexus/swarm.md/flow-nexus/workflow.mdSkill Name: flow-nexus-swarm
/flow-nexus/user-tools.md (151 lines)/flow-nexus/sandbox.md/flow-nexus/app-store.md/flow-nexus/payments.md/flow-nexus/challenges.md/flow-nexus/login-registration.mdSkill Name: flow-nexus-platform
/swarm/examples.md (168 lines)/swarm/research.md (136 lines)/swarm/testing.md (131 lines)Skill Name: swarm-advanced
/analysis/bottleneck-detect.md (162 lines)/analysis/performance-bottlenecks.md/analysis/performance-report.mdSkill Name: performance-analysis
/stream-chain/pipeline.md/stream-chain/run.mdSkill Name: stream-chain
/hive-mind/ comprehensive documentationSkill Name: hive-mind-advanced
/hooks/overview.md (131 lines)Skill Name: hooks-automation
token-usage.md (26 lines) - Simple CLI querytoken-efficiency.md - Simple reportingmemory-usage.md - Simple memory operationsmemory-search.md - Quick searchesmemory-persist.md - Save/load operationsneural.md - Neural status queriesusage.md - Usage statsswarm.md (28 lines) - Simple CLI triggerswarm-init.md - Initialize swarmswarm-status.md - Check statusswarm-spawn.md - Spawn agentsswarm-monitor.md - Monitor swarmswarm-background.md - Background executiondevelopment.md - Dev modemaintenance.md - Maintenance modeanalysis.md - Analysis modeoptimization.md - Optimization mode| Category | Files | Keep as Commands | Convert to Skills |
|---|---|---|---|
| pair/ | 6 | 0 | 6 (→ 1 skill) |
| github/ | 12 | 0 | 12 (→ 5 skills) |
| flow-nexus/ | 9 | 0 | 9 (→ 3 skills) |
| sparc/ | 3+ | 0 | 3+ (→ 1 skill) |
| truth/ | 1 | 0 | 1 (→ 1 skill) |
| verify/ | 2 | 0 | 2 (→ 1 skill) |
| swarm/ | 16 | 13 | 3 (→ 1 skill) |
| analysis/ | 6 | 3 | 3 (→ 1 skill) |
| hooks/ | 5+ | 0 | 5+ (→ 1 skill) |
| hive-mind/ | 11+ | 0 | 11+ (→ 1 skill) |
| stream-chain/ | 2 | 0 | 2 (→ 1 skill) |
| Simple Commands | ~85 | ~85 | 0 |
Total Skills to Create: ~18-20 comprehensive skills Commands to Remove: ~35 files (will be consolidated) Commands to Keep: ~115 files
---
name: "Skill Name"
description: "Brief description of what this skill does and when Claude should use it. Maximum 1024 characters."
---
# Skill Name
## What This Skill Does
[Brief overview - always visible]
## Prerequisites
[Requirements - always visible]
## Quick Start
[Simple example - always visible]
---
## Complete Guide
[Detailed instructions - behind progressive disclosure fold]
### Step 1: Setup
...
### Step 2: Configuration
...
### Step 3: Execution
...
## Advanced Usage
...
## Troubleshooting
...
## Examples
...
.claude/skills/
├── skill-builder/
│ └── SKILL.md
├── pair-programming/
│ └── SKILL.md
├── verification-quality/
│ └── SKILL.md
└── github-code-review/
└── SKILL.md
.claude/commands/.claude/skills/ (skill-builder)npx claude-flow swarm "task")| Aspect | Command | Skill |
|---|---|---|
| Length | <100 lines | >200 lines |
| Complexity | Single operation | Multi-step workflow |
| Usage | CLI trigger | Learning resource |
| Structure | Simple markdown | YAML + progressive disclosure |
| Examples | 1-2 examples | 5-10+ examples |
| Config | Minimal | Extensive configuration |
pair-programming skillverification-quality skillgithub-code-review skillskills-copier.js to handle new skills