team

Coordinate parallel task execution across tmux-based Codex and Claude workers.

Updated May 25, 2026
One-click install
npx skills add https://github.com/BetaS/swm-gis-workshop --skill team-betas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/BetaS/swm-gis-workshop/tree/main/.codex/skills/team
Command: npx skills add https://github.com/BetaS/swm-gis-workshop --skill team-betas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the orchestration of parallel tasks using tmux-based workers, enabling long-running, stateful execution that survives beyond single bursts of reasoning.

Core Features & Use Cases

  • Parallel Task Execution: Start Codex and Claude CLI sessions in split panes, coordinated through shared state and API.
  • Durable State Management: Maintain team state across sessions, with explicit control over worker lifecycle and task distribution.
  • Use Case: Consider a scenario where multiple teams need to analyze a large dataset simultaneously. This Skill can launch parallel sessions, ensuring each team's work is coordinated and synchronized.

Quick Start

To initiate a team session with 3 Codex workers, run: omx team 3:executor "analyze dataset".

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate parallel CLI tasks using tmux?

Parallel execution of CLI tasks is coordinated by launching durable tmux workers in split panes, managing shared state across sessions, and distributing tasks through an API. This enables long-running, stateful execution that survives beyond single reasoning bursts.

Can I run Codex and Claude workers in parallel for long-running execution?

Yes, Codex and Claude CLI sessions can run in parallel for long-running execution. The system supports both for worker roles, coordinating them through shared state and an API to handle task distribution across split panes.

Do I need omx and tmux installed to manage parallel task execution?

Yes, both the omx CLI and tmux are required to manage parallel task execution. These dependencies orchestrate durable tmux-based workers, coordinate shared state, and handle the lifecycle of parallel sessions.

What's the best way to start a parallel team session with multiple workers?

The best way to start a parallel team session with multiple workers is using the omx CLI. Run `omx team 3:executor "analyze dataset"` to orchestrate task distribution across durable tmux panes and coordinate shared state.

How does shared state management work across parallel tmux sessions?

Shared state management across parallel tmux sessions maintains team state explicitly throughout the execution lifecycle. This ensures coordinated and synchronized work across multiple worker panes, allowing durable sessions to share data during long-running tasks.

When should I use tmux-based workers instead of standard parallel execution?

Use tmux-based workers instead of standard parallel execution when you need durable, stateful execution that survives beyond single bursts of reasoning. This approach is ideal for scenarios like multiple teams analyzing a large dataset simultaneously with synchronized coordination.