What problem does it solve? Running coding agents in the foreground blocks your session and leaves you without completion notifications. This Skill orchestrates Codex, Claude Code, OpenCode, and Pi coding agents as background processes with proper PTY configuration, process monitoring, and direct completion messaging so long-running builds, refactors, and PR reviews never stall your workflow. ## Core Features & Use Cases - Background Agent Orchestration: Launch any supported coding CLI with background:true immediately, then monitor progress with process log and poll actions. - Per-Agent Execution Modes: Uses pty:true for Codex, Pi, and OpenCode, and --print --permission-mode bypassPermissions for Claude Code, matching each CLI's requirements. - Completion Notification Routing: Injects a notify route into every worker prompt so the agent sends a direct openclaw message send on completion or failure instead of relying on heartbeat. - Use Case: You need to review three open PRs and fix two issues in parallel. The Skill clones each PR into a temp directory or git worktree, spawns a background Codex session per task, and each worker messages you directly when done. ## Quick Start Ask the agent to build a feature or review a PR with Codex in the background, for example: "Use Codex to build a dark mode toggle in my project and message me when it finishes."