Markdown skill rendering
Convert Markdown pages into static HTML with predictable build output.
What it does
This skill renders each skill page from Markdown at build time so the public site can be deployed as static assets. The build result should be stable, readable, and easy to regenerate.
Use it when
- You want skill pages to stay editable in plain text.
- You need deterministic HTML routes for a static host.
- You want the public catalog to work without a database.
Output rules
- Every page should have a stable slug.
- Every page should carry the same header and metadata pattern.
- Markdown should become semantic HTML, not a blob of injected text.
Notes
Keep the parser simple and predictable. Public documentation wins when the source stays easy to audit.