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
353 B
YAML
4 lines
353 B
YAML
interface:
|
|
display_name: "cmux Markdown Viewer"
|
|
short_description: "Open markdown files in a formatted panel with live reload alongside the terminal."
|
|
default_prompt: "Use this skill to display markdown plans, docs, or notes in a cmux panel: write to a .md file, run 'cmux markdown open <path>', and the panel auto-updates when the file changes."
|