Google's official Stitch skill for generating and editing UI screens from text or images — with a mandatory prompt-enhancement pipeline before every call.
Stitch: DESIGN.mdSkill
Summary
Google's official Stitch skill for distilling a project into a DESIGN.md — a semantic design system agents can read before they generate anything.
Features
- Analyses a Stitch project and synthesises its design system
- Writes a semantic DESIGN.md rather than a raw token dump
- Produces the design-system block the generate-design and build-loop skills expect
- Gives multi-step and multi-page runs a stable visual reference
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Description
Ask an agent to generate ten screens and you will usually get ten slightly different visual
languages, because nothing in the loop holds the design still. design-md is Google Labs' official Stitch skill for
fixing that: it analyses a Stitch project and writes the result to .stitch/DESIGN.md, a file the other skills read
before they generate anything.
What it produces is a semantic design system, not a dump of hex values. The distinction matters for agents — a
list of colours tells a model nothing about which one is the danger state and which is the primary action, whereas
named roles survive being copied into a prompt and still mean something on the other side.
That copying is how the rest of the suite uses it. generate-design checks for a design system before it will
enhance a prompt and hands off here if one is missing. stitch-loop copies a block out of DESIGN.md into every baton
it writes, which is what keeps page twelve of an autonomous build looking like page one. Producing this file is
usually the first thing you do in a Stitch project and the reason later runs stay consistent.
Apache-2.0 licensed, and it runs against the Stitch MCP server.
Related Skills
Foundational fal.ai skill that drives the genmedia CLI across 1200+ hosted generative model endpoints — smart routing, schema inspection, async queues and agent-parseable JSON.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.
Turns Claude Code or Codex into a motion-design studio for cinematic Remotion product videos.