Agent Skills: Stitch UI Design Skill

Google Stitch UI design tool. Generate screens from text prompts, convert designs to React components, create DESIGN.md design systems. Use when: designing UI, generating screens, converting Stitch to code, creating design tokens. Keywords: stitch, design, UI, screen, generate, react, components, DESIGN.md, wireframe, prototype, mockup.

UncategorizedID: brixtonpham/claude-config/stitch

Install this agent skill to your local

pnpm dlx add-skill https://github.com/brixtonpham/claude-config/tree/HEAD/skills/stitch

Skill Files

Browse the full folder contents for stitch.

Download Skill

Loading file tree…

skills/stitch/SKILL.md

Skill Metadata

Name
stitch
Description
"Google Stitch UI design tool. Generate screens from text prompts, convert designs to React components, create DESIGN.md design systems. Use when: designing UI, generating screens, converting Stitch to code, creating design tokens. Keywords: stitch, design, UI, screen, generate, react, components, DESIGN.md, wireframe, prototype, mockup."

Stitch UI Design Skill

Google Stitch MCP integration for AI-powered UI design generation.

Workflows

1. Generate New Screen

mcp-cli call stitch/generate_screen_from_text '{"projectId": "ID", "prompt": "description", "deviceType": "DESKTOP"}'

2. Export to React

→ Invoke react:components skill after getting screen

3. Create Design System

→ Invoke design-md skill to generate DESIGN.md

MCP Tools

| Tool | Parameters | |------|------------| | stitch/list_projects | filter: "view=owned" or "view=shared" | | stitch/create_project | title: string | | stitch/get_project | name: "projects/{id}" | | stitch/list_screens | projectId: "projects/{id}" | | stitch/get_screen | projectId, screenId | | stitch/generate_screen_from_text | projectId, prompt, deviceType, modelId |

Related Skills

  • design-md - Extract design tokens → DESIGN.md
  • react:components - Convert screens → React code