smithery.ai

html-design-workflow

Multi-agent UI/UX design workflow that converts images to HTML/Tailwind code. Use when users want to generate HTML/CSS from UI screenshots, create PRD documents from visual designs, convert wireframes to working code, or build responsive web pages from mockups. Orchestrates 4 specialized agents sequentially.

First seen Apr 13, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,262 B
  • docs SUMMARY.md 337 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

HTML Design Workflow

A 4-stage automated pipeline that transforms design images into production-ready HTML/Tailwind code.

Required Inputs

Create these files before running:

  • files/inputs/target_image.png - The UI design image
  • files/inputs/topic.txt - Topic/context description (e.g., "个人主页")

Workflow Stages

The pipeline runs sequentially - each stage depends on the previous:

Stage 1: PRD Architect

  • Input: target_image.png + topic.txt
  • Output: files/workspace/1prddraft.md
  • Full prompt: [references/agent1-prd-architect.md](references/agent1-prd-architect.md)

Stage 2: Structure Sketch Designer

  • Input: PRD draft + original image
  • Output: files/workspace/2structuresketch.md
  • Full prompt: [references/agent2-sketch-designer.md](references/agent2-sketch-designer.md)

Stage 3: Hierarchy Logic Mapper

  • Input: PRD + Structure Sketch
  • Output: files/workspace/3hierarchylogic.md
  • Full prompt: [references/agent3-logic-mapper.md](references/agent3-logic-mapper.md)

Stage 4: UI Art Director

  • Input: PRD (style) + Hierarchy (structure)
  • Output: files/workspace/4uidesign.md
  • Full prompt: [references/agent4-ui-director.md](references/agent4-ui-director.md)

Orchestrator

For automated pipeline management, see: [references/orchestrator.md](references/orchestrator.md)

The orchestrator:

  • Verifies inputs exist
  • Spawns agents sequentially
  • Validates each stage output before proceeding
  • Reports completion status

Technical Stack

  • HTML5 + Tailwind CSS 2.2.19
  • Font Awesome 6.0.0
  • Google Fonts: Noto Serif SC, Noto Sans SC

Quick Start

mkdir -p files/inputs files/workspace
cp your-design.png files/inputs/target_image.png
echo "个人主页" > files/inputs/topic.txt

Then follow the orchestrator workflow or run each agent stage manually.