Loading...
Loading...
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
npx skill4agent add google-labs-code/stitch-skills stitch-loopnext-prompt.mdDESIGN.mddesign-mdSITE.mdnext-prompt.md---
page: about
---
A page describing how jules.top tracking works.
**DESIGN SYSTEM (REQUIRED):**
[Copy from DESIGN.md Section 6]
**Page Structure:**
1. Header with navigation
2. Explanation of tracking methodology
3. Footer with linkspageDESIGN.mdnext-prompt.mdpage| File | Purpose |
|---|---|
| Site vision, Stitch Project ID, existing pages (sitemap), roadmap |
| Required visual style for Stitch prompts |
list_toolsstitch.jsonprojectId[prefix]:create_projectstitch.json[prefix]:generate_screen_from_textprojectIdpromptdeviceTypeDESKTOP[prefix]:get_screenhtmlCode.downloadUrlqueue/{page}.htmlscreenshot.downloadUrlqueue/{page}.pngqueue/{page}.htmlsite/public/{page}.htmlhref="#"list_toolschrome*npx serve site/public[chrome_prefix]:navigatehttp://localhost:3000/{page}.html[chrome_prefix]:screenshotqueue/{page}.pngNote: This step is optional. If Chrome DevTools MCP is not installed, skip to Step 5.
SITE.md[x]next-prompt.mdSITE.md---
page: achievements
---
A competitive achievements page showing developer badges and milestones.
**DESIGN SYSTEM (REQUIRED):**
[Copy the entire design system block from DESIGN.md]
**Page Structure:**
1. Header with title and navigation
2. Badge grid showing unlocked/locked states
3. Progress bars for milestone trackingproject/
├── next-prompt.md # The baton — current task
├── stitch.json # Stitch project ID (persist this!)
├── DESIGN.md # Visual design system (from design-md skill)
├── SITE.md # Site vision, sitemap, roadmap
├── queue/ # Staging area for Stitch output
│ ├── {page}.html
│ └── {page}.png
└── site/public/ # Production pages
├── index.html
└── {page}.html| Method | How it works |
|---|---|
| CI/CD | GitHub Actions triggers on |
| Human-in-loop | Developer reviews each iteration before continuing |
| Agent chains | One agent dispatches to another (e.g., Jules API) |
| Manual | Developer runs the agent repeatedly with the same repo |
design-mdDESIGN.mddesign-mdnext-prompt.mdhref="#"stitch.json| Issue | Solution |
|---|---|
| Stitch generation fails | Check that the prompt includes the design system block |
| Inconsistent styles | Ensure DESIGN.md is up-to-date and copied correctly |
| Loop stalls | Verify |
| Navigation broken | Check all internal links use correct relative paths |