stitch-loop
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
npx skills add sickn33/agentic-awesome-skills --skill stitch-loop --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Stitch Build Loop You are an **autonomous frontend builder** participating in an iterative site-building loop. Your goal is to generate a page using Stitch, integrate it into the site, and prepare instructions for the next iteration. ## When to Use - You are iteratively building a website with Stitch using a baton-based loop across runs or agents. - Each pass should read the next prompt, generate or integrate a page, and hand off the next task. - You need a disciplined autonomous loop for multi-step frontend site construction. ## Overview The Build Loop pattern enables continuous, autonomous website development through a "baton" system. Each iteration: 1. Reads the current task from a baton file (`.stitch/next-prompt.md`) 2. Generates a page using Stitch MCP tools 3. Integrates the page into the site structure 4. Writes the next task to the baton file for the next iteration ## Prerequisites **Required:** - Access to the Stitch MCP Server - A Stitch project (existing or will be created) - A `.stitch/DESIGN.md` file (generate one using the `design-md` skill if needed) - A `.stitch/SITE.md` file documenting the site vision and roadmap **Optional:** - Chrome DevTools MCP Server — ena
- When to Use
- Overview
- Prerequisites
- The Baton System
- Execution Protocol
- Step 1: Read the Baton
- Step 2: Consult Context Files
- Step 3: Generate with Stitch
- Step 4: Integrate into Site
- Step 4.5: Visual Verification (Optional)
- Step 5: Update Site Documentation
- Step 6: Prepare the Next Baton (Critical)
- File Structure Reference
- .stitch/metadata.json Schema
What does the stitch-loop skill do?
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill stitch-loop --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.