What problem does it solve?
This Skill allows for the remote control of tmux sessions, enabling interactive command-line interface (CLI) tasks and the scraping of pane output, which is essential for managing long-running processes or complex CLI interactions without direct terminal access.
Core Features & Use Cases
- Remote TTY Management: Execute commands and interact with CLIs within tmux sessions from a remote location.
- Output Scraping: Capture and analyze the output of processes running in tmux panes.
- Parallel Agent Orchestration: Run multiple coding agents or processes concurrently in separate tmux panes for efficient task management.
- Use Case: You need to run a long-duration data processing script on a remote server. This Skill allows you to start the script in a tmux session, detach, and later re-attach or scrape its output to monitor progress or retrieve results.
Quick Start
Use the tmux skill to start a new detached session named 'my-session' and run the command 'htop' inside it.