gitwtfhub

wtf is stitch-skills?

google-labs-code/stitch-skills — explained in plain English

Analysis updated 2026-05-18

7,764TypeScriptAudience · developerComplexity · 3/5Setup · moderate

TL;DR

A large library of Agent Skills that connect coding agents like Claude Code, Cursor, and Gemini CLI to Google Stitch, covering design creation, code generation, and asset uploads.

Mindmap

mindmap
  root((stitch skills))
    What it does
      Design to code
      Agent Skills standard
      Stitch MCP bridge
    Tech stack
      TypeScript
      React
      MCP
    Use cases
      Design generation
      Code conversion
      Walkthrough videos
    Audience
      Developers
      Designers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Convert an existing web app's frontend code into a Stitch design automatically.

REASON 2

Generate new UI screens or variants from a text description inside your coding agent.

REASON 3

Turn a finished Stitch design into working React or React Native components.

REASON 4

Create a walkthrough video of a Stitch project using the built-in Remotion skill.

What's in the stack?

TypeScriptMCPReactReact Native

How it stacks up

google-labs-code/stitch-skillselectron/fiddletwbs/icons
Stars7,7647,7318,009
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderateeasyeasy
Complexity3/52/51/5
Audiencedeveloperdeveloperdesigner

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Requires the separate Stitch MCP server to be set up first before any skill works.

Wtf does this do

stitch-skills is a collection of ready made skills and plugins that connect AI coding agents to Google Stitch, a design tool. It follows an open standard called Agent Skills, which means the same skill files work across several different coding agents, including Codex, Antigravity, Gemini CLI, Claude Code, Cursor, and OpenCode. The skills are organized into three groups. The design group covers converting existing frontend code into a Stitch design, generating new screens from text or images, managing a shared design system, extracting a design system document from source code, pulling a static HTML snapshot of a running web app, and uploading local assets into a Stitch project. The build group covers turning Stitch screens into working code, including React components, React Native components with proper styling and navigation, walkthrough videos made with a tool called Remotion, and starter setups using shadcn or a React plus Vite dashboard template. A third group holds smaller utility skills. Before any of this works, your coding agent needs the separate Stitch MCP server configured and running, since these skills depend on it to actually talk to Stitch. Installing depends on which agent you use. Codex users add a plugin marketplace pointing at this repository, then install the specific plugin groups they want. Claude Code and Cursor users can install the whole thing with a single command through a tool called npx plugins. OpenCode does not support that installer, so its users copy the skill folders they need directly into a local skills folder and manually register the Stitch MCP server in their configuration file. Each skill entry in the README includes example prompts, such as asking the agent to upload a folder of frontend code into a named Stitch project, or asking it to generate several design variants of a screen in dark mode. The project is written mainly in TypeScript and, with over 7,700 stars, is by far the most popular repository in this batch.

Yoink these prompts

Prompt 1
Install the stitch-design plugin from google-labs-code/stitch-skills into my Claude Code project.
Prompt 2
Upload the frontend code at /path/to/dashboard into a new Stitch project using this repo's skills.
Prompt 3
Convert this Stitch project's screens into React components with the react-components skill.
Prompt 4
Generate a walkthrough video of my Stitch project using the remotion skill in this repo.

Frequently asked questions

wtf is stitch-skills?

A large library of Agent Skills that connect coding agents like Claude Code, Cursor, and Gemini CLI to Google Stitch, covering design creation, code generation, and asset uploads.

What language is stitch-skills written in?

Mainly TypeScript. The stack also includes TypeScript, MCP, React.

How hard is stitch-skills to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is stitch-skills for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.