| name | create-standard |
| description | Creates a new standard file in `standards/`. Use when asked to create a standard, add a standard, or write a new authoring convention. Do NOT use to edit an existing standard. |
Create standard
Read these files in parallel:
${CLAUDE_SKILL_DIR}/references/standard.md: the meta-standard for a standard's shape, frontmatter, and structure
.claude/standards/prose.md from the project root: prose conventions for all generated text
Guards
- If
standards/ does not exist, stop: ❌ No standards/ directory found.
Steps
- Draft the standard from the user's description, following
standard.md for frontmatter, headings, and structure
- Confirm the slug and full content with the user before writing
- Write the file to
standards/<slug>.md
After writing
Emit the full path on its own line: standards/<slug>.md. Remind the user to run bun run check to regenerate the consumed copy under .claude/standards/ and the standards/index.md entry, and to add a row to the standards table in .claude/context/standards.md.