Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Customize cmux for an end user. Use when changing cmux.json actions, custom commands, workspace layouts, plus-button behavior, surface tab bar buttons, Command Palette entries, Dock controls, sidebar and app settings, shortcuts, notifications, browser routing, examples-library presets, or Ghostty-backed terminal preferences.
.claude/skills/manaflow-ai-cmux-customization/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 57% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 49% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -14% | 0% |
Keep the user's config intact, prefer schema-backed edits, and validate before reporting completion.
| Want to change | Edit | |---|---| | App preferences (appearance, sidebar, notifications, browser routing, automation, shortcuts, new-workspace placement) | ~/.config/cmux/cmux.json via the cmux-settings helper | | Custom actions, workspace layouts/commands, tab bar buttons, plus-button behavior, Command Palette entries, notification hooks | ~/.config/cmux/cmux.json globally or .cmux/cmux.json in the project | | Dock controls (right-sidebar terminals: logs, test watchers, git TUIs, dev servers, queues, cmux feed tui --opentui) | .cmux/dock.json or ~/.config/cmux/dock.json; cmux docs dock when available | | Terminal rendering and terminal keybindings (fonts, themes, cursor style, copy-on-select, shell integration) | Ghostty config, usually ~/.config/ghostty/config | | Workspace names, descriptions, colors, read state, sidebar metadata | cmux CLI, see ../cmux-workspace/SKILL.md | | Feed event sources | cmux hooks setup |
Project-local .cmux/cmux.json and .cmux/dock.json let worktree, SSH, review, dev, CI, and docs patterns travel with the repo; project actions and commands override global entries with the same ID or name. Global app preferences do not belong there.
If a request can be handled by Ghostty config, say so and use Ghostty config instead of inventing cmux UI settings.
Key surfaces in cmux.json: actions (reusable, can appear in Cmd+Shift+P, surface tab bars, shortcuts, and the plus-button right-click menu), ui.newWorkspace.action (replaces the plus-button click) and ui.newWorkspace.contextMenu (right-click menu; ui.newWorkspace.rightClick is an accepted alias but new examples use contextMenu), ui.surfaceTabBar.buttons (replaces default tab bar buttons; include built-ins like cmux.newTerminal, cmux.newBrowser, cmux.splitRight, cmux.splitDown only when they should stay visible), and commands (workspace definitions with split layouts).
bash test -f ~/.config/cmux/cmux.json && sed -n '1,220p' ~/.config/cmux/cmux.json test -f .cmux/cmux.json && sed -n '1,220p' .cmux/cmux.json
bash stamp="$(date +%Y%m%d-%H%M%S)" test -f ~/.config/cmux/cmux.json && cp -p ~/.config/cmux/cmux.json ~/.config/cmux/cmux.json."$stamp".bak test -f .cmux/cmux.json && cp -p .cmux/cmux.json .cmux/cmux.json."$stamp".bak
~/.codex/skills/... if the user installed with skills.sh).bash ~/.agents/skills/cmux-settings/scripts/cmux-settings list-supported ~/.agents/skills/cmux-settings/scripts/cmux-settings set browser.openTerminalLinksInCmuxBrowser true ~/.agents/skills/cmux-settings/scripts/cmux-settings validate
vault, rightSidebar, commands, actions, ui, notifications).cmux reload-config.Appears in Cmd+Shift+P unless palette is false.
json{ "actions": { "codex-new-tab": { "type": "agent", "agent": "codex", "title": "Codex", "subtitle": "Start Codex in this workspace", "target": "newTabInCurrentPane", "palette": true } } }
Before choosing a preset, template, starter config, or known workflow pattern, run cmux docs workflows --json. Its catalog describes the shipped examples, what each creates, task-fit cues, requirements, adaptation points, and the saved-layout lifecycle. After choosing an example, open references/examples.md for that example's concrete JSON recipe.
cmux-settings validate..cmux/dock.json or ~/.config/cmux/dock.json with a JSON parser before reporting completion.cmux reload-config when the CLI is available.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 18,126 | 7,448 | -59% | 1 | 1 | 0% | 1,702 | 1,692 | -1% | 0 | 0 | — |
case-02 | fail→fail | 22,691 | 18,980 | -16% | 1 | 1 | 0% | 2,890 | 1,948 | -33% | 0 | 0 | — |
case-03 | fail→fail | 8,038 | 14,173 | +76% | 1 | 1 | 0% | 362 | 1,675 | +363% | 0 | 0 | — |
case-04 | fail→fail | 13,296 | 6,696 | -50% | 1 | 1 | 0% | 2,058 | 2,072 | +1% | 0 | 0 | — |
case-05 | fail→fail | 13,847 | 13,065 | -6% | 1 | 1 | 0% | 1,983 | 2,105 | +6% | 0 | 0 | — |
case-06 | fail→fail | 24,739 | 11,467 | -54% | 1 | 1 | 0% | 1,688 | 1,856 | +10% | 0 | 0 | — |
case-07 | pass→pass | 15,337 | 13,907 | -9% | 1 | 1 | 0% | 1,897 | 2,444 | +29% | 0 | 0 | — |
case-08 | fail→pass | 9,233 | 6,664 | -28% | 1 | 1 | 0% | 1,489 | 2,331 | +57% | 0 | 0 | — |
case-09 | pass→pass | 61,766 | 20,135 | -67% | 1 | 1 | 0% | 1,827 | 2,917 | +60% | 0 | 0 | — |
case-10 | pass→pass | 11,942 | 18,733 | +57% | 1 | 1 | 0% | 1,861 | 3,179 | +71% | 0 | 0 | — |
case-11 | fail→fail | 12,200 | 11,130 | -9% | 1 | 1 | 0% | 1,767 | 1,740 | -2% | 0 | 0 | — |
case-12 | fail→pass | 14,435 | 4,815 | -67% | 1 | 1 | 0% | 2,230 | 2,148 | -4% | 0 | 0 | — |
case-13 | fail→pass | 40,769 | 4,609 | -89% | 1 | 1 | 0% | 3,607 | 2,032 | -44% | 0 | 0 | — |
case-14 | fail→fail | 45,245 | 8,912 | -80% | 1 | 1 | 0% | 2,210 | 1,686 | -24% | 0 | 0 | — |
case-15 | fail→pass | 39,548 | 5,149 | -87% | 1 | 1 | 0% | 1,258 | 1,874 | +49% | 0 | 0 | — |
case-16 | fail→pass | 16,333 | 3,091 | -81% | 1 | 1 | 0% | 2,145 | 1,843 | -14% | 0 | 0 | — |
case-17 | fail→pass | 10,062 | 3,696 | -63% | 1 | 1 | 0% | 1,115 | 1,778 | +59% | 0 | 0 | — |
case-18 | pass→pass | 23,687 | 3,916 | -83% | 1 | 1 | 0% | 2,693 | 1,928 | -28% | 0 | 0 | — |
case-19 | pass→pass | 18,077 | 16,776 | -7% | 1 | 1 | 0% | 2,202 | 3,122 | +42% | 0 | 0 | — |
case-20 | fail→pass | 10,589 | 8,051 | -24% | 1 | 1 | 0% | 1,391 | 2,495 | +79% | 0 | 0 | — |
case-21 | pass→pass | 9,141 | 3,344 | -63% | 1 | 1 | 0% | 1,140 | 1,878 | +65% | 0 | 0 | — |
case-22 | fail→fail | 26,109 | 10,850 | -58% | 1 | 1 | 0% | 2,154 | 1,706 | -21% | 0 | 0 | — |
case-23 | fail→pass | 15,829 | 3,330 | -79% | 1 | 1 | 0% | 1,243 | 1,657 | +33% | 0 | 0 | — |
case-24 | fail→fail | 29,130 | 8,441 | -71% | 1 | 1 | 0% | 1,725 | 2,633 | +53% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted, and 16 counted toward the lift figure. The other 8 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +33 percentage points is the difference between those two pass rates over the 16 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 8/10/2026 | +27% |
Other measured skills in the registry, with their headline benchmark lift.