design-html

Generate Pretext-native HTML/CSS with computed layout from design mockups.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill design-html-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-html
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/gstack/design-html
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill design-html-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually implementing design mockups into HTML/CSS is slow, error-prone, and often results in broken text reflow, incorrect height calculations, and layouts that fail on different screen sizes. This skill eliminates that friction by generating production-quality, Pretext-native HTML/CSS with computed layout that handles dynamic content and responsive resizing automatically.

Core Features & Use Cases

  • Pretext-Native Computed Layout: Generates HTML/CSS where text reflows correctly on resize, heights adjust to content, cards and chat bubbles size themselves dynamically, and editorial spreads flow around obstacles, with zero external dependencies and only 30KB overhead.
  • Multiple Input Sources: Works with approved mockups from /design-shotgun, CEO product plans from /plan-ceo-review, design review context from /plan-design-review, or from scratch using a simple user description of the desired page.
  • Smart Pattern Routing: Automatically selects the correct Pretext patterns for each design type, ensuring consistent, production-ready output without manual configuration.
  • Use Case: If your team has approved a new customer dashboard mockup, use this skill to convert it into fully functional, responsive HTML that handles dynamic data entries and viewport resizing without layout breaks.

Quick Start

Use the design-html skill to convert your approved UI mockup into production-ready Pretext HTML/CSS with proper text reflow and dynamic layout support.

Frequently Asked Questions about design-html

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

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

You can convert design mockups into responsive HTML and CSS by using a computed layout engine that automatically handles dynamic text reflow, content-based height computation, and viewport resizing without manual coding or external dependencies.

Why does my responsive layout break when text reflows on different screen sizes?

Responsive layouts break during text reflow because standard HTML and CSS struggle with dynamic height computation and content resizing, whereas a Pretext computed layout engine automatically sizes elements to their content and maintains stability across all viewport sizes.

How do I generate responsive HTML from a product plan or design review context?

Generating responsive HTML from a product plan or design review context involves smart pattern routing that automatically selects the correct Pretext patterns for the design type, ensuring consistent, production-ready output without manual configuration.

Do I need external CSS frameworks or dependencies to handle dynamic UI layout resizing?

External CSS frameworks or dependencies are not needed for dynamic UI layout resizing, as the generated Pretext-native HTML and CSS operates with zero external dependencies and only 30KB overhead while handling content sizing automatically.

What is the best way to ensure chat bubbles and cards size themselves dynamically in CSS?

The best way to ensure chat bubbles and cards size themselves dynamically is using a Pretext computed layout engine, where elements adjust to their content and editorial spreads flow around obstacles without requiring manual height calculations.