composing-html

Installation
SKILL.md

composing-html

Produce single-file HTML artifacts without hand-writing the page chrome. The composer supplies <!DOCTYPE>, <head>, inlined CSS, base.js, design tokens, masthead, and colophon. You supply a title and the body content.

The product is the chrome and inventory below — primitives you can drop into any artifact without re-deriving what a card, badge, or eyebrow looks like. Templates are shortcuts on top of this, useful when the same artifact shape repeats; see Templates near the end.

Default workflow: freeform

1. python scripts/build.py describe freeform     # see the body_html slot
2. write spec.json with body_html: "<your HTML using the inventory below>"
3. python scripts/build.py build freeform --spec spec.json --out artifact.html
Related skills

More from oaustegard/claude-skills

Installs
3
GitHub Stars
120
First Seen
3 days ago