
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).
oh-my-codex-team provides durable multi-worker orchestration via the `omx` CLI with queueing, worker leases, review gates, and tmux-aware lifecycle. The SKILL.md is clean and well-structured with clear use/don't-use guidance and preconditions, though no bundled scripts were present to test. Purely instructional with no security concerns.
No scripts to audit. Skill is purely instructional markdown. Well-written but narrowly scoped to the oh-my-codex ecosystem.