What problem does it solve? Long-running builds, dev servers, and background jobs often live inside tmux sessions that an agent or user cannot attach to without blocking. This Skill lets you inspect, control, and read output from tmux sessions, windows, and panes entirely non-interactively. ## Core Features & Use Cases - State Inspection: List sessions, windows, and panes with machine-parseable formats, and capture pane output including full scrollback history. - Remote Control: Send keystrokes and commands to any pane, create detached sessions and windows, and split panes without ever attaching. - Safe Lifecycle Management: Create and kill only the sessions you own, with explicit guardrails against destructive commands like tmux kill-server. - Use Case: Start a build in a detached tmux session, continue other work, then capture the pane's scrollback later to check whether the build succeeded — or send a prompt to another Claude Code instance running in a sibling window. ## Quick Start Ask the agent to list all running tmux sessions and show the recent output of the pane running your dev server.