shipwright-pipeline
Installation
SKILL.md
Shipwright Pipeline
Overview
Shipwright converts a plain-English app description into a fully built, tested, and deployment-ready application. It delegates execution to product-agent, an autonomous 9-phase build engine available on PyPI.
Prerequisites
- Python 3.10+ available in PATH.
product-agentinstalled (pip install product-agent).- Node.js 18+ for JavaScript/TypeScript stacks.
Supported Stacks
- Next.js + Supabase — Full-stack with auth, database, and edge functions
- Next.js + Prisma — Full-stack with type-safe ORM
- SvelteKit — Lightweight full-stack with Svelte
- Astro — Content-focused static and hybrid sites