design-html

Generate production-quality HTML/CSS from design prompts and mockups.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Pacha-e/claude-ALL-IN-SETUP --skill design-html-pacha-e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-html
Source: https://github.com/Pacha-e/claude-ALL-IN-SETUP/tree/main/skills/design-html
Command: npx skills add https://github.com/Pacha-e/claude-ALL-IN-SETUP --skill design-html-pacha-e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design finalization for Pretext-native HTML/CSS, turning approved mockups from /design-shotgun, CEO plans from /plan-ceo-review, and design review context from /plan-design-review into production-ready output with minimal overhead. Text reflows, heights are computed, and layouts are dynamic. 30KB overhead, zero dependencies. Smart API routing: picks the right Pretext patterns for each design type. Use when: "finalize this design", "turn this into HTML", "build me a page", "implement this design", or after any planning skill. Proactively suggest when user has approved a design or has a plan ready. (gstack) voice-triggers:

  • "build the design"
  • "code the mockup"
  • "make it real" allowed-tools:
  • Bash
  • Read
  • Write
  • Edit
  • Glob
  • Grep
  • Agent
  • AskUserQuestion

Core Features & Use Cases

  • Text reflows and dynamic height computations to fit content
  • Zero-dependency HTML/CSS generation from design prompts
  • Use cases: finalize a design, turn a mockup into a web page, or build from scratch from a user description

Quick Start

Provide a design prompt or mockups and request the final HTML/CSS output.

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, provide the mockups to the system and request final output. It computes text reflows, dynamic heights, and smart routing to apply the correct layout pattern with zero external dependencies.

Can I generate zero-dependency HTML/CSS from a text design prompt?

Yes, you can generate zero-dependency HTML/CSS from a text design prompt. The system builds production-quality layouts from scratch using user descriptions, calculating dynamic heights and text reflows without requiring external frameworks.

How do I finalize a web page design after completing a CEO plan review?

To finalize a web page design after a CEO plan review, route the approved plan context into the system. It processes the plan data, applies the correct Pretext patterns for the design type, and outputs finalized HTML and CSS.

What is the best way to handle dynamic text reflows and height computations in HTML layouts?

The best way to handle dynamic text reflows and height computations in HTML layouts is using a generation system that calculates these properties automatically. It ensures content fits correctly within production-ready CSS layouts with minimal overhead.

Does this HTML generation approach work without external CSS frameworks?

Yes, this HTML generation approach works without external CSS frameworks. It produces zero-dependency output with approximately 30KB overhead, computing dynamic layouts and applying smart API routing entirely standalone.

When should I use smart routing for applying different HTML layout patterns?

You should use smart routing for applying different HTML layout patterns when finalizing designs from varied sources. It automatically detects the design type and selects the correct Pretext pattern to ensure accurate HTML/CSS generation.