Stitch Design Skill
Teaches agents to generate high-fidelity, consistent UI designs and maintain project-level design systems using Stitch.
Install
npx skills add google-labs-code/stitch-skills --skill stitch-design --globalWhat It Does
Enables professional-grade UI/UX design workflows through Stitch MCP:
- Prompt Enhancement: Transforms rough intent into structured, high-fidelity prompts with professional terminology and design system context.
- Design System Synthesis: Analyzes existing Stitch projects to create and maintain a
.stitch/DESIGN.md"source of truth". - Iterative Generation: Selects the best generation or editing workflow (
edit_screens,generate_variants) based on user intent. - Asset Management: Synchronizes remote designs by downloading HTML and screenshots to the project's
.stitch/designsdirectory.
Prerequisites
- Stitch MCP Server access
- A project
projectId(can be discovered vialist_projects)
Example Prompt
Design a premium landing page for a mountain resort with a focus on serene luxury and glassmorphism.Skill Structure
stitch-design/
├── SKILL.md — Core instructions & Prompt Pipeline
├── README.md — This file
├── workflows/ — Specialized pipelines (Text-to-UI, Edit, MD)
├── references/ — UI/UX keywords & Technical Mappings
└── examples/ — Gold-standard references (Solace Mindfulness)Works With
react:componentsskill: Hand-off generated designs for frontend implementation.stitch-loopskill: Provides theDESIGN.mdcontext for autonomous building loops.- Multi-agent workflows: Refines prompts before passing design tasks to specialized agents.
Learn More
See SKILL.md for complete instructions.