team

Coordinate multiple AI workers on shared tasks via tmux sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated execution of N agents on a shared task list using a tmux-based orchestration framework to enable synchronized progress across multiple worker sessions.

Core Features & Use Cases

  • Starts real worker Codex and/or Claude CLI sessions in split panes and coordinates them through .omx/state/team/... files plus CLI team interop and state files.
  • Provides robust lifecycle and state management for team-based parallel execution, including leader inboxes, worker inboxes, status tracking, and clean shutdown.
  • Suitable for long-running, multi-agent tasks requiring durable coordination across multiple worker panes in a tmux session.

Quick Start

Launch a team with omx team and observe the tmux panes and mailbox state as workers begin processing the task.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple AI workers on a shared task list in tmux?

You can coordinate multiple AI workers in tmux by launching a team that starts real Codex and Claude CLI sessions in split panes, synchronizing their progress through state files and mailbox semantics for durable parallel execution.

What is tmux-based parallel agent orchestration and when is it needed?

Tmux-based parallel agent orchestration is a coordination mechanism that manages multiple long-running AI worker sessions in split panes. It is needed for complex, multi-agent tasks requiring stateful coordination across durable worker panes.

How do I start a team of parallel workers using omx?

Start a team of parallel workers by running the omx team command. This launches worker Codex and Claude CLI sessions in tmux panes and initializes the state tracking files and inboxes required for coordination.

Can I use Codex and Claude CLI sessions together in the same coordinated workflow?

Yes, you can use Codex and Claude CLI sessions together. The orchestration framework starts real worker sessions from both CLIs in split tmux panes and coordinates them through shared mailbox state files.

How does stateful coordination work across worker panes in a tmux session?

Stateful coordination works by using .omx/state/team/ files for leader inboxes, worker inboxes, and status tracking. This ensures synchronized progress and clean shutdown across long-running tmux panes.

What are the limitations of using tmux-driven orchestration for multi-agent tasks?

Tmux-driven orchestration is designed for long-running, multi-agent tasks within a tmux session. It requires OMX runtime integration and depends on tmux pane management, making it unsuitable for environments lacking terminal multiplexer support.