Claude Skill
google-labs-code/stitch-skills
A TypeScript library of Agent Skills for the Stitch MCP server, following the open standard for compatibility with Antigravity, Gemini CLI, Claude Code, and Cursor.
Overview
Repository
Install this Skill
npx plugins add google-labs-code/stitch-skills --scope project --target claude-codeRegistry
npx plugins add google-labs-code/stitch-skills --scope project --target claude-codenpx skills add google-labs-code/stitch-skillsnpx plugins --helpnpx skills --help
Summary
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.
专为Stitch MCP服务器设计的智能体技能库。所有技能均遵循Agent Skills开放标准,确保与Antigravity、Gemini CLI、Claude Skill、Cursor等编程智能体的兼容性。
Key features
- Designed for Stitch MCP server
- Follows Agent Skills open standard
- Compatible with Antigravity, Gemini CLI, Claude Code, Cursor
- Written in TypeScript
- Open source library
Use cases
- Enhancing coding agents with reusable skills
- Building agent workflows with Stitch MCP
- Integrating skills into Antigravity or Gemini CLI
- Extending Claude Code or Cursor capabilities
README excerpt
# Stitch Design Skills A collection of agent skills and plugins for [Google Stitch](https://stitch.withgoogle.com), following the [Agent Skills](https://agentskills.io) open standard. Compatible with coding agents such as Codex, Antigravity, Gemini CLI, Claude Code, and Cursor. ## Quick Start ### 1. Install Plugins (Recommended) The fastest way to set up the full Stitch plugin suite globally. #### Codex In Codex, add this repository as a plugin marketplace: | Field | Value | |---|---| | Source | `https://github.com/google-labs-code/stitch-skills` | | Git ref | `main` | | Sparse paths | Leave empty, or use the paths below for a smaller checkout | Optional sparse paths: ```text .agents/plugins plugins/stitch-design plugins/stitch-build plugins/stitch-utilities ``` Do not use `plugins/codex`; that path does not exist in this repository. The equivalent Codex CLI command is: ```bash codex plugin marketplace add google-labs-code/stitch-skills --ref main \ --sparse .agents/plugins \ --sparse plugins/stitch-design \ --sparse plugins/stitch-build \ --sparse plugins/stitch-utilities ``` After adding the marketplace, install the plugins you need from the `Stitch Skills` marketplace: - `stitch-design` - `stitch-build` - `stitch-utilities` #### Claude Code ```bash npx plugins add google-labs-code/stitch-skills --scope project --target claude-code ``` ### 2. Install Skills Selectively Choose only the specific skills you need. > [!IMPORTANT] > Stitch Design Skills often have inter-dependencies. If you choose to install skills selectively, ensure you include all required dependencies. ```bash npx skills add google-labs-code/stitch-skills ``` You can run the following commands to see the help documentation for plugins and skills: ```bash npx plugins --help n
Topics
No topics yet.