What problem does it solve? Running AI coding agents like Codex or Claude Code requires correct terminal setup, working directories, and process monitoring. This Skill provides the exact invocation patterns, PTY requirements, and background session management needed to delegate coding work reliably without hangs or broken output. ## Core Features & Use Cases - Multi-Agent Delegation: Run Codex, Claude Code, OpenCode, or Pi with the correct flags and PTY settings for each CLI. - Background Process Management: Spawn agents in background sessions and monitor, send input, or kill them via process actions. - Parallel Workflows: Review multiple PRs or fix multiple issues concurrently using git worktrees and parallel agent sessions. - Use Case: You need to fix three GitHub issues at once. Create a git worktree per issue, launch a background Codex agent in each, monitor progress with process logs, then push branches and open PRs. ## Quick Start Ask the agent to build a feature in your project directory using Codex in the background, for example: run codex exec with --full-auto in ~/project to add a dark mode toggle and notify me when done.