Back to skills

stitch-loop

ai-tools

A skill that teaches agents to build multi-page websites using Stitch through a self-sustaining loop. Each iteration reads a task from a baton file, generates a page via Stitch MCP, integrates it into

Setup & Installation

npx skills add https://github.com/google-labs-code/stitch-loop --skill stitch-loop
or paste the link and ask your coding assistant to install it
https://github.com/google-labs-code/stitch-loop
View on GitHub

What This Skill Does

A skill that teaches agents to build multi-page websites using Stitch through a self-sustaining loop. Each iteration reads a task from a baton file, generates a page via Stitch MCP, integrates it into the site, and writes the next task before finishing. The loop continues until all planned pages are built. Instead of manually re-prompting an agent for each page and copying design tokens every time, the baton pattern makes the agent self-directing so site building continues across separate runs without losing context.

When to use it

  • Working with stitch loop functionality
  • Implementing stitch loop features
  • Debugging stitch loop related issues