stitch-loop
An autonomous frontend builder loop that generates, integrates, and iterates on site pages using Stitch MCP.
Install
npx skills add https://github.com/google-labs-code/stitch-skills --skill stitch-loopStats
| Total installs | 21,625 |
| Weekly installs | 21.6K |
| GitHub stars | 3.4K |
| First seen | Jan 23, 2026 |
| Source | @google-labs-code/stitch-skills |
Summary
- Implements a relay pattern where each agent iteration reads a task from .stitch/next-prompt.md, generates a page via Stitch MCP, integrates it into the site, and writes the next task for continuation
- Manages Stitch project state through .stitch/metadata.json, persisting project IDs, screen metadata, and design theme across iterations
- Requires .stitch/DESIGN.md (visual design system) and .stitch/SITE.md (site vision, sitemap, roadmap) as context files to ensure consistency and avoid recreating existing pages
- Optionally verifies generated pages using Chrome DevTools MCP by starting a local dev server and comparing rendered output against Stitch screenshots
- Handles asset retrieval, HTML integration into site/public/, navigation wiring, and documentation updates to keep the site coherent across multiple build cycles
Tags
Related skills
| Skill | Installs | vs stitch-loop |
|---|---|---|
| distill | 30,516 | +8,891 |
| building-native-ui | 22,455 | +830 |
| shadcn-ui | 19,171 | -2,454 |
| signup-flow-cro | 24,523 | +2,898 |
| harden | 30,303 | +8,678 |
FAQ
- How many installs does stitch-loop have?
- stitch-loop has 21,625 total installs and 21.6K installs this week.
- Where is stitch-loop hosted?
- stitch-loop is published by @google-labs-code/stitch-skills at https://github.com/google-labs-code/stitch-skills.
- How many GitHub stars does stitch-loop have?
- stitch-loop has 3.4K GitHub stars.
- When was stitch-loop first indexed?
- OrangeBot.AI first indexed stitch-loop on Jan 23, 2026.
- How do I install stitch-loop?
- Run: npx skills add https://github.com/google-labs-code/stitch-skills --skill stitch-loop