Skip to main content

← All sources

Google Labs skills

Design-to-code, prompt enhancement, and Stitch skills skills-hub.ai mirrors 15 skills from Google Labs daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/google-labs-code/stitch-skills

Installing a Google Labs skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Google Labs skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Google Labs skills via API
curl https://skills-hub.ai/api/v1/skills?source=google-labs

# Browse all sources
open https://skills-hub.ai/sources

Top Google Labs skills

See all →

The most-installed skills from Google Labs, ranked by adoption.

  1. 01shadcn-ui

    4 installs

    Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.

    Buildfrom Google Labs
  2. 02taste-design

    1 installs

    Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.

    Buildfrom Google Labs
  3. 03stitch-design

    Unified entry point for Stitch design work. Handles prompt enhancement (UI/UX keywords, atmosphere), design system synthesis (.stitch/DESIGN.md), and high-fidelity screen generation/editing via Stitch MCP.

    Buildfrom Google Labs
  4. 04stitch::generate-design

    Generate new screens from text prompts or images, edit existing screens with prompts and design system tokens, and generate design variants using Stitch MCP. Includes prompt enhancement pipeline, design mappings, professional UI/UX terminology, design tokens and theme system capabilities.

    Buildfrom Google Labs
  5. 05stitch::code-to-design

    Convert frontend code (Vite, React, etc.) to a Stitch Design by chaining static HTML extraction, design system extraction, and file upload. **ALWAYS** use this skill when the user's intent is to move existing web apps or React components into Stitch (e.g., requests to "save", "migrate", or "upload"). You must use this skill even for simple "save" operations, as it is the only way to ensure the design system is extracted and assets are properly linked.

    Buildfrom Google Labs
  6. 06remotion

    Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays

    Buildfrom Google Labs
  7. 07stitch-loop

    Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern

    Buildfrom Google Labs
  8. 08react:components

    Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.

    Buildfrom Google Labs
  9. 09stitch::manage-design-system

    Manage design systems in Stitch using MCP tools. Includes retrieval of assets, creating/updating design systems in Stitch, and applying them to screens.

    Buildfrom Google Labs
  10. 10enhance-prompt

    Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

    Buildfrom Google Labs
  11. 11stitch::react-native

    Convert Stitch HTML designs to React Native components with StyleSheet

    Buildfrom Google Labs
  12. 12stitch::extract-design-md

    Extract a comprehensive design system (DESIGN.md) directly from frontend source code — React, Vue, Svelte, Angular, plain HTML/CSS, or any web framework. Analyzes component files, stylesheets, Tailwind configs, theme definitions, and design tokens to produce a rich, Stitch-compatible design system document. Use this skill whenever the user wants to reverse-engineer a design system from an existing codebase, audit the visual language of a project, extract design tokens from source files, or understand the styling patterns in a frontend repo — even if they just say "what does this app look like?" or "pull out the design from this code."

    Buildfrom Google Labs
  13. 13design-md

    Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files

    Buildfrom Google Labs
  14. 14stitch::extract-static-html

    Extract self-contained static HTML from a built web application or React components by inlining CSS and images. Use this skill whenever you need to capture a specific UI state, share a static version of a page, or prepare assets for Stitch upload, even if the user just asks to 'save the HTML' or 'mock the view'.

    Buildfrom Google Labs
  15. 15stitch::upload-to-stitch

    Upload local assets (images, mockups, extracted HTML) to a Stitch project. ALWAYS use this skill when you need to upload visual assets or full HTML pages to Stitch, particularly when direct MCP tool calls fail or truncate due to base64 token limits.

    Buildfrom Google Labs

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 14, 2026, 4:00 PM (success).

Google Labs skills, frequently asked

What are Google Labs skills?

Google Labs skills are AI coding skills published by Google Labs (Design-to-code, prompt enhancement, and Stitch skills) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Google Labs skills are available?

skills-hub.ai indexes 15 skills from Google Labs, synced daily from the upstream GitHub repository (https://github.com/google-labs-code/stitch-skills).

How do I install a Google Labs skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Google Labs skills?

Yes. Every skill from this source is mirrored from Google Labs's own GitHub repository (https://github.com/google-labs-code/stitch-skills). Each skill page links back to the upstream source of truth, so you can verify the original.