533 B
533 B
Naming Standards
General
- Use lowercase kebab-case for directory names and skill names.
- Keep filenames descriptive and stable.
- Match skill directory names to the
namefield inSKILL.md.
File Conventions
- Prompts end in
.prompt.md - Instructions end in
.instructions.md - Agents end in
.agent.md - Hooks end in
.json
Frontmatter
- Always include a meaningful
descriptionfor skills, prompts, and agents. - Keep descriptions discovery-oriented: include what the resource does and when to use it.