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
More from frankieew/agent-skills
pr-worktree-workflow
Complete workflow for creating git worktrees and Pull Requests, including worktree setup, branch management, and PR creation.
11mathlib-workflow
Complete workflow for contributing to mathlib (Lean 4), including repo setup, git workflow, PR creation, and review process.
6mathlib-style
Code style guide for mathlib (Lean 4), including naming conventions, formatting rules, and documentation requirements.
4code-rules
Use when writing code, to follow personal code style and ensure documentation is consistent.
3lmfdb-cli
>
2ssh
>
1