stitch-loop

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

Content Preview
---
name: stitch-loop
description: Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
allowed-tools:
  - "stitch*:*"
  - "chrome*:*"
  - "Read"
  - "Write"
  - "Bash"
risk: unknown
source: community
---

# 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.

## Ov
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/stitch-loop.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/stitch-loop/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/stitch-loop/SKILL.md

Related Skills