Agent skill
tmux
tmux terminal multiplexer. Use for terminal sessions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tmux-g1joshi-agent-skills
SKILL.md
Tmux
Tmux decouples your terminal session from the window. Detach, go home, SSH in, attach, and your cursor is exactly where you left it. v3.5 adds extended keys.
When to Use
- Remote Work: Mandatory for SSH. If connection drops, your run continues.
- Pair Programming: Two users can attach to the same session.
- Layouts: Run Editor, Server, and Logs in one window.
Core Concepts
Session / Window / Pane
Hierarchy: Session > Windows (Tabs) > Panes (Splits).
Prefix Key
Default Ctrl+b. Most users remap to Ctrl+a.
Plugins (TPM)
Tmux Plugin Manager. tmux-resurrect saves state across reboots.
Best Practices (2025)
Do:
- Use True Color: Ensure
termguicolorsworks in Vim inside Tmux. - Use
tmux-sensible: Sets sane defaults (utf8, history limit). - Script Layouts: Use
tmuxinatorto launch standard workspace layouts.
Don't:
- Don't nest tmux: Running tmux inside tmux is a path to madness.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?