team

Coordinate OMX agents in a tmux-based shared task environment.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/YeaChan05/Remittance --skill team-yeachan05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/YeaChan05/Remittance/tree/main/.codex/skills/team
Command: npx skills add https://github.com/YeaChan05/Remittance --skill team-yeachan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and manage N OMX workers in a tmux-based environment to run parallel tasks with a shared task list and durable state.

Core Features & Use Cases

  • tmux-based parallel execution: Launch Codex and Claude worker sessions in split panes and coordinate them via .omx/state/team files.
  • Team lifecycle and governance: Enforces an operator-driven lifecycle, inbox/mailbox communication, and stateful coordination for reliable multi-agent work.
  • Operator-first orchestration contracts: Provides canonical CLI workflows and interop with omx team api for programmatic control.
  • Data-plane and control-plane integration: Combines on-disk state, real-time messaging, and worker status tracking.

Quick Start

Start a team by running omx team 1:executor start new feature analysis.

Frequently Asked Questions about team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple agents for parallel execution in a shared task environment?

Tmux-based parallel execution allows you to launch Codex and Claude worker sessions in split panes, coordinating them through shared team state files. This enables simultaneous task processing with durable state management across multiple agents.

What is the operator-driven lifecycle for multi-agent orchestration?

Operator-driven lifecycle orchestration enforces stateful coordination, inbox communication, and canonical CLI workflows for multi-agent teams. It provides governance over worker sessions to ensure reliable parallel execution and durable state management.

How do I start a tmux-based team workflow with OMX?

To start a team workflow with OMX, run a command like `omx team 1:executor start new feature analysis`. This initializes the tmux sessions and shared state files for your parallel agents.

Does multi-agent orchestration work with both Codex and Claude workers?

Yes, multi-agent orchestration supports both Codex and Claude workers. You can launch and coordinate mixed worker sessions in tmux split panes, tracking their status and managing communication via the team API.

How does state management work for parallel agent execution?

State management for parallel execution uses on-disk state files combined with real-time messaging and worker status tracking. This data-plane and control-plane integration ensures durable coordination across your tmux-based team environment.

When do I need durable state files for multi-agent team workflows?

You need durable state files for multi-agent team workflows when running long-running parallel tasks that require reliable worker coordination, inbox processing, and heartbeat monitoring to prevent data loss during execution.