What problem does it solve? Codex-flow duplicates thousands of lines of orchestration logic that already exists in agentic-flow@alpha, creating maintenance burden and missing upstream performance gains. This Skill restructures Codex-flow as a specialized extension layer, removing over 10,000 duplicate lines while preserving feature parity. ## Core Features & Use Cases - Adapter Layer Migration: Replaces SwarmCoordinator, AgentManager, and TaskScheduler with agentic-flow@alpha equivalents through a phased adapter pattern. - Feature Integration: Integrates SONA learning modes, Flash Attention (2.49x-7.47x speedup), AgentDB HNSW search (150x-12,500x), and 213 MCP tools with 19 hook types. - Backward Compatibility: Supports dual-operation, feature-by-feature migration, and parity validation before deprecating legacy systems. - Use Case: A team maintaining a forked agent orchestration codebase uses this Skill to plan and execute a three-phase migration that cuts orchestration code from 15,000+ lines to under 5,000. ## Quick Start Ask the agent to design the agentic-flow@alpha adapter layer and plan the phased migration of swarm coordination, agent management, and task execution.