What problem does it solve?
This Skill enables remote control and automation of tmux sessions for interactive command-line tasks, simplifying session management.
Core Features & Use Cases
- Session Automation: Create, attach, and kill tmux sessions automatically to streamline workflows.
- Pane Interaction: Send keystrokes and capture output from specific panes, allowing remote scripting of CLI tools like python or gdb.
- Use Case: Suppose you need to start a debugging session or keep a Python REPL running for automated testing. Use this Skill to control tmux sessions remotely, send commands, and monitor outputs efficiently.
Quick Start
Use the tmux skill to start a new session named "claude-python" in an isolated socket, send the command "python3 -q", and monitor the output by attaching to the session or capturing the pane output.