Setting the file. One moment.
Subchapter 15.3
README.mdMarkdown1 KBView on GitHub
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern.
npx skills add google-labs-code/stitch-skills --skill stitch-loop --globalEnables continuous, autonomous website development through a “baton” system:
next-prompt.mdDESIGN.md file (generate with the design-md skill)SITE.md file for project contextRead my next-prompt.md and generate the page using Stitch, then prepare the next iteration.stitch-loop/
├── SKILL.md — Core pattern instructions
├── README.md — This file
├── resources/
│ ├── baton-schema.md — Baton file format spec
│ └── site-template.md — SITE.md/DESIGN.md templates
└── examples/
├── next-prompt.md — Example baton
└── SITE.md — Example site constitutiondesign-md skill: Generate DESIGN.md from existing Stitch screensSee SKILL.md for complete instructions.