parallel-agents
SKILL.md
parallel-agents Skill
Orchestrate multiple AI coding agents in parallel using git worktrees for isolation and tmux for management. Supports Claude Code, Codex, and OpenCode.
When to Use This Skill
Trigger conditions (any one):
- Need to run multiple AI agents on different tasks simultaneously
- Need isolated file system for each agent (worktree, not just branch)
- Need to monitor/inspect status of multiple running agents
- Need to rescue stuck agents waiting for confirmation
- Need to merge completed worktree branches back to main
Not For / Boundaries
- Single-agent workflows (no parallelism needed)
- Branch-only isolation (use regular git branches)
- Non-tmux environments (requires tmux session)
- Editing tmux config (see tmux-autopilot skill)