Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
Add this skill
npx mdskills install google-labs-code/stitch-loopComprehensive autonomous site-building loop with clear step-by-step execution protocol and good integration patterns
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern.
npx skills add 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.
Install via CLI
npx mdskills install google-labs-code/stitch-loopStitch Loop is a free, open-source AI agent skill. Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
Install Stitch Loop with a single command:
npx mdskills install google-labs-code/stitch-loopThis downloads the skill files into your project and your AI agent picks them up automatically.
Stitch Loop works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.