소개
This skill provides a robust framework for Claude to interact with CLI tools that typically require a real terminal or real-time user input. By leveraging tmux's detached sessions, the skill allows the AI to drive text editors, interactive debuggers, and complex git workflows through 'send-keys' and 'capture-pane' commands. This solves the common issue of commands hanging in standard bash environments when they expect an interactive TTY, making it essential for advanced automation of developer workflows.