generate-ui-from-brand

Installation
SKILL.md

generate-ui-from-brand

Type: Pipeline / Orchestrator
Input: URL or existing DESIGN.md
Output: Actionable UI spec with decisions made


Step 1 — Extract

If a URL is provided and Dembrandt MCP is available:

All MCP extraction tools are async — they return a job_id immediately. Poll get_job_status until status is "completed", then read result.

{ job_id } = get_design_tokens({ url })
{ result } = get_job_status({ job_id })   // repeat until status === "completed"
Installs
159
GitHub Stars
19
First Seen
Apr 19, 2026
generate-ui-from-brand — dembrandt/dembrandt-skills