‹ 返回总目录
工具 最近更新07-30

stitch-loop

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量50.2K
⭐ GitHub Stars7,918(fork 1056)
🗓️ 最近推送2026-07-30
🌱 项目创建2026-01-16
💻 语言 / LicenseTypeScript · Apache-2.0
🐛 开放Issue16

📝 工具简介

配合Stitch MCP server用的Agent Skills库,遵循开放标准,兼容Antigravity、Gemini CLI、Claude Code、Cursor等编码agent。

📖 怎么用

推荐装插件,Codex 用 `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`。Claude Code 用 `npx plugins add google-labs-code/stitch-skills --scope project --target claude-code`,Cursor 用 `npx plugins add google-labs-code/stitch-skills --scope workspace --target cursor`。OpenCode 手动装,复制技能到 `.opencode/skills` 目录,再在配置文件里加 MCP 远程地址。

📋 迷你测评

配合Stitch MCP server用的Agent Skills库,走开放标准,兼容Antigravity、Gemini CLI、Claude Code、Cursor等编码agent。亮点是通用性,一套技能多端复用。

📄 README 要点

这是Google Stitch设计技能包中的一个核心组件,专注于设计循环迭代流程,遵循Agent Skills标准,兼容Codex、Antigravity、Gemini CLI等编码代理。它让AI代理能按照设计循环的方式工作,支持反复迭代优化设计结果。安装方式与其他Stitch插件相同,通过插件市场或CLI命令安装。适合需要AI辅助进行多轮设计迭代、持续优化设计方案的场景,特别是设计团队希望将AI融入现有设计流程时使用。

查看英文原文
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)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考