omc-teams

Run parallel CLI worker processes in tmux panes for distributed task execution.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill omc-teams-marcmunoz-uno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/omc-teams
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill omc-teams-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you execute the same kind of CLI-based work in parallel so you can finish multi-step tasks faster without manually juggling multiple sessions or process launches.

Core Features & Use Cases

  • Parallel worker panes via tmux: Spawns N CLI worker processes in tmux panes to distribute a single task.
  • Multi-backend agent types: Supports claude, codex, and gemini as external CLI worker runtimes.
  • Lifecycle and status control: Uses OMC team commands for starting, monitoring, querying tasks, and shutting down teams safely.

Quick Start

Run 2 Claude workers with tmux using the command /omc-teams 2:claude "implement auth module with tests".

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 concurrent task execution?

To run parallel CLI workers in tmux, you can spawn N worker processes in separate panes using a command like /omc-teams 2:claude "task description" to distribute and execute tasks concurrently across Claude, Codex, or Gemini backends.

Can I use Claude, Codex, and Gemini CLI agents simultaneously in tmux panes?

Yes, you can use Claude, Codex, and Gemini as external CLI worker runtimes simultaneously in tmux panes to support multi-backend agent types for distributed task execution and decomposition-and-execute pipelines.

What is the best way to manage lifecycle and status for parallel CLI worker teams?

The best way to manage lifecycle and status for parallel CLI worker teams is using OMC team commands, which provide starting, monitoring via status, querying tasks via api, and safe shutdown capabilities for tmux-based worker processes.

How do I start multiple Claude workers in tmux to speed up batch processing?

You can start multiple Claude workers in tmux to speed up batch processing by executing a command formatted as /omc-teams N:claude "task", replacing N with the desired number of parallel panes to spawn.

Does running parallel CLI workers in tmux require manual session juggling?

No, running parallel CLI workers in tmux does not require manual session juggling because the system automatically spawns and manages N worker processes in dedicated panes to handle concurrent execution without manual intervention.

When should I use parallel tmux panes for CLI task execution instead of sequential processing?

You should use parallel tmux panes for CLI task execution instead of sequential processing when handling decomposition-and-execute pipelines or batch-style throughput improvements where multiple concurrent Claude, Codex, or Gemini workers can operate independently.