tmux-agent
Installation
SKILL.md
tmux-agent
Claude가 tmux를 자율적으로 조작하여 다른 pane을 인식하고, 명령을 전송하며, 프로세스 상태를 파악합니다.
Quick Reference
| 작업 | 워크플로우 | 핵심 명령어 |
|---|---|---|
| Pane 목록 | WF1: Discover | tmux list-panes -a -F "..." |
| 출력 캡처 | WF2: Observe | tmux capture-pane -t {target} -p |
| 명령 전송 | WF3: Command | tmux send-keys "cmd" Enter |
| 윈도우 생성 | WF4: Create | tmux new-window -n "name" |
| 유휴 감지 | WF5: Idle | 프롬프트 패턴 매칭 |