The complete AI-powered website factory.
Best Design. Great Code. Fast Delivery.
An Antigravity skill for end-to-end website delivery using:
- Google Stitch for AI-powered design generation
- Astro for blazing-fast static frontend
- WordPress as headless CMS
# Using add-skill CLI
npx add-skill [repo-url] --skill stitch-delivery --global
# Or clone manually
mkdir -p .agent/skills
git clone https://github.com/mayank1059/stitch-delivery-skill.git .agent/skills/stitch-delivery| Stage | Purpose | Time | Output |
|---|---|---|---|
| 0 - Setup | Install prerequisites | 15-30m | Ready environment |
| 1 - Discovery | Interview, sitemap, content plan | 1-2h | PROJECT.md |
| 2 - Design | Stitch layouts, design system | 2-4h | DESIGN.md, HTML exports |
| 3 - Development | Astro + WordPress code | 4-8h | Working site |
| 4 - Deploy | Production, handoff | 1-2h | Live site, HANDOFF.md |
Total: 9-16 hours per project
stitch-delivery/
├── SKILL.md # Master orchestrator
├── README.md # This file
│
├── stage-0-setup/ # Prerequisites
│ ├── SKILL.md
│ ├── scripts/
│ │ └── verify-environment.sh
│ └── resources/
│ └── checklist.md
│
├── stage-1-discovery/ # Planning
│ ├── SKILL.md
│ ├── resources/
│ │ └── interview-questions.md
│ └── examples/
│ └── PROJECT-template.md
│
├── stage-2-design/ # Stitch generation
│ ├── SKILL.md
│ └── examples/
│ ├── DESIGN-template.md
│ └── prompt-examples.md
│
├── stage-3-development/ # Astro + WordPress
│ ├── SKILL.md
│ └── examples/
│ ├── wordpress.ts
│ └── MainLayout.astro
│
└── stage-4-deploy/ # Deployment
├── SKILL.md
└── examples/
└── HANDOFF-template.md
- Node.js 18+
- Git
- Stitch MCP access (setup guide)
- GitHub CLI (optional)
- Cloudflare account (for deployment)
# 1. Verify environment
bash .agent/skills/stitch-delivery/stage-0-setup/scripts/verify-environment.sh
# 2. Create project folder
mkdir my-client && cd my-client
# 3. Begin discovery (AI will interview you)
# Mention: "Start Stage 1 discovery for a new website"Each stage has its own SKILL.md with detailed instructions:
- Stage 0: Run
verify-environment.shto check prerequisites - Stage 1: Answer interview questions → get
PROJECT.md - Stage 2: Generate Stitch layouts → export HTML +
DESIGN.md - Stage 3: Convert to Astro → integrate WordPress
- Stage 4: Deploy to Cloudflare → deliver
HANDOFF.md
MIT - Use freely.
- Stitch - AI UI generation
- Astro - Static site framework
- google-labs-code/stitch-skills - Official Stitch skills
Built with 🔒 for fast, secure website delivery.