A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.
npx skills add https://github.com/google-labs-code/stitch-skills --skill enhance-promptInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.
Install any skill from this repository using the skills CLI. This command will automatically detect your active coding agents and place the skill in the appropriate directory.
# List all available skills in this repository
npx skills add google-labs-code/stitch-skills --list
# Install a specific skill
npx skills add google-labs-code/stitch-skills --skill react:components --global
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.
npx skills add google-labs-code/stitch-skills --skill stitch-design --global
Generates a complete multi-page website from a single prompt using Stitch, with automated file organization and validation.
npx skills add google-labs-code/stitch-skills --skill stitch-loop --global
Analyzes Stitch projects and generates comprehensive DESIGN.md files documenting design systems in natural, semantic language optimized for Stitch screen generation.
npx skills add google-labs-code/stitch-skills --skill design-md --global
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.
npx skills add google-labs-code/stitch-skills --skill enhance-prompt --global
Converts Stitch screens to React component systems with automated validation and design token consistency.
npx skills add google-labs-code/stitch-skills --skill react:components --global
Generates walkthrough videos from Stitch projects using Remotion with smooth transitions, zooming, and text overlays to showcase app screens professionally.
npx skills add google-labs-code/stitch-skills --skill remotion --global
Expert guidance for integrating and building applications with shadcn/ui components. Helps discover, install, customize, and optimize shadcn/ui components with best practices for React applications.
npx skills add google-labs-code/stitch-skills --skill shadcn-ui --global
Every directory within skills/ or at the root level follows a standardized structure to ensure the AI agent has everything it needs to perform "few-shot" learning and automated quality checks.
skills/[category]/
├── SKILL.md — The "Mission Control" for the agent
├── scripts/ — Executable enforcers (Validation & Networking)
├── resources/ — The knowledge base (Checklists & Style Guides)
└── examples/ — The "Gold Standard" syntactically valid references
All new skills need to follow the file structure above to implement the Agent Skills open standard.
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.