snowflake
Installation
SKILL.md
Snowflake — Static-to-EDS Conversion
Convert a static HTML page into an EDS page while preserving the original design and making content authorable in Document Authoring. Two conversion levels are supported:
- Page-level (overlay) — the original DOM is preserved
byte-for-byte via a template with
[data-slot]markers. One template, one CSS file, one DA doc with slot-keyed rows. - Block-level — each content section becomes an independent EDS
block with its own
decorate()function and CSS. Content is authored in DA block tables. Header and footer stay as static fragments.
Both levels keep the original visual design intact. Page-level is the safer default; block-level produces more standard EDS output but requires section independence in the source page.