What problem does it solve? The Claude Bash tool only runs local, synchronous commands, so it cannot interact with SSH sessions, long-running dev servers, other AI agent instances, or background builds. This Skill bridges that gap by driving tmux sessions with send-keys and capture-pane. ## Core Features & Use Cases - Process Interaction: Send commands to and read output from SSH sessions, dev servers, file watchers, and other Claude/Codex instances running in tmux panes. - Idempotent Session Management: Reuse existing sessions and windows, create project-scoped sessions safely, and poll for ready signals like prompts or server startup markers. - Agent Orchestration: Run multiple Claude/Codex agents in parallel windows with git worktrees, detect completion via shell prompt return, and send multiline prompts via paste-buffer. - Use Case: You need to deploy to a remote server and watch the deployment log. The Skill opens an SSH session in tmux, polls for the shell prompt, runs the deploy command, and captures the output for you. ## Quick Start Use tmux to SSH into the production server, run the deploy script, and show me the last lines of the deployment log.