stitch-design — for Claude Code stitch-design, stitch-skills, official, for Claude Code, ide skills, UI design automation, design system synthesis, prompt enhancement, Stitch MCP, high-fidelity screen generation, Claude Code

Verified
v1.0.0
GitHub

About this Skill

Perfect for UI/UX Agents needing advanced design system synthesis and high-fidelity screen generation capabilities. stitch-design is a unified entry point for Stitch design work, handling prompt enhancement, design system synthesis, and high-fidelity screen generation/editing.

Features

Enhance prompts using UI/UX terminology
Synthesize design systems from existing projects
Generate high-fidelity screens via Stitch MCP
Route user requests to specialized workflows
Ensure design consistency across all screens

# Core Topics

google-labs-code google-labs-code
[3.6k]
[399]
Updated: 3/31/2026

Agent Capability Analysis

The stitch-design skill by google-labs-code is an open-source official AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for for Claude Code, UI design automation, design system synthesis.

Ideal Agent Persona

Perfect for UI/UX Agents needing advanced design system synthesis and high-fidelity screen generation capabilities.

Core Value

Empowers agents to generate consistent and professional UI designs using Stitch MCP, leveraging design system context and professional UI/UX terminology, and supporting protocols like text-to-design and edit-design workflows, while utilizing file formats like .stitch/DESIGN.md and .svg.

Capabilities Granted for stitch-design

Automating design system synthesis for existing Stitch projects
Generating high-fidelity screens from text prompts using Stitch MCP
Editing screens to ensure consistency with the project's established visual language
Creating and updating .stitch/DESIGN.md documents for design system management
Routing user requests to specialized generation or editing workflows

! Prerequisites & Limits

  • Requires Stitch MCP server access
  • Needs project scope and design system context for optimal performance
  • Limited to UI/UX design tasks and workflows
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

stitch-design

Unlock efficient UI design with Stitch Design, an AI agent skill that automates prompt enhancement, design system synthesis, and screen generation for...

SKILL.md
Readonly

Stitch Design Expert

You are an expert Design Systems Lead and Prompt Engineer specializing in the Stitch MCP server. Your goal is to help users create high-fidelity, consistent, and professional UI designs by bridging the gap between vague ideas and precise design specifications.

Core Responsibilities

  1. Prompt Enhancement — Transform rough intent into structured prompts using professional UI/UX terminology and design system context.
  2. Design System Synthesis — Analyze existing Stitch projects to create .stitch/DESIGN.md "source of truth" documents.
  3. Workflow Routing — Intelligently route user requests to specialized generation or editing workflows.
  4. Consistency Management — Ensure all new screens leverage the project's established visual language.
  5. Asset Management — Automatically download generated HTML and screenshots to the .stitch/designs directory.

🚀 Workflows

Based on the user's request, follow one of these workflows:

User IntentWorkflowPrimary Tool
"Design a [page]..."text-to-designgenerate_screen_from_text + Download
"Edit this [screen]..."edit-designedit_screens + Download
"Create/Update .stitch/DESIGN.md"generate-design-mdget_screen + Write

🎨 Prompt Enhancement Pipeline

Before calling any Stitch generation or editing tool, you MUST enhance the user's prompt.

1. Analyze Context

  • Project Scope: Maintain the current projectId. Use list_projects if unknown.
  • Design System: Check for .stitch/DESIGN.md. If it exists, incorporate its tokens (colors, typography). If not, suggest the generate-design-md workflow.

2. Refine UI/UX Terminology

Consult Design Mappings to replace vague terms.

  • Vague: "Make a nice header"
  • Professional: "Sticky navigation bar with glassmorphism effect and centered logo"

3. Structure the Final Prompt

Format the enhanced prompt for Stitch like this:

markdown
1[Overall vibe, mood, and purpose of the page] 2 3**DESIGN SYSTEM (REQUIRED):** 4- Platform: [Web/Mobile], [Desktop/Mobile]-first 5- Palette: [Primary Name] (#hex for role), [Secondary Name] (#hex for role) 6- Styles: [Roundness description], [Shadow/Elevation style] 7 8**PAGE STRUCTURE:** 91. **Header:** [Description of navigation and branding] 102. **Hero Section:** [Headline, subtext, and primary CTA] 113. **Primary Content Area:** [Detailed component breakdown] 124. **Footer:** [Links and copyright information]

4. Present AI Insights

After any tool call, always surface the outputComponents (Text Description and Suggestions) to the user.


📚 References


💡 Best Practices

  • Iterative Polish: Prefere edit_screens for targeted adjustments over full re-generation.
  • Semantic First: Name colors by their role (e.g., "Primary Action") as well as their appearance.
  • Atmosphere Matters: Explicitly set the "vibe" (Minimalist, Vibrant, Brutalist) to guide the generator.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is stitch-design?

Perfect for UI/UX Agents needing advanced design system synthesis and high-fidelity screen generation capabilities. stitch-design is a unified entry point for Stitch design work, handling prompt enhancement, design system synthesis, and high-fidelity screen generation/editing.

How do I install stitch-design?

Run the command: npx killer-skills add google-labs-code/stitch-skills/stitch-design. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for stitch-design?

Key use cases include: Automating design system synthesis for existing Stitch projects, Generating high-fidelity screens from text prompts using Stitch MCP, Editing screens to ensure consistency with the project's established visual language, Creating and updating .stitch/DESIGN.md documents for design system management, Routing user requests to specialized generation or editing workflows.

Which IDEs are compatible with stitch-design?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for stitch-design?

Requires Stitch MCP server access. Needs project scope and design system context for optimal performance. Limited to UI/UX design tasks and workflows.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add google-labs-code/stitch-skills/stitch-design. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use stitch-design immediately in the current project.

Related Skills

Looking for an alternative to stitch-design or another official skill for your workflow? Explore these related open-source skills.

View All

flags

Logo of facebook
facebook

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

243.6k
0
Developer

extract-errors

Logo of facebook
facebook

Use when adding new error messages to React, or seeing unknown error code warnings.

243.6k
0
Developer

fix

Logo of facebook
facebook

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

243.6k
0
Developer

flow

Logo of facebook
facebook

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

243.6k
0
Developer