trails/.agents/skills/cmux/references/windows-workspaces.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

594 B

Windows and Workspaces

Window/workspace lifecycle and ordering operations.

Inspect

cmux list-windows
cmux current-window
cmux list-workspaces
cmux current-workspace

Create/Focus/Close

cmux new-window
cmux focus-window --window window:2
cmux close-window --window window:2

cmux new-workspace
cmux select-workspace --workspace workspace:4
cmux close-workspace --workspace workspace:4

Reorder and Move

cmux reorder-workspace --workspace workspace:4 --before workspace:2
cmux move-workspace-to-window --workspace workspace:4 --window window:1