经 AI Skill Hub 精选评估,Stitch技能库 获评「强烈推荐」。已获得 5.4k 颗 GitHub Star,这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.5 分,适合有一定技术背景的用户使用。
专为Stitch MCP服务器设计的开源Agent技能库,提供丰富的预构建技能组件,帮助开发者快速构建智能代理应用。适合AI应用开发者和MCP服务集成者使用。
Stitch技能库 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
专为Stitch MCP服务器设计的开源Agent技能库,提供丰富的预构建技能组件,帮助开发者快速构建智能代理应用。适合AI应用开发者和MCP服务集成者使用。
Stitch技能库 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/google-labs-code/stitch-skills
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"stitch---": {
"command": "npx",
"args": ["-y", "stitch-skills"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Stitch技能库 执行以下任务... Claude: [自动调用 Stitch技能库 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"stitch___": {
"command": "npx",
"args": ["-y", "stitch-skills"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A collection of agent skills and plugins for Google Stitch, following the Agent Skills open standard. Compatible with coding agents such as Codex, Antigravity, Gemini CLI, Claude Code, and Cursor.
These skills require the Stitch MCP server to be configured and running in your agent's environment. Make sure you have followed the Stitch MCP Setup Instructions to register the server and set up appropriate environment variables and credentials.
The fastest way to set up the full Stitch plugin suite globally.
Add the Stitch Skills marketplace, then install the plugins you need.
<details open> <summary><strong>Via CLI</strong> (recommended)</summary>
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
[!TIP] The --sparse flags are optional — they limit the checkout to only the listed paths for a faster clone. Omit them to pull the entire repository.
</details>
<details> <summary><strong>Via the Codex UI</strong></summary>
Navigate to Settings → Plugin Marketplaces → Add and fill in:
| Field | Value |
|---|---|
| **Source** | https://github.com/google-labs-code/stitch-skills |
| **Git ref** | main |
| **Sparse paths** | *(optional)* .agents/plugins, plugins/stitch-design, plugins/stitch-build, plugins/stitch-utilities |
</details>
Once the marketplace is registered, install any combination of:
stitch-design — design-focused skillsstitch-build — build and component skillsstitch-utilities — utility and helper skills```bash
npx plugins add google-labs-code/stitch-skills --scope project --target claude-code
bash
npx plugins add google-labs-code/stitch-skills --scope workspace --target cursor ```
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.
npx skills add google-labs-code/stitch-skills
You can run the following commands to see the help documentation for plugins and skills:
npx plugins --help
npx skills --help
Code generation, framework integration, and asset compilation from Stitch designs.
| Skill | Description | Prompt Example |
|---|---|---|
| [stitch::react-components](plugins/stitch-build/skills/react-components/) | Convert Stitch screens to React component systems with automated validation and design token consistency | *"Convert all screens in Stitch project projects/123 to React components."* |
| [remotion](plugins/stitch-build/skills/remotion/) | Generate walkthrough videos from Stitch projects using Remotion with smooth transitions and zooming | *"Generate a walkthrough video of the Stitch project projects/456."* |
| [react-native](plugins/stitch-build/skills/react-native/) | Convert Stitch HTML designs to production-ready React Native components with StyleSheet and platform-specific code | *"Convert the Stitch design to React Native components with proper theme and navigation."* |
| [shadcn-ui](plugins/stitch-build/skills/shadcn-ui/) | Expert guidance for integrating and building applications with shadcn/ui components | *"Set up shadcn/ui and build a data table with sorting and filtering."* |
---
高星项目,生态完整的MCP技能库。提供标准化组件加快开发效率,TypeScript实现保证类型安全,社区活跃度高,是MCP生态重要基础设施。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Stitch技能库 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | stitch-skills |
| 原始描述 | 开源MCP工具:A library of Agent Skills designed to work with the Stitch MCP server. Each skil。⭐5.4k · TypeScript |
| Topics | MCP服务器Agent技能TypeScript开发工具智能代理 |
| GitHub | https://github.com/google-labs-code/stitch-skills |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端