cmux-tmux-compat
Installation
SKILL.md
tmux Compatibility with cmux
Use this skill when the user thinks in tmux verbs and wants the closest cmux-compatible command.
Core Workflow
cmux capture-pane --workspace "${CMUX_WORKSPACE_ID:-}" --surface "${CMUX_SURFACE_ID:-}" --scrollback --lines 200
cmux resize-pane --pane pane:2 -R --amount 10
cmux swap-pane --workspace "${CMUX_WORKSPACE_ID:-}" --pane pane:2 --target-pane pane:3 --focus false
cmux set-buffer --name review -- "ready to paste"
cmux paste-buffer --name review --workspace "${CMUX_WORKSPACE_ID:-}" --surface "${CMUX_SURFACE_ID:-}"