omc-teams

Orchestrate N CLI workers in tmux panes for parallel task execution.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Pryma-Tech/iris --skill omc-teams-pryma-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/Pryma-Tech/iris/tree/main/cli/skills/omc-teams
Command: npx skills add https://github.com/Pryma-Tech/iris --skill omc-teams-pryma-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn N CLI worker processes in tmux panes to execute tasks in parallel, enabling scalable CLI-based workflows for developer teams.

Core Features & Use Cases

  • Spawns N CLI workers (claude, codex, gemini) in separate tmux panes for parallel task execution.
  • Supports phase-based workflow with prerequisites validation, task decomposition, and status monitoring.
  • Use cases include batch processing, parallel experimentation, and distributed CLI automation in development environments.

Quick Start

Launch the skill and run /omc-teams 2:claude "your task description" to start two claude workers in tmux panes.

Frequently Asked Questions about omc-teams

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

FAQPage Schema
How do I run parallel CLI workers in tmux for batch task execution?

Parallel CLI orchestration in tmux spawns N worker processes in separate panes to execute tasks concurrently. This Skill supports 1-10 workers across claude, codex, or gemini CLIs for scalable batch task distribution.

What is the best way to distribute tasks across multiple AI CLI agents simultaneously?

Distributing tasks across multiple AI CLI agents is handled by spawning parallel workers in tmux panes. You launch the skill and parse input for N workers, agent-type, and task to start concurrent execution across claude, codex, or gemini CLIs.

Do I need tmux installed to orchestrate parallel CLI workflows?

Yes, tmux is required to orchestrate parallel CLI workflows. The skill uses tmux panes to manage the lifecycle of 1-10 concurrent workers, providing commands for starting, monitoring, and shutting down batch task execution.

Can I use this approach to run claude, codex, and gemini CLIs at the same time?

Yes, you can run claude, codex, and gemini CLIs simultaneously. The orchestration framework supports these specific agent types for parallel experimentation and distributed CLI automation across separate tmux panes.

How many parallel workers can I spawn for distributed CLI automation?

You can spawn 1-10 parallel workers for distributed CLI automation. The orchestration is designed for batch workloads, allowing scalable task distribution across multiple tmux panes within developer environments.

Why use tmux panes for parallel task execution instead of background scripts?

Using tmux panes for parallel task execution provides phase-based workflow management with prerequisites validation and status monitoring. Unlike background scripts, tmux enables direct lifecycle control for starting, monitoring, and shutting down concurrent CLI workers.