by google-labs-code
使用 Stitch MCP 工具和接力模式自动化迭代式网站开发。代理程序自主生成页面,维护项目上下文,并通过持续改进循环继续开发。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 stitch-loop 技能" 开始使用
=== stitch-loop 技能 === 作者: google-labs-code 描述: 使用 Stitch MCP 工具和接力模式自动化迭代式网站开发。代理程序自主生成页面,维护项目上下文,并通过持续改进循环继续开发。 使用方法: 1. 调用技能: "使用 stitch-loop 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 stitch-loop 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
coding
safe
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern.
npx add-skill google-labs-code/stitch-skills --skill stitch-loop --global
Enables continuous, autonomous website development through a "baton" system:
next-prompt.mdDESIGN.md file (generate with the design-md skill)SITE.md file for project contextRead my next-prompt.md and generate the page using Stitch, then prepare the next iteration.
stitch-loop/
├── SKILL.md — Core pattern instructions
├── README.md — This file
├── resources/
│ ├── baton-schema.md — Baton file format spec
│ └── site-template.md — SITE.md/DESIGN.md templates
└── examples/
├── next-prompt.md — Example baton
└── SITE.md — Example site constitution
design-md skill: Generate DESIGN.md from existing Stitch screensSee SKILL.md for complete instructions.
View Count
0
Download Count
0
Favorite Count
0
Quality Score
70