Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Expert UI design skill for Stitch MCP: enhances prompts, generates high-fidelity screens, and maintains design system consistency.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
README.md
1# Stitch Design Skill23Teaches agents to generate high-fidelity, consistent UI designs and maintain project-level design systems using Stitch.45## Install67```bash8npx skills add google-labs-code/stitch-skills --skill stitch-design --global9```1011## What It Does1213Enables professional-grade UI/UX design workflows through Stitch MCP:14151. **Prompt Enhancement**: Transforms rough intent into structured, high-fidelity prompts with professional terminology and design system context.162. **Design System Synthesis**: Analyzes existing Stitch projects to create and maintain a `.stitch/DESIGN.md` "source of truth".173. **Iterative Generation**: Selects the best generation or editing workflow (`edit_screens`, `generate_variants`) based on user intent.184. **Asset Management**: Synchronizes remote designs by downloading HTML and screenshots to the project's `.stitch/designs` directory.1920## Prerequisites2122- Stitch MCP Server access23- A project `projectId` (can be discovered via `list_projects`)2425## Example Prompt2627```text28Design a premium landing page for a mountain resort with a focus on serene luxury and glassmorphism.29```3031## Skill Structure3233```34stitch-design/35├── SKILL.md — Core instructions & Prompt Pipeline36├── README.md — This file37├── workflows/ — Specialized pipelines (Text-to-UI, Edit, MD)38├── references/ — UI/UX keywords & Technical Mappings39└── examples/ — Gold-standard references (Solace Mindfulness)40```4142## Works With4344- **`react:components` skill**: Hand-off generated designs for frontend implementation.45- **`stitch-loop` skill**: Provides the `DESIGN.md` context for autonomous building loops.46- **Multi-agent workflows**: Refines prompts before passing design tasks to specialized agents.4748## Learn More4950See [SKILL.md](./SKILL.md) for complete instructions.51