MCP Directory
Back

stitch-skills

by google-labs-code · TypeScript · ★ 6,223

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

npx -y github:google-labs-code/stitch-skills

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "stitch-skills": {
      "command": "npx",
      "args": [
        "-y",
        "github:google-labs-code/stitch-skills"
      ]
    }
  }
}

From the README

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. The fastest way to set up the full Stitch plugin suite globally. Add the Stitch Skills marketplace, then install the plugins you need. Via CLI (recommended) > [!TIP] > The flags are optional — they limit the checkout to only the > listed paths for a faster clone. Omit them to pull the entire repository. Via the Codex UI Navigate to **S…
Read full README on GitHub →

Related ai & ml servers