omc-teams

Spawn parallel CLI agent workers in tmux for distributed task execution.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/INNERJOINT/HarnessSkills --skill omc-teams-innerjoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/INNERJOINT/HarnessSkills/tree/main/skills/omc-teams
Command: npx skills add https://github.com/INNERJOINT/HarnessSkills --skill omc-teams-innerjoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a simple way to run multiple CLI-based agent workers concurrently inside tmux panes so that users can distribute and monitor parallel tasks without building custom orchestration tooling.

Core Features & Use Cases

  • Spawn parallel CLI workers: Launch N processes for claude, codex, or gemini CLIs in tmux to run independent subtasks concurrently.
  • Runtime validation and lifecycle: Validate worker count and agent type, verify tmux availability or fallback to detached sessions, and manage teams with status, API, and shutdown commands.
  • Use Case: Run a multi-pane code review or module implementation job across three external CLIs to decompose work, monitor outputs, and gracefully shut down when complete.

Quick Start

Launch a team by running /omc-teams 3:claude implement an auth module with tests from your terminal to spawn three Claude CLI workers in tmux.

Frequently Asked Questions about omc-teams

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

FAQPage Schema
How do I run multiple Claude or Gemini CLI agents in parallel?

Spawning parallel CLI workers in tmux panes lets you run multiple Claude, Codex, or Gemini agents concurrently to execute distributed tasks. This approach decomposes file- or concern-scoped work across independent subtasks and monitors their outputs simultaneously.

Do I need tmux installed to run parallel CLI workers?

You need tmux installed to run parallel CLI workers in panes, but the Skill includes a detached-session fallback if tmux is unavailable. You also need your chosen agent CLI tools installed and must validate the worker count and agent type before execution.

How do I launch a team of concurrent CLI workers from the terminal?

To launch a team of concurrent CLI workers from the terminal, run a command specifying the worker count, agent type, and task, such as `3:claude implement an auth module` to spawn three Claude CLI workers in tmux panes for distributed execution.

Can I use tmux to manage the lifecycle of concurrent Codex agents?

You can use tmux to manage the lifecycle of concurrent Codex agents by utilizing built-in team commands for status monitoring, API interaction, and graceful shutdown once your distributed file- or concern-scoped tasks are complete.

What is the best way to decompose a coding task across multiple agent CLIs?

The best way to decompose a coding task across multiple agent CLIs is spawning parallel workers in tmux panes, which handles runtime validation and lifecycle management to execute independent subtasks concurrently across Claude, Codex, or Gemini without custom orchestration.