What problem does it solve? Editing tmuxinator YAML files by hand is error-prone, especially around tmuxinator 3.x quirks like the ignored window-level post key and pane ratio control via main-pane-width. This Skill guides safe, verified edits to tmux session configurations. ## Core Features & Use Cases - Window and Pane Management: Add, remove, or edit windows and pane commands in ~/.config/tmuxinator/*.yml files. - Pane Ratio Control: Convert ratio requests like 8:2 into main-pane-width percentages applied via on_project_start, avoiding the broken post key approach. - Verification Workflow: Validate every change with tmuxinator debug and review the generated shell script before applying. - Use Case: Ask to add a new window running nvim in a project directory with a 70/30 main-vertical split, and the Skill locates the right yml, edits it, and verifies the result. ## Quick Start Ask the assistant to add a new window with a specific pane layout to your default tmuxinator project configuration.