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.
4 lines
327 B
YAML
4 lines
327 B
YAML
interface:
|
|
display_name: "cmux Browser"
|
|
short_description: "Automate cmux webview surfaces with snapshot/ref workflows."
|
|
default_prompt: "Use this skill for browser automation via cmux CLI: identify target surface, snapshot interactive refs, perform actions, wait for state changes, and re-snapshot to avoid stale refs."
|