
from oh-my-codex55
Durable multi-worker orchestration: queueing, worker leases, review gates, and tmux-aware lifecycle for long-running work.
The Team skill provides a durable, multi-worker execution mode for the omx/Codex CLI. It exposes queueing, work claims, heartbeats, inbox messages, and explicit review handoffs so tasks can be split across workers and resumed outside a single interactive burst. Use it to coordinate long-lived or parallel work that requires review and resumability rather than transient, in-session subagents.
Use Team when: a job naturally splits into slices; you need durable state and worker leases; review gates or handoffs are required; or you want tmux-backed detached workers that survive beyond one session. Do not use it for small, sequential tasks — prefer native subagents for those.
omx team status, omx team inbox, omx team logs).Matches CLI-based orchestration flows and agents that can drive tmux/commands (Codex/CLI-style agents, or tools that can run omx commands).
This skill has not been reviewed by our automated audit pipeline yet.