What problem does it solve?
It prevents messy, hard-to-review documentation generation by enforcing a constrained HTML-fragment workflow that produces consistent, visually reviewable documentation sites.
Core Features & Use Cases
- HTML fragment authoring with a strict page contract: author one
<article> per fragment and keep shell chrome out of content.
- Deterministic site generation: build split-page output for hosting and a merged single-file distribution for easy sharing.
- Quality gates and human review: verify structure, links, headings, assets, custom elements; generate diff and a dedicated review UI that shows Old/New/Diff for changed pages.
- Custom reusable elements: use registered custom tags (callouts, tabs, steps, before/after, code/diagrams/math wrappers) to keep fragments expressive while still validating safety boundaries.
Quick Start
Use the html-doc-site toolchain to build and verify your constrained fragments by running:
python skills/html-doc-site/tools/build.py --root agents/docs