Leaderboard/Design/stitch-skills
Last commit on August 13, 2026·Created on January 16, 2026

google-labs-code/stitch-skills

Translates Stitch design specifications into production-ready React and React Native components
Combined rank
#58
across all skills
In Design
#8
category rank
Stars
8.3k
+0.7% in last 7d
Forks
1.1k
+1.0% in last 7d
Watchers
101
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection of skills bridges the gap between design tokens and implementation for frontend engineers. It automates the conversion of Stitch designs into structured code, ensuring that accessible tokens from design documentation are preserved in the final build.

The toolkit supports a range of targets, from mobile interfaces in React Native to complex web dashboards. For data-heavy applications, it integrates TanStack Query and Web3 patterns using ethers or viem to create functional, production-ready interfaces.

WHO IT'S FOR
Frontend engineers
convert Stitch designs into React components
Web3 developers
build dashboards with ethers or viem patterns
UI/UX designers
translate existing code back into design specs
Product marketers
generate walkthrough videos from Stitch projects
Repository contents

16 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

React components skill

Installs: Install the react-components skill from google-labs-code/stitch-skills globally.

Before you start
  • Stitch MCP server configured and running in the agent environment, with the required environment variables and credentials.
  1. Run this command in a terminal to install the skill globally.

    npx skills add google-labs-code/stitch-skills --skill react:components --global
README.md · Checked Sep 18, 2026plugins/stitch-build/skills/react-components/README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Convert Stitch screens to React components

Uses stitch::react-components

  • A Stitch project ID.
  • A target Vite/React application directory.
  • Stitch MCP access.
Use the stitch::react-components skill to convert all screens in Stitch project `projects/<PROJECT_ID>` into a modular React component system in `<REACT_APP_PATH>`. Replace `<PROJECT_ID>` with the numeric Stitch project ID and `<REACT_APP_PATH>` with the target Vite/React application directory.
plugins/stitch-build/skills/react-components/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026