What problem does it solve? Delegating feature work, refactoring, PR reviews, and batch issue fixing to headless coding agents requires knowing each CLI's install, auth, flags, and quirks. This Skill consolidates orchestration recipes for Claude Code, Codex, OpenCode, and Pi into one playbook. ## Core Features & Use Cases - Two orchestration modes: one-shot print mode for bounded tasks and interactive PTY via tmux for multi-turn sessions with monitoring and follow-up input. - Per-agent references: detailed guides covering Claude Code flags and hooks, Codex sandbox modes, OpenCode TUI keybindings, and Pi provider configuration. - Parallel workers and guardrails: run multiple agents in isolated worktrees with --max-turns, --max-budget-usd, and --allowedTools to control cost and permissions. - Use Case: Fan out three GitHub issues to parallel Claude Code instances in tmux sessions, each fixing one issue with restricted tools, then review the diffs before merging. ## Quick Start Ask the agent to delegate a task such as fixing a bug in src/auth.py to Claude Code in print mode with a turn limit and restricted tools.