Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

R004 · skill-name

Skill name valid

What Checks that frontmatter name is a valid, portable skill identifier (kebab-case, length bounds).
Why Agents and tooling use name as a stable handle. Invalid names break discovery and packaging.

How to fix

Set name to lowercase words separated by hyphens (for example review-pr). Prefer 2–64 characters.

Was this page helpful?