design-html

Convert approved design mockups into Pretext-native HTML/CSS with zero dependencies.

Updated May 27, 2026
One-click install
npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill design-html-shmurdoc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: design-html
Source: https://github.com/Shmurdoc/EasyRide-v1/tree/main/.opencode/skills/gstack-design-html
Command: npx skills add https://github.com/Shmurdoc/EasyRide-v1 --skill design-html-shmurdoc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually converting approved design mockups, product plans, or design review feedback into production-quality, dynamic HTML/CSS is time-consuming and error-prone, often resulting in broken layouts, incorrect text reflow, and inconsistent implementation of design intent. This Skill eliminates that manual work by generating Pretext-native HTML/CSS that matches approved designs exactly, with automatic text reflow, computed element heights, and zero external dependencies.

Core Features & Use Cases

  • Multi-Source Input Support: Accepts approved design mockups from design-shotgun, CEO-approved plans from plan-ceo-review, design review context from plan-design-review, or a plain text user description for scratch builds.
  • Production-Quality Output: Generates lightweight (30KB overhead) Pretext-native HTML/CSS with dynamic layouts, automatic text reflow, and correctly computed element heights, with zero external dependencies.
  • Smart Pattern Routing: Automatically selects the correct Pretext patterns for each design type to ensure consistent, standards-compliant implementation.
  • Real-World Use Case: If your team has approved a new product landing page mockup, use this Skill to instantly generate the full production-ready HTML/CSS implementation without manual coding, ensuring the final output matches the design exactly.

Quick Start

Use the design-html skill to turn the approved homepage mockup from the design-shotgun folder into production-ready Pretext HTML/CSS that matches the design exactly.

Frequently Asked Questions about design-html

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert approved design mockups into production-ready HTML and CSS?▼

To convert approved design mockups into production-ready HTML and CSS, you can use a design finalization workflow that generates Pretext-native code. This process applies smart pattern routing to ensure your output includes dynamic layouts and automatic text reflow without manual coding.

Can I generate zero-dependency frontend code with automatic text reflow and computed element heights?▼

Yes, you can generate zero-dependency frontend code with automatic text reflow and computed element heights. This approach produces lightweight Pretext-native HTML/CSS with approximately 30KB overhead, ensuring your dynamic layouts remain self-contained and performant.

What is the best way to turn product plans and design review context into dynamic layouts?▼

The best way to turn product plans and design review context into dynamic layouts is by processing them through a multi-source input converter. This automatically selects correct Pretext patterns to create standards-compliant, production-quality HTML/CSS implementations.

Do I need external dependencies to implement lightweight HTML/CSS with smart Pretext pattern routing?▼

No, you do not need external dependencies to implement lightweight HTML/CSS with smart Pretext pattern routing. The generated output is completely zero-dependency, utilizing Pretext-native patterns to compute element heights and handle text reflow internally.

Does this HTML generation approach work for scratch builds from plain text descriptions?▼

Yes, this HTML generation approach works for scratch builds from plain text descriptions. It accepts multi-source inputs including plain text user descriptions, approved mockups, and product plans to instantly generate full production-ready Pretext HTML/CSS implementations.