shipwright
Describe your app in plain English — Shipwright builds, tests, and deploys it autonomously via a 9-phase pipeline.
pinned to #c34db47updated 2 weeks ago
Ask your AI client: “install plugins/shipwright”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/shipwrightmetahub onboarded this repo on the author's behalf.
If you own github.com/jeremylongshore/claude-code-plugins-plus-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
2,498
Last commit
2 weeks ago
Latest release
published
- #agent-skills
- #ai
- #ai-agents
- #anthropic
- #automation
- #claude-code
- #claude-code-plugins
- #developer-tools
- #devops
- #llm
- #marketplace
- #mcp
- #plugin-marketplace
- #plugin-system
- #saas
- #skills
What's bundled
Items extracted from this plugin's manifest + directory tree.
Skills (1)
skills/shipwright-pipelineAutonomous app builder that converts plain-English descriptions into
Commands (4)
/shipwright-buildBuild a complete application from a natural-language description using the Shipwright 9-phase pipeline./shipwright-enhanceAdd new features or pages to an existing Shipwright-built project./shipwright-projectsList and manage projects previously built with Shipwright./shipwright-stacksList all tech stacks supported by Shipwright and their recommended use cases.
Evaluation report
PassingAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.c34db47· 2 weeks ago
Select a category above to see its individual checks.
Release history
1- releasecurrentc34db47pass2 weeks ago
Contents
Describe your app in plain English — Shipwright builds, tests, and deploys it autonomously via a 9-phase pipeline. Powered by product-agent on PyPI.
Quick Start
- Install the build engine:
pip install product-agent
- Use the skills:
/shipwright-build— Build a new app from a plain-English description/shipwright-enhance— Add features to an existing Shipwright project/shipwright-stacks— List supported tech stacks/shipwright-projects— List and manage existing Shipwright projects
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
The 9-Phase Pipeline
Shipwright orchestrates a complete build lifecycle:
- Intake — Parse the natural-language app description
- Architecture — Select stack, define schema, plan routes
- Scaffold — Generate project structure and boilerplate
- Implement — Write application code across all layers
- Test — Generate and run test suites (1,627+ tests validated)
- Integrate — Wire up APIs, auth, and data layer
- Polish — Lint, format, accessibility, and performance passes
- Validate — End-to-end verification and build checks
- Ship — Package for deployment
Build Engine
Shipwright delegates execution to product-agent, an autonomous build engine available on PyPI. The agent handles code generation, testing, and validation across all supported stacks.
Files
- Skill:
${CLAUDE_PLUGIN_ROOT}/skills/shipwright-pipeline/SKILL.md - Commands:
${CLAUDE_PLUGIN_ROOT}/commands/
Links
Reviews
No reviews yet. Be the first.
Related
before-you-build
Production-ready workflow orchestration with 91 marketplace plugins, 199 local specialized agents, and 162 local skills - optimized for granular installation and minimal token usage
beagle-ai
Pydantic AI, LangGraph, DeepAgents, and Vercel AI SDK skills for building and reviewing AI applications.
beagle-docs
Documentation quality, generation, and improvement using Diataxis principles. Pairs with beagle-core for full workflow.
mh install plugins/shipwright