team

Coordinate N agents with tmux-based OMX orchestration runtime.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/RJJJJ/project2 --skill team-rjjjj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/RJJJJ/project2/tree/main/.codex/skills/team
Command: npx skills add https://github.com/RJJJJ/project2 --skill team-rjjjj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating N autonomous workers to work on a shared task list in a deterministic, observable, and recoverable way using a tmux-based orchestration runtime.

Core Features & Use Cases

  • Coordinated multi-agent execution: spawn and manage several worker sessions that follow a common task flow and state model.
  • Durable state and messaging: maintains per-task inbox/outbox, task lifecycle, and leader/worker communication through a standardized API.
  • Safe recovery and monitoring: provides health checks, ready states, and restart/cleanup procedures to minimize downtime.

Quick Start

Initiate a team run via OMX team with a specified number of workers and observe startup evidence, then monitor task progress and shut down on completion.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple autonomous agents on a shared task list?

To coordinate multiple agents on a shared task list, you can use a tmux-based orchestration runtime to spawn and manage worker sessions that follow a standardized task flow and state model.

What is the best way to monitor inter-agent communication during multi-agent execution?

Monitoring inter-agent communication during multi-agent execution is handled through a durable state root that provides per-worker inbox and outbox lifecycle tracking, health checks, and ready states.

How do I safely recover and restart coordinated workers if a tmux session crashes?

Recovering and restarting coordinated workers after a crash relies on a durable state root that enables discovery, execution, and recovery, alongside standardized cleanup procedures to minimize downtime.

Does multi-agent orchestration require a specific environment setup to manage worker sessions?

Multi-agent orchestration requires a tmux-driven environment to manage worker sessions, along with a SKILL.md frontmatter specifying a name and description for execution.

Can I scale multi-agent coordination to handle safe recovery for large worker pools?

Scaling multi-agent coordination to large worker pools supports safe recovery by providing health checks and restart procedures, ensuring deterministic and observable execution across all spawned sessions.