What problem does it solve?
This Skill provides a reliable way to run autonomous coding agents (Codex, Claude Code, OpenCode, Pi) as background processes in an isolated workspace so agents do focused programmatic work without interfering with your main projects or requiring interactive terminals.
Core Features & Use Cases
- Background agent orchestration: Launch agents in temporary or project workdirs and manage sessions non-interactively.
- Process monitoring and control: Poll, log, write input to, and kill agent sessions for long-running tasks like builds, PR reviews, and batch fixes.
- Safe review workflows: Use temp clones or git worktrees to review PRs or run parallel fixes without touching live repositories; integrate with tmux for interactive sessions when needed.
Quick Start
Start a background agent in an isolated directory by running: bash workdir:/tmp/scratch background:true command:"codex exec 'Build a simple app and run tests'"