shipwright-pipeline

Featured

Autonomous app builder that converts plain-English descriptions into fully built, tested applications. Use when the user wants to build a new app, scaffold a project, generate a full-stack application, or create an app from a description. Trigger with "build me an app", "create a new app", "shipwright build", "scaffold a project", "generate an application".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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-agent` installed (`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 ## Instructions 1. Gather the app description from the user. Ask clarifying questions if the description is vague. 2. Confirm the target stack. If none specified, recommend based on the app type: - Data-heavy with auth: Next.js + Supabase - API-first with complex models: Next.js + Prisma - Lightweight interactive: SvelteKit - Content or marketing site: Astro 3. Run `product-agent` with the app description and selected stack. 4. Monitor the 9-phase pipeline: Intake, Architecture, Scaffold, Implement, Test, Integrate, Polish, Validate, Ship. 5. Report results to the user including test summary and any warnings. ## Output - A complete, buildable project directory with all source code, tests, and configuration. - A test report summarizing pass/fail counts. - Build verification output confirming the project c...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category