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

Stars6,336
Forks757
LanguageTypeScript
Last pushed2026-06-29
Last synced2026-07-03
View on GitHub

Repository

Ownergoogle-labs-code
Repositorystitch-skills
Full namegoogle-labs-code/stitch-skills
Repo ID1,135,847,870

Install this Skill

npx plugins add google-labs-code/stitch-skills --scope project --target claude-code

Registry

Typemcp_server
Quality score70/100
Verificationreadme_parsed
Last verified2026-05-29
Platforms
ClaudeMCPCodexCursor
Capabilities
pdfimagevideoterminalworkflow
Detected files
README.md
Install methods
  • npx plugins add google-labs-code/stitch-skills --scope project --target claude-code
  • npx skills add google-labs-code/stitch-skills
  • npx plugins --help
  • npx 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.

Chinese description

专为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.

Explore more

Data from GitHub. Synced on 2026-07-03