What problem does it solve?
This Skill allows for the remote control of tmux sessions, enabling interactive terminal sessions, persistent shell environments, and the parallel orchestration of multiple command-line agents.
Core Features & Use Cases
- Interactive Terminal Access: Provides a fully interactive TTY for complex CLI operations.
- Persistent Sessions: Maintains shell sessions even if the primary connection is interrupted.
- Agent Orchestration: Manages multiple CLI agents concurrently within separate tmux panes.
- Use Case: Run several AI coding agents in parallel on different projects, monitoring their progress and output through a single interface.
Quick Start
Use the tmux skill to create a new detached tmux session named 'getall-python' and start a basic Python REPL within its first pane.