Skip to content

Geargrindadmin/stitch-skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stitch Agent Skills

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.

Installation & Discovery

Install any skill from this repository using the add-skill 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 add-skill google-labs-code/stitch-skills --list

# Install a specific skill (e.g., Stitch to React Components)
npx add-skill google-labs-code/stitch-skills --skill react:components --global

Available Skills

design-md

Analyzes Stitch projects and generates comprehensive DESIGN.md files documenting design systems in natural, semantic language optimized for Stitch screen generation.

react-components

Converts Stitch screens to React component systems with automated validation and design token consistency.

Repository Structure

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

Adding New Skills

All new skills need to follow the file structure above to implement the Agent Skills open standard.

Great candidates for new skills

  • Validation: Skills that convert Stitch HTML to other UI frameworks and validate the syntax.
  • Decoupling Data: Skills that convert static design content into external mock data files.
  • Generate Designs: Skills that generate new design screens in Stitch from a given set of data.

This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.3%
  • Shell 21.7%