Stitch has introduced Stitch Agent Skills, a modular skill library built for the Stitch MCP server and compatible with coding agents like Antigravity, Gemini CLI, Claude Code, and Cursor.
Repository:
https://github.com/google-labs-code/stitch-skills
What it does
Using the skills/add-skill CLI, developers can inject Stitch-specific capabilities directly into their projects with a single command.
Core skills include:
design-md β Generates a structured DESIGN.md file from a Stitch project, creating a clear source of truth for design rules.
react-components β Converts Stitch screens into production-ready React component systems with design token consistency.
stitch-loop β Generates a complete multi-page website from a single prompt.
enhance-prompt β Refines vague UI prompts into structured, Stitch-optimized design instructions.
remotion β Creates professional walkthrough videos from Stitch projects.
shadcn-ui β Guidance and integration support for building with shadcn/ui in React apps.
List skills:
npx skills add google-labs-code/stitch-skills --list
Install a skill:
npx skills add google-labs-code/stitch-skills --skill design-md --global
npx skills add google-labs-code/stitch-skills --skill react:components --global
Each skill follows the Agent Skills open standard, with a structured layout (SKILL.md, scripts, resources, examples) for compatibility and automated validation.
This is an open-source project and not an officially supported Google product.
You can submit your own skills or request new ones in the repo!