What problem does it solve?
It removes the friction of managing interactive terminal programs by letting you inspect tmux sessions, send input safely, and capture live pane output without losing context.
Core Features & Use Cases
- Interactive CLI Control: Drive shells, REPLs, and other TTY-bound tools that cannot be handled well by ordinary non-interactive execution.
- Session Discovery and Monitoring: Find running tmux sessions, check whether they are attached or detached, and inspect recent pane history.
- Safe Orchestration: Use isolated socket conventions and helper scripts to coordinate multiple long-running agent sessions reliably.
- Use Case: A developer can launch several coding agents in parallel, monitor each pane for completion, and collect the output from the sessions that finish first.
Quick Start
Use the tmux skill to open or inspect a session, send the required keystrokes to the target pane, and capture the latest pane output when you need it.