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.
Stitch: Generate DesignSkill
Summary
Google's official Stitch skill for generating and editing UI screens from text or images — with a mandatory prompt-enhancement pipeline before every call.
Features
- Generates new screens from text prompts, images or mockups via the Stitch MCP server
- Enhances the user's prompt before every generation call, replacing vague wording with UI/UX terminology
- Keeps colour, font and theme instructions out of screen prompts — design tokens live at project level
- Edits existing screens and produces design variants
- Delegates to the manage-design-system skill when a project has no design system yet
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
generate-design is the core skill in Google Labs' official Stitch suite, and it does something most
"generate a UI" tools do not: it refuses to pass your prompt straight through.
Before calling any Stitch generation or editing tool, the skill runs a three-stage enhancement pipeline. It first
resolves context — finding the right projectId with list_projects, creating one if needed, and checking whether
the project already has a design system. It then rewrites vague wording into professional UI/UX terminology using
bundled reference files: "make a nice header" becomes "sticky navigation bar with glassmorphism effect and centered
logo". Finally it restructures the request into a fixed template covering platform, page structure and per-section
content.
The separation of concerns is the interesting design decision. Screen prompts describe **layout, content and
structure only** — never colours, fonts or theme. Those are design tokens applied once at project level, so a screen
generated today still matches one generated last week. If a project has no design system, the skill stops and hands
off to manage-design-system rather than inventing one inline.
It ships with reference files for design mappings and prompting keywords (component names, adjective palettes,
colour roles, shape descriptions), and is Apache-2.0 licensed. Use it when you want an agent to drive Stitch
properly rather than firing half-formed prompts at it.
Related Skills
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.
Stops AI-generated UI from defaulting to purple gradients and templated hero sections by forcing a named design direction first.