tmux

Installation
SKILL.md

tmux Skill

Overview

Use tmux to control interactive terminal applications by sending keystrokes and capturing output. This skill provides patterns for managing REPLs, dev servers, debuggers, and Claude Code sessions.

When to Use

Use tmux when:

  • Running interactive REPLs (python, node, psql)
  • Debugging with gdb/lldb
  • Running dev servers and file watchers
  • Interactive CLI tools (vim, git rebase -i)
  • Claude Code session monitoring
  • Any process requiring TTY interaction

Don't use for:

  • Simple one-shot commands (<10s)
  • Non-interactive scripts
Related skills
Installs
4
First Seen
Mar 13, 2026