Markdown Well-Formedness
This specification defines what “well-formed” means for Markdown files in this repository.
Requirements
- File begins with YAML frontmatter delimited by
---. - Frontmatter includes
titleorname. - Non-skill documents contain exactly one H1 (
# ...) heading. - For non-skill documents, the H1 matches the frontmatter
title. - File references are Markdown links, not monospaced paths.
SKILL.mdmust havenamematching the parent directory name.README.mdmust haveidmatching<directory>-readme.IDEAS.md,PLANS.md,GLOSSARY.mdmust haveidmatching<directory>-ideas,<directory>-plans,<directory>-glossary.
Related tools
Tool defaults
The validation tools ignore /library/inbox/triage by default. Use explicit
paths to include triage content when needed.