What problem does it solve?
This Skill provides a programmatic way to control interactive terminal sessions managed by tmux, eliminating manual typing and enabling automated interactions with REPLs and interactive CLIs.
Core Features & Use Cases
- Send keystrokes and control: programmatically send literal characters and control keys to targeted tmux panes.
- Capture pane output: scrape recent pane history or full output to monitor progress or collect results.
- Session discovery and orchestration: find sessions across isolated sockets, run parallel agents, and wait for prompts with helper scripts.
- Use Case: Run multiple coding agents in separate tmux sessions, send commands, and capture output to detect completion.
Quick Start
Connect to the tmux socket, start or attach a session, send keystrokes to run an interactive CLI, and capture the pane output for inspection.