tmux
Control interactive terminal sessions via tmux. Use when tasks need persistent REPLs, parallel CLI agents, or any process requiring a TTY that simple shell execution cannot handle.
Installation
SKILL.md
Use tmux only when you need an interactive TTY. Prefer exec background mode for long-running, non-interactive tasks.
| Send text | tmux -S "$SOCKET" send-keys -t target -l -- "$cmd" | | Send Enter/Ctrl-C | tmux -S "$SOCKET" send-keys -t target Enter / C-c | | Capture output | tmux -S "$SOCKET" capture-pane -p -J -t target -S -200 | | List sessions | tmux -S "$SOCKET" list-sessions | | Kill session | tmux -S "$SOCKET" kill-session -t "$SESSION" |
Control interactive terminal sessions via tmux. Use when tasks need persistent REPLs, parallel CLI agents, or any process requiring a TTY that simple shell execution cannot handle. Source: vaayne/cc-plugins.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vaayne/cc-plugins --skill tmux Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/vaayne/cc-plugins --skill tmux- Source
- vaayne/cc-plugins
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is tmux?
Control interactive terminal sessions via tmux. Use when tasks need persistent REPLs, parallel CLI agents, or any process requiring a TTY that simple shell execution cannot handle. Source: vaayne/cc-plugins.
How do I install tmux?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vaayne/cc-plugins --skill tmux Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/vaayne/cc-plugins
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-05