What problem does it solve? Interactive terminal programs like REPLs, TUI coding agents, and long-running shells cannot be driven through simple one-shot commands. This Skill lets an agent launch, monitor, and control persistent tmux sessions so interactive processes can be automated and coordinated in parallel. ## Core Features & Use Cases - Session Control: Create isolated tmux sessions on private sockets, send keystrokes, and capture pane output for scraping live shell state. - Parallel Agent Orchestration: Run multiple coding agents (Codex, Claude Code) in separate tmux sessions and poll them for completion. - Helper Scripts: Use find-sessions.sh to list sessions across sockets and wait-for-text.sh to block until a pattern appears in a pane. - Use Case: Spawn five tmux sessions, launch a coding agent in each against different git worktrees, then poll each pane for a shell prompt to detect when fixes are done and harvest the output. ## Quick Start Start a detached tmux session on a private socket, send a command into it, and capture the pane output to see the result.