What problem does it solve? Creating UI designs from scratch requires design expertise and manual mockup work. This Skill generates high-fidelity UI designs from plain-text prompts using Google Stitch, then exports them as Tailwind HTML and a DESIGN.md spec that implementation skills can convert directly into code. ## Core Features & Use Cases - Prompt-Based Design Generation: Create UI screens for mobile, desktop, or tablet from natural-language descriptions, with optional design variants for exploration. - Export Pipeline: Export generated screens as semantic HTML with Tailwind classes, PNG screenshots, and an auto-generated DESIGN.md containing extracted colors, typography, spacing, and component tokens. - Quota Management: Track the 400 daily free-tier credits locally with warnings, auto-reset at midnight UTC, and a fallback path to text-based design when exhausted. - Use Case: Describe a checkout page with payment form and cart summary, review the generated preview, export the design artifacts, and hand DESIGN.md to a frontend implementation skill to produce React components. ## Quick Start Set your STITCH_API_KEY environment variable, run npm install in the scripts directory, then ask the AI to generate a UI design from your prompt using the stitch-generate script.