trails/.agents/skills/cmux/references/trigger-flash-and-health.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

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.