cmux

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

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.

skills/cmux/SKILL.md

Download bundle ↓
main · 6f118af6 bundle filesScanned 2026-09-15

references/handles-and-identify.md

123 tokens · o200k_base · 564 bytes

Source excerpt starting at line 1.
# Handles and Identify Most v2-backed commands accept a UUID, a short ref (`window:N`, `workspace:N`, `pane:N`, `surface:N`), or an index where legacy index-based commands still allow it. ```bashcmux identify --json                                  # focused topology + caller resolutioncmux identify --workspace workspace:2                 # route relative actions from a known anchorcmux identify --workspace workspace:2 --surface surface:8 cmux --json --id-format both identify                 # refs plus UUIDscmux --json --id-format uuids identify``` 
Referenced from SKILL.md