tmux
Installation
SKILL.md
tmux & tmuxp Skill
Create, edit, debug, and optimize tmux sessions via tmuxp YAML configurations.
Quick Decisions
| Task | Approach |
|---|---|
| New project workspace | Create tmuxp YAML from template |
| Fix session load error | Check session_name, YAML syntax, tool availability |
| Multi-environment K8s | Use environment vars + per-env windows with safety guards |
| Simple dev setup | 2-3 windows: editor, server, terminal |
| Complex infra | before_script validation + helper scripts + monitoring windows |
| Capture existing layout | tmuxp freeze then clean up the output |
Session Name Rules
tmux session names cannot contain periods (.) or colons (:).