Stitch Skills

v1.0.0Coding Agentsstable

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-skillsmcpai-integration
Share:
5,620
Stars
0
Downloads
0
Weekly
0/5

What is Stitch Skills?

Stitch Skills is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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 cod...

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.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A library of Agent Skills designed to work with the Stitch M

Use Cases

Access Agent Skills library compatible with coding agents.
Use open-standard skills with Antigravity, Gemini CLI, and Claude Code.
LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx stitch-skills

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Stitch Skills

Stitch Skills is a curated library of Agent Skills built on the open Agent Skills standard that extends the Google Stitch MCP server with design-to-code and code-to-design workflows. It provides three plugin groups — stitch-design (upload code, generate screens, extract design systems), stitch-build (generate React and React Native components from Stitch designs), and stitch-utilities (generate DESIGN.md files, enhance prompts, scaffold multi-page sites) — that work inside Claude Code, Cursor, Gemini CLI, and Antigravity. Teams use it to bridge the gap between UI design and front-end implementation without leaving their coding agent.

Prerequisites

  • Node.js 18+ and npx available in your terminal
  • A configured and operational Stitch MCP server (complete the setup at stitch.withgoogle.com/docs/mcp/setup/)
  • A Stitch account with at least one project created
  • Claude Code, Cursor, Gemini CLI, or another Agent Skills-compatible coding agent
1

Complete Stitch MCP setup first

Stitch Skills is an extension of the Stitch MCP server. Before installing skills, follow the official Stitch MCP setup guide to register the server and configure credentials.

2

Install Stitch Skills for Claude Code

Use the plugins command to add the Stitch Skills package at project scope. This registers the stitch-design, stitch-build, and stitch-utilities plugins automatically.

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

Install Stitch Skills for Cursor

For Cursor users, install with workspace scope to make the skills available across all projects in the workspace.

npx plugins add google-labs-code/stitch-skills --scope workspace --target cursor
4

Verify available skills

After installation, list registered skills to confirm all three plugin groups (stitch-design, stitch-build, stitch-utilities) are active.

npx skills list
5

Use skills in your coding agent

With the skills installed, you can issue natural language commands in Claude Code or Cursor to upload frontend code to Stitch, generate screens, convert designs to React components, or produce DESIGN.md documentation.

Stitch Skills Examples

Client configuration

Stitch Skills installs via the plugins command rather than a manual JSON config. The underlying MCP server config for Stitch should already be in place from the Stitch MCP setup step.

{
  "mcpServers": {
    "stitch": {
      "command": "npx",
      "args": ["stitch-skills"],
      "env": {}
    }
  }
}

Prompts to try

Once Stitch Skills is active inside your coding agent, try these design and build workflows.

- "Upload frontend code at ./src/dashboard into Stitch project 'Dashboard-Migration-2026'."
- "Make a browse tab for a mobile app for romance and date night ideas."
- "Convert all screens in Stitch project projects/abc123 to React components."
- "Generate a DESIGN.md for the current codebase."
- "Create a multi-page marketing website for a SaaS product with a landing page, pricing, and docs."

Troubleshooting Stitch Skills

Skills commands return 'Stitch MCP server not found' errors

Stitch Skills requires the base Stitch MCP server to be running. Complete the Stitch MCP setup at stitch.withgoogle.com/docs/mcp/setup/ and verify it connects before adding skills.

npx plugins command is not recognized

Ensure you have Node.js 18+ installed and that npx is on your PATH. Run node --version to confirm. If using an older Node, upgrade via nvm or the Node.js website.

Designs are not appearing in the expected Stitch project

Double-check that you are referencing the correct project ID or name. Project identifiers in Stitch follow a 'projects/<id>' format; use the exact ID shown in the Stitch web UI.

Frequently Asked Questions about Stitch Skills

What is Stitch Skills?

Stitch Skills is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Stitch Skills?

Follow the installation instructions on the Stitch Skills GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Stitch Skills?

Stitch Skills works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Stitch Skills free to use?

Yes, Stitch Skills is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "stitch-skills": { "command": "npx", "args": ["-y", "stitch-skills"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Stitch Skills?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides