🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 35.8K |
| ⭐ GitHub Stars | 7,918(fork 1056) |
| 🗓️ 最近推送 | 2026-07-30 |
| 🌱 项目创建 | 2026-01-16 |
| 💻 语言 / License | TypeScript · Apache-2.0 |
| 🐛 开放Issue | 16 |
📝 工具简介
配合Stitch MCP server用的Agent Skills库,遵循开放标准,兼容Antigravity、Gemini CLI、Claude Code、Cursor等编码agent。
📖 怎么用
安装方式和 shadcn-ui 一样,先按对应 Agent 跑 marketplace 或 plugins 命令。装好后在项目里直接用自然语言描述你要生成的视频或动效,Agent 会自动调用 remotion 相关 skill 来写代码。README 没提额外初始化,装完就能用。
📋 迷你测评
视频生成方向的Agent Skills库,配合Stitch MCP server,遵循开放标准,兼容多款编码agent。亮点是跨界,把视频生成塞进编码流程。
📄 README 要点
这个仓库内容跟shadcn-ui完全一样,也是Google Stitch的设计技能集合,遵循Agent Skills标准,兼容Codex、Antigravity、Gemini CLI、Claude Code、Cursor这些编程代理。核心就是提供一套插件,让代理能调用Stitch的设计功能。安装推荐用CLI方式,也可以手动在Codex的UI里配置插件市场,填上仓库地址和main分支。它支持稀疏检出,可以只下载需要的插件路径,节省时间。适合需要在编程环境里直接处理设计任务的开发者,不用额外开设计软件。
查看英文原文
Stitch Design Skills 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, Cursor, and OpenCode (manual install). Quick Start 1. Install Plugins (Recommended) The fastest way to set up the full Stitch plugin suite globally. Codex Add the Stitch Skills marketplace, then install the plugins you need. Via CLI (recommended) [安装/使用命令见下方] [!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. Via the Codex UI 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 Once the marketplace is registered, install any combination of: stitch design — design focused skills stitch build — build and component skills stitch utilities — utility and helper skills Claude Code & Cursor [安装/使用命令见下方] [安装/使用命令见下方] OpenCode OpenCode does not use npx plugins / npx skills or the Codex/Claude marketplace layout. Install skills and the Stitch MCP server manually: 1. Skills — copy the skill folders you need into a discoverable path: [安装/使用命令见下方] OpenCode also discovers .claude/skills/ and .agents/skills/ (see OpenCode skills docs). Naming: OpenCode requires skill name frontmatter to be lowercase kebab case and match the directory name. Skills that use stitch::… names (or other non kebab forms) need the name field and folder renamed before OpenCode will load them. Extra frontmatter such as allowed tools is ignored. 2. Stitch MCP — add a remote MCP entry in project opencode.json or /.config/opencode/opencode.json after completing the Stitch MCP setup: [安装/使用命令见下方] Replace YOUR STITCH MCP URL with the endpoint from the Stitch MCP setup flow (credentials/env vars from that guide st
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除