Merlin

Merlin Docs

Skills

Markdown capability files loaded into the prompt stack.

Skills live under skills/<name>/SKILL.md. They describe reusable capabilities that the runtime indexes into the prompt stack, then filters through the selected agent spec when needed.

Commands

claw skills create review --description "Review code" --body "Find bugs."
claw skills list
claw skills show review
claw skills update review --body-file skills/review/SKILL.md --overwrite
claw skills archive review

When To Use A Skill