omc-teams

Spawns multiple CLI worker processes in tmux panes for parallel task execution.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Moliboy5000/.claude --skill omc-teams-moliboy5000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc-teams
Source: https://github.com/Moliboy5000/.claude/tree/main/plugins/cache/omc/oh-my-claudecode/4.8.2/skills/omc-teams
Command: npx skills add https://github.com/Moliboy5000/.claude --skill omc-teams-moliboy5000

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of multiple command-line interface (CLI) tasks in parallel across several tmux panes, significantly speeding up development workflows.

Core Features & Use Cases

  • Parallel Task Execution: Distributes a single task description across multiple CLI workers (Claude, Codex, Gemini) simultaneously.
  • Tmux Integration: Leverages tmux for managing and visualizing parallel processes in separate panes.
  • Use Case: When tasked with implementing a new feature that requires writing code, generating tests, and performing a security review, you can use this skill to assign each of these sub-tasks to a dedicated CLI worker, allowing them to run concurrently.

Quick Start

Use the omc-teams skill to spawn 3 claude CLI workers to implement the authentication 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 tasks in tmux for concurrent code generation?

Running parallel CLI tasks in tmux involves spawning multiple worker processes in separate panes to execute concurrent operations. This skill automates distributing a task description across multiple CLI workers like Claude, Codex, and Gemini simultaneously to speed up development workflows.

Can I use multiple agent types like Claude, Codex, and Gemini for parallel task execution?

Yes, you can use multiple agent types for parallel task execution. The skill supports spawning Claude, Codex, and Gemini CLI workers concurrently, allowing you to assign distinct sub-tasks such as writing code, generating tests, and performing security reviews to different dedicated agents.

Do I need tmux installed to manage multiple CLI workers?

Yes, you need tmux installed and accessible to manage multiple CLI workers. The skill leverages tmux to manage and visualize parallel processes in separate panes, and it also requires the specific agent CLIs you intend to use to be installed in your environment.

What is the best way to decompose a development task into parallel code review and generation jobs?

The best way to decompose a development task into parallel jobs is to assign each sub-task to a dedicated CLI worker. This skill manages task decomposition and worker lifecycle through CLI commands and state files, allowing concurrent execution of code generation and security review processes.

How does worker lifecycle and status monitoring work for parallel CLI processes?

Worker lifecycle and status monitoring for parallel CLI processes are managed through CLI commands and state files. The skill tracks the status of each worker in real-time, handling task distribution and process management across the spawned tmux panes.

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

Using tmux panes for parallel developer tools execution provides direct visual management of concurrent processes. Unlike background scripts, tmux integration allows you to see the live output of each CLI worker in separate panes, simplifying the monitoring of simultaneous task execution.