Параллельный запуск AI-агентов в tmux
★ 8.5 · orchestration
omc-teams is a Claude Code skill that spawns N CLI worker processes in tmux panes to execute tasks in parallel across multiple agent types. It supports claude, codex, gemini, antigravity, grok, and cursor workers — cursor is accepted for executor-style tasks only. The command takes a worker count (1–10), an agent type, and a task description, such as `/omc-teams 2:codex "review auth module for security issues"`; the skill decomposes work into independent, file-scoped subtasks to prevent write conflicts. A tmux binary or cmux surface (via CMUX_SURFACE_ID) is required, along with the relevant CLI tool for each chosen agent. It suits teams looking to parallelize code review, module implementation, or UI redesign across different AI runtimes simultaneously.
- #tmux
- #parallel-execution
- #teams
- #cli-workers
- #distributed-tasks