Agent skill

stitch-loop

Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill stitch-loop --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: -stitch*:*-chrome*:*-Read-Write-Bash
Path: skills/stitch-loop/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Overview
  3. Prerequisites
  4. The Baton System
  5. Execution Protocol
  6. Step 1: Read the Baton
  7. Step 2: Consult Context Files
  8. Step 3: Generate with Stitch
  9. Step 4: Integrate into Site
  10. Step 4.5: Visual Verification (Optional)
  11. Step 5: Update Site Documentation
  12. Step 6: Prepare the Next Baton (Critical)
  13. File Structure Reference
  14. .stitch/metadata.json Schema
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going