team

Coordinate parallel agent execution on shared task lists via tmux orchestration.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/JaCha00/nais2-integration-complete --skill team-jacha00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/JaCha00/nais2-integration-complete/tree/main/.codex/skills/team
Command: npx skills add https://github.com/JaCha00/nais2-integration-complete --skill team-jacha00

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires omx, codex, claude, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables coordinated parallel execution of agents on shared task lists, leveraging tmux-based orchestration for durable, stateful coordination.

Core Features & Use Cases

  • Parallel Execution: Starts real worker Codex and/or Claude CLI sessions in split panes, coordinating them through state files and CLI interop.
  • Durable State: Manages shared task state and lifecycle control across multiple worker sessions.
  • Use Case: Ideal for long-running parallel execution that must survive beyond one local reasoning burst, such as complex data analysis or collaborative coding tasks.

Quick Start

Run the 'team' skill with the task description: omx team 3:executor "analyze feature X and report flaws"

Frequently Asked Questions about team

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

FAQPage Schema
How do I run parallel Claude and Codex CLI sessions for a shared coding task?

This Skill coordinates parallel execution of Claude and Codex CLI worker sessions using tmux split panes. It manages shared task state through state files and CLI interop, allowing multiple agents to work concurrently on a single task list.

What does tmux-based orchestration do for long-running parallel agents?

Tmux-based orchestration provides durable, stateful coordination for long-running parallel agents. It manages shared task state and lifecycle control across worker sessions, ensuring execution survives beyond a single local reasoning burst.

Do I need OMX to coordinate parallel execution of agents?

Yes, the OMX runtime is required to coordinate parallel execution of agents. You must also have either Codex or Claude CLI installed to start the actual worker sessions in the tmux split panes.

How to start multiple agents on a shared task list using tmux?

Start multiple agents on a shared task list by running the OMX team command with a worker ratio and task description. This launches real worker Codex and Claude CLI sessions in tmux split panes for coordinated execution.

When should I use parallel agent execution instead of a single CLI session?

Use parallel agent execution for complex data analysis or collaborative coding tasks requiring durable state beyond one reasoning burst. A single CLI session lacks the robust coordination and shared task state management needed for concurrent workers.