This is an autonomous site builder that actually keeps itself going. It uses a baton pattern where each iteration reads a task from a markdown file, generates a page (either with Claude or Google Stitch if you have the SDK), wires up navigation, then writes the next task back to the file to trigger another round. You tell it "build me a marketing site" and it scaffolds the project, writes design system docs, then loops through homepage, about, contact, whatever pages you need. The Stitch integration is interesting if you want higher fidelity designs, but it falls back to plain Tailwind HTML generation if you don't have it set up. Good for when you want to sketch out a full site fast without babysitting each page.
npx skills add https://github.com/jezweb/claude-skills --skill design-loop