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.
493 B
493 B
Trigger Flash and Surface Health
Operational checks useful in automation loops.
Trigger Flash
Flash a surface or workspace to provide visual confirmation in UI:
cmux trigger-flash --surface surface:7
cmux trigger-flash --workspace workspace:2
Surface Health
Use health output to detect hidden/detached/non-windowed surfaces:
cmux surface-health
cmux surface-health --workspace workspace:2
Use this before routing focused input if UI state may be stale.