소개
This skill enables Claude to interact with complex Command Line Interfaces (CLIs) that require persistent sessions, such as Python REPLs, GDB debuggers, and interactive shell processes. By utilizing isolated tmux sockets, it allows the agent to send keystrokes, monitor output in real-time, and scrape pane history without interfering with the user's local tmux configuration. This is essential for tasks requiring a stateful terminal environment where simple one-off command execution is insufficient for debugging or iterative data analysis.