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.md
Skill Name: verification-quality
/sparc/sparc-modes.md(174 lines)/sparc/orchestrator.md(131 lines)- Additional SPARC files
Skill Name: sparc-methodology
/flow-nexus/neural-network.md(133 lines)
Skill Name: flow-nexus-neural
/flow-nexus/swarm.md/flow-nexus/workflow.md
Skill 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.md
Skill 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.md
Skill Name: performance-analysis
/stream-chain/pipeline.md/stream-chain/run.md
Skill Name: stream-chain
/hive-mind/comprehensive documentation- Multiple coordination patterns
Skill Name: hive-mind-advanced
/hooks/overview.md(131 lines)- Additional hook documentation
Skill Name: hooks-automation
token-usage.md(26 lines) - Simple CLI querytoken-efficiency.md- Simple reporting
memory-usage.md- Simple memory operationsmemory-search.md- Quick searchesmemory-persist.md- Save/load operationsneural.md- Neural status queriesusage.md- Usage stats
- Simple monitoring operations
- Status checks
- Metric queries
- Simple automation triggers
- Basic workflow starts
swarm.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
- Simple agent spawning commands
- Simple training triggers
- Simple workflow triggers
- Simple coordination operations
| 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
- ✅ skill-builder (DONE)
- pair-programming - Most comprehensive workflow (2,526 lines)
- verification-quality - Critical for code quality
- github-code-review - High usage workflow
- github-release-management
- github-multi-repo
- github-project-management
- github-workflow-automation
- flow-nexus-neural
- flow-nexus-swarm
- flow-nexus-platform
- sparc-methodology
- swarm-advanced
- performance-analysis
- stream-chain
- hive-mind-advanced
- hooks-automation
- Create YAML frontmatter:
---
name: "Skill Name"
description: "Brief description of what this skill does and when Claude should use it. Maximum 1024 characters."
---- Structure with progressive disclosure:
# 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
...- Remove from commands/:
- Delete original .md files after migration
- Update any cross-references in other files
- Update README files in command directories
- Create skill directory structure:
.claude/skills/
├── skill-builder/
│ └── SKILL.md
├── pair-programming/
│ └── SKILL.md
├── verification-quality/
│ └── SKILL.md
└── github-code-review/
└── SKILL.md
- Commands: 150 files in
.claude/commands/ - Skills: 1 file in
.claude/skills/(skill-builder)
- Commands: ~115 files (simple CLI operations)
- Skills: ~20 files (complex workflows)
- Reduction: ~35 command files removed (consolidated into skills)
- Complex workflows → Skills (with YAML frontmatter, progressive disclosure)
- Simple CLI triggers → Commands (without YAML, concise reference)
- Clear separation of concerns:
- Commands: Execute operations (
npx claude-flow swarm "task") - Skills: Teach workflows (Claude learns patterns and best practices)
- Commands: Execute operations (
- Different discovery mechanisms:
- Commands: CLI help, documentation
- Skills: Claude's autonomous discovery via YAML metadata
| 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 |
- ✅ Review this analysis
- Approve priority order
- Begin Phase 1 skill creation:
- Create
pair-programmingskill - Create
verification-qualityskill - Create
github-code-reviewskill
- Create
- Test each skill with Claude Code
- Remove consolidated command files
- Update documentation and references
- Update
skills-copier.jsto handle new skills
- Better Organization: Complex workflows in one place
- Improved Discovery: Claude can find and use skills autonomously
- Reduced Duplication: Consolidate related commands
- Enhanced Learning: Progressive disclosure teaches best practices
- Cleaner Commands: Keep only simple CLI triggers
- Better Maintenance: Easier to update comprehensive workflows
- DO NOT convert simple CLI commands to skills
- DO NOT duplicate content between commands and skills
- DO ensure skills have complete, standalone workflows
- DO keep commands as lightweight CLI triggers
- DO test each skill in Claude Code before removing commands