What problem does it solve?
This Skill removes the friction of running, monitoring, and coordinating interactive terminal-based coding agents by prescribing PTY-backed background workflows, safe workdir practices, and process monitoring so agents behave reliably and do not interfere with sensitive workspaces.
Core Features & Use Cases
- PTY enforcement: Ensures interactive CLIs (Codex, Claude Code, Pi, OpenCode) run with pty:true to avoid hangs and broken output.
- Background orchestration: Launch agents in background sessions, capture sessionIds, and monitor progress with process actions like log, poll, submit, and kill.
- Safe review and parallel work: Use temporary git repos or git worktrees for PR reviews and parallel issue fixes while avoiding sensitive directories.
- Notification and lifecycle rules: Add automatic wake triggers on completion, follow strict rules about where not to run agents, and provide clear progress updates.
Quick Start
Start a Codex agent in the background with PTY enabled in your project directory to implement a new feature while I monitor and report progress.