What problem does it solve? claude-flow duplicates thousands of lines of orchestration logic (SwarmCoordinator, AgentManager, TaskScheduler) that already exist in agentic-flow@alpha, creating maintenance burden and missing performance gains from SONA, Flash Attention, and AgentDB. ## Core Features & Use Cases - Adapter Layer Migration: Extends agentic-flow@alpha Agent classes with claude-flow-specific behavior while preserving backward compatibility through a legacy compatibility layer. - Feature Integration: Integrates 5 SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search (150x-12,500x), 213 MCP tools, and 19 hook types. - Phased Code Deduplication: Replaces SwarmCoordinator, AgentManager, and TaskScheduler with agentic-flow equivalents, reducing orchestration code from 15,000+ to under 5,000 lines. - Use Case: A platform engineer migrating claude-flow v2 to v3 uses this Skill to plan the adapter layer, migrate swarm and agent management systems feature-by-feature, validate parity, and remove deprecated implementations. ## Quick Start Ask the agent to design the agentic-flow@alpha adapter layer and plan the phased migration of claude-flow's swarm, agent, and task systems.