Гибридная оркестрация Claude и Codex-воркеров

general

dual-mode is a Claude Code skill that orchestrates hybrid workflows combining Claude Code with headless Codex workers running in parallel. The set includes three commands: `/dual-spawn` launches background Codex workers with a configurable count and role type (coder, tester, docs), `/dual-coordinate` drives a full hybrid workflow end-to-end, and `/dual-collect` gathers results across all workers with optional formatting. All workers share state through claude-flow MCP tools, keeping coordination seamless without manual context switching. The skill is well suited for teams that want to split tasks like feature implementation, test writing, or API documentation across multiple concurrent agents. Skill files are pre-installed in `.claude/skills/dual-mode/`, with corresponding agent definitions in `.claude/agents/dual-mode/`.