omg-teams

Spawn multiple CLI workers in tmux panes for parallel task execution.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/oneforce/oh-my-gemini-cli --skill omg-teams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omg-teams
Source: https://github.com/oneforce/oh-my-gemini-cli/tree/main/skills/omg-teams
Command: npx skills add https://github.com/oneforce/oh-my-gemini-cli --skill omg-teams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple CLI workers in tmux panes to run tasks in parallel, eliminating manual handoffs and idle time.

Core Features & Use Cases

  • Spawn N parallel CLI workers in separate tmux panes to execute tasks concurrently.
  • Supports gemini, codex, and gemini CLI workers, enabling flexible multi-agent orchestration.
  • Lifecycle tooling including start, status, api, and shutdown to manage teams safely.

Quick Start

Start a team with omg team to spawn N workers in tmux panes for a given task.

Frequently Asked Questions about omg-teams

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

FAQPage Schema
How do I run multiple CLI tasks in parallel using tmux?

Run parallel tasks by spawning multiple workers in separate tmux panes. This coordinates concurrent execution across tasks like build, test, and deployment to eliminate manual handoffs and idle time.

Can I orchestrate gemini and codex CLI workers together?

Yes, you can orchestrate gemini, codex, or gemini CLI workers together. The tool coordinates these multi-agent workers across tasks to enable synchronized parallel execution within your environment.

What is the best way to manage parallel task lifecycle and status?

Manage parallel task lifecycle using phase-based commands. It provides start, status, api, and shutdown commands to safely guide and monitor synchronized parallel orchestration.

How do I start a team of parallel workers for a specific task?

Start a team of parallel workers using the omg team command. This spawns N workers in separate tmux panes to execute your specific task concurrently and safely.

Does parallel CLI execution validate prerequisites before spawning workers?

Yes, parallel CLI execution validates prerequisites before spawning workers. It checks your environment to ensure safe parallel orchestration before initiating tmux panes for concurrent tasks.