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".
npx skills add https://github.com/jeremylongshore/tons-of-skills-marketplace --skill shipwright-pipeline
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.
product-agent installed (pip install product-agent).product-agent with the app description and selected stack.product-agent is not installed, prompt the user to install it with pip install product-agent.Build a SaaS dashboard:
/shipwright-build Build a real-time analytics dashboard with user auth, team workspaces, and Stripe billing. Use Next.js + Supabase.
Add features to an existing project:
/shipwright-enhance Add dark mode toggle, export-to-CSV on all tables, and email notification preferences.
Scaffold a content site:
/shipwright-build Create a developer documentation site with search, versioned docs, and a blog. Use Astro.
${CLAUDE_SKILL_DIR}/references/examples.md for usage examples.Take jeremylongshore/shipwright-pipeline from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.