stitch-loop

Generate Stitch pages and integrate them into site/public via baton-passing loops.

1|1|Updated May 24, 2025
One-click install
npx skills add https://github.com/Abrahan-Eagle/zonix-eats-front --skill stitch-loop-abrahan-eagle
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stitch-loop
Source: https://github.com/Abrahan-Eagle/zonix-eats-front/tree/main/.agents/skills/stitch-loop
Command: npx skills add https://github.com/Abrahan-Eagle/zonix-eats-front --skill stitch-loop-abrahan-eagle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables autonomous iteration for frontend site construction by coordinating Stitch-based generation, integration, and baton-passing loops.

Core Features & Use Cases

  • End-to-end loop orchestration: Read a baton from next-prompt.md, generate a page with Stitch MCP tools, and integrate it into the site's structure.
  • Context-aware iterations: Leverages DESIGN.md and SITE.md to maintain visual consistency and navigation integrity across iterations.
  • Sustainable baton flow: Writes the next task back to next-prompt.md to keep the iterative cycle moving.
  • Use Case: Teams can continuously expand a Stitch-powered site without manual re-triggers, improving velocity and consistency.

Quick Start

Install and run the stitch-loop skill to begin autonomous site generation.

Frequently Asked Questions about stitch-loop

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

FAQPage Schema
How do I automate autonomous frontend site construction and continuous page generation?▼

Autonomous frontend site construction is automated by iteratively generating pages with Stitch MCP tools and integrating them into the site's public directory through a baton-passing loop.

What is the baton-passing loop mechanism for continuous site generation?▼

The baton-passing loop mechanism reads the next task from next-prompt.md, generates the specified page, and writes a new task back to next-prompt.md to sustain the iterative generation cycle.

How do I maintain visual consistency and navigation integrity during automated site generation?▼

Visual consistency and navigation integrity are maintained by consulting SITE.md and DESIGN.md context files during each page generation and integration cycle.

Can I use Stitch MCP tools for baton-driven task handoffs across development stages?▼

Yes, Stitch MCP tools support baton-driven task handoffs by generating pages and writing subsequent tasks to next-prompt.md for continuous design, development, and deployment orchestration.

Do I need to manually re-trigger page generation for each new site page?▼

No, manual re-triggers are unnecessary because the skill reads the next baton from next-prompt.md, builds the page, and autonomously writes the following task to continue the loop.