What problem does it solve?
This Skill prevents broken or unsupported cmux configuration by letting you edit cmux.json safely, validate recognized keys, and rely on live reload instead of trial-and-error.
Core Features & Use Cases
- Configure cmux preferences via JSON paths: Map natural-language goals (like appearance, sidebar behavior, notifications, automation, browser rules, or shortcuts) to exact dotted keys in cmux.json.
- Deterministic read/write with validation: Use the bundled helper to strip JSONC comments, write atomically, and validate keys against the official schema.
- Workflow for verification and quick recovery: Get values back by path, validate after changes, and unset keys to revert to cmux defaults.
Quick Start
Set the sidebar tint to match the terminal background by asking: set sidebarAppearance.matchTerminalBackground to true in cmux.json, then validate the configuration.