trails/.agents/skills/cmux/references/panes-surfaces.md
Ullrich Schäfer 19f2275b73 Move skills to .agents/skills for cross-agent compatibility
Skills now live in .agents/skills/ — the standard convention
aligned with Pi, OpenAI Codex, and the Agent Skills spec.

.claude/skills is a symlink back to .agents/skills/ so Claude
Code still discovers them.

Updated CLAUDE.md to document the setup.
2026-06-09 13:31:20 +02:00

813 B

Panes and Surfaces

Split layout, surface creation, focus, move, and reorder.

Inspect

cmux list-panes
cmux list-pane-surfaces --pane pane:1

Create Splits/Surfaces

cmux new-split right --panel pane:1
cmux new-surface --type terminal --pane pane:1
cmux new-surface --type browser --pane pane:1 --url https://example.com

Focus and Close

cmux focus-pane --pane pane:2
cmux focus-panel --panel surface:7
cmux close-surface --surface surface:7

Move/Reorder Surfaces

cmux move-surface --surface surface:7 --pane pane:2 --focus true
cmux move-surface --surface surface:7 --workspace workspace:2 --window window:1 --after surface:4
cmux reorder-surface --surface surface:7 --before surface:3

Surface identity is stable across move/reorder operations.