using-tmux-for-interactive-commands

Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys

$ 安裝

git clone https://github.com/obra/superpowers-lab /tmp/superpowers-lab && cp -r /tmp/superpowers-lab/skills/using-tmux-for-interactive-commands ~/.claude/skills/superpowers-lab

// tip: Run this command in your terminal to install the skill