podo/design-agent-skills

google-stitch-skills

6 official Google Stitch skills for the complete design-to-code pipeline: DESIGN.md management, prompt enhancement, React component generation, shadcn/ui components, and iterative Stitch feedback loops.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill google-stitch-skills

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,434 B
  • docs SUMMARY.md 230 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 90 installs

SKILL.md

google-stitch-skills

Catalogue stub — full package: google-labs-code/stitch-skills

Decision tree

Run this for any Google Stitch design workflow:

  1. Is a Stitch skill already installed?

Check: ~/.design-agent-skills/skills/stitch-loop/SKILL.md exists (representative skill). - Yes → invoke the specific skill by name and proceed - No → go to step 2

  1. Do you have shell access?

- Yes → install the specific skill below, then invoke it - No → show the install command; in Claude Code, send it as a chat message starting with ! — add -g for global install or omit for project-only

Install command

# Create and manage DESIGN.md files
npx skills add google-labs-code/design-md

# Improve prompts with UI/UX vocabulary
npx skills add google-labs-code/enhance-prompt

# Extract Stitch design specs into DESIGN.md format
npx skills add google-labs-code/extract-design-md

# Convert Stitch to React components
npx skills add google-labs-code/react-components

# Build components with shadcn/ui
npx skills add google-labs-code/shadcn-ui

# Iterative design-to-code feedback loop
npx skills add google-labs-code/stitch-loop

Invoke after install

  • design-md — "DESIGN.md", "create design spec"
  • enhance-prompt — "enhance my prompt", "improve UI prompt"
  • extract-design-md — "extract design md", "Stitch to DESIGN.md"
  • react-components — "Stitch to React", "convert to React"
  • shadcn-ui — "Stitch to shadcn", "build with shadcn"
  • stitch-loop — "stitch loop", "iterate design"

What it does

Google Labs' official Stitch skill collection for the complete design-to-code pipeline. Manages DESIGN.md specification files, enhances prompts with UI/UX vocabulary, converts Stitch output to React components or shadcn/ui, extracts design specs, and runs iterative improvement loops.