team

Coordinate multiple agent sessions in tmux with filesystem state and mailbox communication.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/zchee/json-repair-rs --skill team-zchee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/zchee/json-repair-rs/tree/main/.codex/skills/team
Command: npx skills add https://github.com/zchee/json-repair-rs --skill team-zchee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of distributed agent teams by enabling coordinated parallel execution within tmux sessions, improving operational efficiency for complex workflows.

Core Features & Use Cases

  • Shared Task Coordination: Starts real worker sessions in tmux split panes and manages their communication via filesystem state files.
  • Stateful Parallel Execution: Uses persistent team state files and mailbox communication for reliable coordination in long-running or durable workflows.
  • Use Case: An engineering team needs to run multiple code analysis agents simultaneously, monitor their progress, and synchronize their outputs without manual intervention.

Quick Start

Launch the team with omx team <number>:<role> "<task description>" and observe the coordinated agent execution in tmux panes.

Frequently Asked Questions about team

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

FAQPage Schema
How do I run parallel agent sessions in tmux for shared task coordination?

You can run parallel agent sessions in tmux by starting real worker sessions in split panes, managing their communication and coordination through persistent filesystem state files and mailbox messages.

How does filesystem state synchronization work for distributed agent workflows?

Filesystem state synchronization works by using persistent team state files and mailbox communication, enabling reliable coordination and stateful monitoring for long-running distributed agent workflows.

Can I use tmux for long-lived agent group monitoring and parallel execution?

Yes, tmux supports long-lived agent group monitoring by running parallel execution in split panes, using filesystem states and mailbox messages to ensure reliable scalable collaboration.

What is the best way to coordinate multiple code analysis agents simultaneously?

The best way to coordinate multiple code analysis agents is launching them in tmux split panes, allowing them to execute in parallel while synchronizing their outputs via shared state files without manual intervention.

Do I need tmux to enable stateful parallel execution for complex team operations?

Yes, tmux is required as the environment for stateful parallel execution, providing the split panes necessary to monitor and coordinate complex team operations and durable workflows.

How to start a coordinated agent team for parallel workflow execution?

To start coordinated agent teams for parallel workflow execution, launch the team with a command specifying the number, role, and task description, then observe the execution in tmux panes.