What problem does it solve? Blocking Bash calls hang on prompts, dead networks, or long-running jobs, leaving the agent stuck and the output invisible. This Skill runs such commands inside tmux sessions so they keep running, stay observable, and can be attached to by the human at any time. ## Core Features & Use Cases - Job management: Uses the job command to run, wait on, and clean up named background jobs like builds, test suites, and training runs. - Interactive panes: Drives REPLs, wizards, and sudo prompts via tmux send-keys and reads output with tmux capture-pane, with bin/tmux-wait-for-text to poll before typing. - Remote execution: Runs and monitors tmux sessions over ssh with proper quoting and keepalive settings, avoiding orphaned waiters. - Use Case: Start a database migration as a named job, poll its progress from scrollback, and hand the user a tmux attach command so they can step in if it stalls. ## Quick Start Use the tmux skill to run the test suite in a named session so I can watch its progress and attach to it if it hangs.