What problem does it solve? Turning an approved design mockup or product plan into working HTML usually means hand-coding layouts where text overflows, heights break on resize, and the result drifts from the mockup. This Skill converts approved mockups, CEO plans, or plain descriptions into self-contained HTML where text reflows, heights are computed, and layouts stay dynamic. ## Core Features & Use Cases - Mockup-to-HTML conversion: Reads an approved design PNG (from /design-shotgun) or a CEO plan and generates a finalized HTML file with real content, never lorem ipsum. - Pretext-native layout: Uses the Pretext text layout engine (prepare, layout, walkLineRanges, layoutNextLine) so text reflows on resize, cards self-size, and chat bubbles shrinkwrap. - Smart API routing: Classifies the design type (landing page, dashboard, chat UI, editorial) and picks the right Pretext patterns for each. - Framework output: Detects React, Svelte, or Vue in the project and can emit framework-native components with TypeScript or JavaScript instead of vanilla HTML. - Use Case: After approving a landing page mockup in /design-shotgun, run this Skill to get a single self-contained finalized.html with inlined Pretext, design tokens from DESIGN.md, dark mode support, and responsive breakpoints at 375/768/1024/1440px. ## Quick Start Ask the assistant to turn the approved design mockup into a finalized HTML page using the design-html skill.