What problem does it solve? Driving shell commands inside tmux panes is error-prone: tmux may resolve to a shell alias instead of the real binary, pane indices shift, and keystrokes sent to the wrong pane can interrupt running processes. This Skill provides a safe, verified workflow for discovering, targeting, and interacting with tmux panes. ## Core Features & Use Cases - Environment Discovery: List sessions, windows, and panes with IDs, commands, PIDs, and dimensions to identify the right target. - Safe Command Injection: Send keystrokes with a mandatory destructive-action preflight that verifies session, window, pane, and working directory before any process-control action. - Output Capture & Monitoring: Capture pane scrollback and poll for command completion to monitor background processes. - Use Case: You have a dev server running in one tmux pane and want to run tests in another. Use this Skill to find the idle shell pane, verify its working directory, send the test command, and capture the results. ## Quick Start Ask the assistant to list your current tmux sessions and panes, then send a command to a specific pane and show its output.