What problem does it solve?
Coordinating tmux pane creation, commands, and focus across multiple panes can be error-prone and unstable. This skill enforces a safe, repeatable workflow by routing all pane creation through scripts/split-pane.sh and by consistently targeting the calling pane, reducing layout drift and misplaced focus.
Core Features & Use Cases
- Deterministic pane creation: rely on split-pane.sh to create new panes or windows with predictable layouts, minimizing manual adjustment.
- Safe, interactive workflows: run REPLs, servers, and debuggers in dedicated panes without losing context or accidentally disrupting other panes.
- Helper tooling and guardrails: leverage included scripts for common tasks (e.g., code review, waiting for output) to maintain a stable tmux session during complex tasks.
Quick Start
Load this skill before performing any tmux operation and always create panes via scripts/split-pane.sh.