What problem does it solve?
Coordinating multiple agents on a shared task list can be fragile without durable, observable orchestration. The Team Skill provides a tmux-based execution model for OMX that coordinates Codex and Claude workers, enforces lifecycle guarantees, and surfaces startup and progress evidence via a unified runtime.
Core Features & Use Cases
- Durable multi-agent coordination across long-running tasks using tmux panes and a shared state store.
- API-driven mutations and status visibility via the OMX toolset to manage task lifecycles, worker inboxes, and progress.
- Use cases include parallel data processing, evaluation tasks, or multi-step workflows that require auditable startup/shutdown evidence and reliable progress tracking.
Quick Start
Launch a coordinated team session by running omx team <N:agent-type> "<task description>" and monitor progress with omx team status until completion.