← ClaudeAtlas

cmuxlisted

End-user control of cmux topology and routing (windows, workspaces, panes/surfaces, focus, moves, reorder, identify, trigger flash). Use when automation needs deterministic placement and navigation in a multi-pane cmux layout.
manaflow-ai/cmux · ★ 26,978 · Web & Frontend · score 79
Install: claude install-skill manaflow-ai/cmux
# cmux Core Control Non-browser cmux topology and routing. - **Window**: top-level macOS cmux window. - **Workspace**: tab-like group within a window. - **Pane**: split container in a workspace. - **Surface**: a tab within a pane (terminal or browser panel). ## Fast start ```bash cmux identify --json # current caller context cmux list-windows / list-workspaces / list-panes cmux list-pane-surfaces --pane pane:1 cmux new-workspace cmux new-split right --panel pane:1 cmux new-split down --command "npm run dev" # new terminal runs the command in a live shell cmux move-surface --surface surface:7 --pane pane:2 --focus true cmux split-off --surface surface:7 right cmux reorder-surface --surface surface:7 --before surface:3 # workspace context-menu actions (color, description, rename, pin, ...) cmux workspace-action --action set-color --color Blue cmux workspace-action --action set-description --description "Ship checklist" # attention cue cmux trigger-flash --surface surface:7 ``` ## Handle model Output defaults to short refs (`window:N`, `workspace:N`, `pane:N`, `surface:N`). UUIDs are accepted as input; request UUID output only when needed with `--id-format uuids|both`. ## Initial command on new terminals `new-workspace`, `new-split`, `new-pane`, and `new-surface` accept `--command <text>`. cmux starts the terminal's normal interactive shell and delivers the text plus one Enter at spawn time, so the command runs immediately and the she