What problem does it solve? Interactive terminal applications like Claude Code or long-running processes inside tmux cannot be driven by simple one-off shell commands. This Skill lets you programmatically send keystrokes to tmux sessions and scrape pane output, so you can monitor, prompt, and manage interactive CLIs without manual terminal access. ## Core Features & Use Cases - Keystroke Injection: Send text, Enter, Escape, and control keys (C-c, C-d, C-z) to any tmux session, window, or pane. - Pane Output Scraping: Capture the last N lines or the entire scrollback of a pane for status checks and log inspection. - Session Discovery & Waiting: Use the bundled scripts to list sessions across sockets and poll a pane until a specific pattern appears. - Use Case: You have several worker tmux sessions running Claude Code. Check each session's last lines for approval prompts, then send 'y' + Enter to the ones waiting for confirmation. ## Quick Start Ask the AI to list all running tmux sessions and show the last 20 lines of output from the session named 'shared'.