What problem does it solve?
tmux provides powerful terminal multiplexing, but automating multi-pane interactions and monitoring outputs across sessions can be tedious without programmatic control. This Skill enables remote, script-driven management of tmux sessions, allowing you to automate keystrokes and extract pane text for downstream analysis.
Core Features & Use Cases
- Remote control of tmux sessions: create, attach, send keys, and manage windows/panes programmatically.
- Pane output capture: fetch real-time or historical pane content for logging, debugging, or feeding into agents.
- Orchestrating coding agents: run multiple agents in parallel in separate sessions and monitor prompts and results.
Quick Start
Start a detached tmux session and programmatically drive a shell inside it to send commands and capture output across panes.