| name | google-stitch-skills |
| description | 6 official Google Stitch skills for the complete design-to-code pipeline:
DESIGN.md management, prompt enhancement, React component generation, shadcn/ui
components, and iterative Stitch feedback loops.
|
| triggers | ["Stitch skill","google stitch","design-md","stitch loop","enhance prompt","stitch shadcn"] |
| das | {"category":"figma-code","upstream":"https://github.com/google-labs-code/stitch-skills","version":"latest","install":false} |
google-stitch-skills
Catalogue stub — full package: google-labs-code/stitch-skills
Decision tree
Run this for any Google Stitch design workflow:
-
Is a Stitch skill already installed?
Check: ~/.design-agent-skills/skills/stitch-loop/SKILL.md exists (representative skill).
- Yes → invoke the specific skill by name and proceed
- No → go to step 2
-
Do you have shell access?
- Yes → install the specific skill below, then invoke it
- No → show the install command; in Claude Code, send it as a chat message starting with
! — add -g for global install or omit for project-only
Install command
npx skills add google-labs-code/design-md
npx skills add google-labs-code/enhance-prompt
npx skills add google-labs-code/extract-design-md
npx skills add google-labs-code/react-components
npx skills add google-labs-code/shadcn-ui
npx skills add google-labs-code/stitch-loop
Invoke after install
design-md — "DESIGN.md", "create design spec"
enhance-prompt — "enhance my prompt", "improve UI prompt"
extract-design-md — "extract design md", "Stitch to DESIGN.md"
react-components — "Stitch to React", "convert to React"
shadcn-ui — "Stitch to shadcn", "build with shadcn"
stitch-loop — "stitch loop", "iterate design"
What it does
Google Labs' official Stitch skill collection for the complete design-to-code pipeline. Manages DESIGN.md specification files, enhances prompts with UI/UX vocabulary, converts Stitch output to React components or shadcn/ui, extracts design specs, and runs iterative improvement loops.