oh-my-claudecode
Teams-first multi-agent orchestration for Claude Code. Claude decomposes a task, fans out to tmux workers via /omc-teams, synthesizes results. 19 specialized agents, 36 skills. Workers spawned on-demand, die when their task is done. No MCP servers required. npm package: oh-my-claude-sisyphus.
Strengths
- Native tmux worker parallelism, no MCP servers required, zero infrastructure
- On-demand workers: spawned for the task, auto-terminated when done
- 19 agents + 36 skills, broad coverage for complex multi-agent workflows
Limitations
- Requires tmux, not natively available on Windows, extra complexity on Linux CI
- Young and volatile project: structure may change significantly between versions
- High orchestration complexity, difficult to debug when a worker fails silently
Best for
- Massively parallel tasks: analyzing many files or testing multiple implementations simultaneously
- macOS/Linux developers looking to push Claude Code parallelism limits
- Multi-agent architectures where each agent has a clearly scoped responsibility