stitch-loop

Generate Stitch pages iteratively from next-prompt.md and update site/public.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/RenyEnnos/life-os --skill stitch-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stitch-loop
Source: https://github.com/RenyEnnos/life-os/tree/main/.agent/skills/stitch-loop
Command: npx skills add https://github.com/RenyEnnos/life-os --skill stitch-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables autonomous, baton-driven iterative frontend development by continuously generating pages with Stitch and handing off the next task to the baton.

Core Features & Use Cases

  • Iterative page generation: Generates a page from next-prompt.md and updates the baton for the next task.
  • Site integration: Automatically incorporates produced HTML into site/public and updates navigation.
  • Workflow orchestration: Supports design-system blocks and CI/CD or agent chains for iterative development.

Quick Start

Use the stitch-loop skill to initiate the first iteration by installing the skill and running it against your Stitch project.

Frequently Asked Questions about stitch-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative frontend page generation with Stitch?

Automated iterative frontend page generation with Stitch works by reading a next-prompt.md file, generating a page via Stitch MCP tools, integrating the HTML into site/public, and writing the next baton prompt to continue the loop.

What is baton-driven agent orchestration for website development?

Baton-driven agent orchestration for website development is a process where an agent generates a page, then passes the next task instructions along a baton file, enabling continuous autonomous iterations across a CI/CD pipeline or agent chain.

Do I need a SITE.md and DESIGN.md file to use Stitch for autonomous site building?

Yes, autonomous Stitch-driven site building requires a SITE.md file to provide project context and a DESIGN.md file to establish visual rules, ensuring generated pages align with the overall site structure and design system.

Can I integrate generated HTML pages into my existing CI/CD pipeline?

Yes, you can integrate generated HTML pages into your CI/CD pipeline because the skill supports agent chains, automatically incorporates produced HTML into site/public, and updates navigation during each baton-driven iteration.

What's the best way to continuously update site navigation when generating pages autonomously?

The best way to continuously update site navigation when generating pages autonomously is using a baton-loop that automatically incorporates newly produced HTML into site/public and updates the navigation structure as part of each iteration.