Auto-generate docs from YAML schema
schema-to-doc-generationskillsetup L1★60
grommet/hpe-design-system ↗What it does
Generate markdown documentation from YAML schema definitions
Best for
Transforming machine-readable definitions into consistent component or pattern documentation at scale.
Inputs
- · [object Object]
Outputs
- · [object Object]
Preconditions
- · YAML schema must be valid
- · Template contract must be versioned
- · Output path must be writable
Failure modes
- · Schema validation fails → return blocking errors
- · Template sections incompatible → report mismatch and halt
- · Output path conflicts → fail with file path diagnostics
Trust signals
- · Handles schema validation
- · Explicit placeholder detection
- · Deterministic formatting