Google Labs skills
Design-to-code, prompt enhancement, and Stitch skills skills-hub.ai mirrors 17 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.
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/sourcesTop Google Labs skills
See all →The most-installed skills from Google Labs, ranked by adoption.
01shadcn-ui
4 installsExpert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
Buildfrom Google Labs02stitch::code-to-design
1 installsConvert frontend code (Vite, React, Angular, Vue, 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/Angular/Vue 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 Labs03taste-design
1 installsSemantic 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 Labs04design-md
1 installsAnalyze Stitch projects and synthesize a semantic design system into DESIGN.md files
Buildfrom Google Labs05enhance-prompt
1 installsTransforms 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 Labs06remotion
Generate walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays
Buildfrom Google Labs07stitch::react-native
Convert Stitch HTML designs to React Native components, or syncs/updates existing native components to align with the latest Stitch designs, using StyleSheet.
Buildfrom Google Labs08react-vite-dashboard
Convert Stitch designs into production React + Vite dashboards with TanStack Query, accessible tokens from DESIGN.md, and Web3-ready patterns (ethers/viem).
Buildfrom Google Labs09stitch::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 Labs10stitch::react-components
Converts Stitch designs into modular Vite and React components, or syncs/updates existing React components to align with the latest Stitch designs, using system-level networking and AST-based validation.
Buildfrom Google Labs11stitch::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 Labs12stitch::upload-to-stitch
Upload local assets (images, mockups, extracted HTML, design markdown) to a Stitch project. ALWAYS use this skill when you need to upload visual assets, HTML pages, or design docs to Stitch, particularly when direct MCP tool calls fail or truncate due to base64 token limits.
Buildfrom Google Labs13stitch::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 Labs14react:components
Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.
Buildfrom Google Labs15stitch-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 Labs16stitch-loop
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
Buildfrom Google Labs17stitch::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
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: Jul 30, 2026, 5:33 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 17 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.