shipwright
Describe your app in plain English — Shipwright builds, tests, and deploys it autonomously via a 9-phase pipeline.
pinned to #c34db47updated 2 months 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 months 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.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.c34db47· 2 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Select a category above to see its individual checks.
Release history
1- releasecurrentc34db47pass2 months 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
ECC
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
ponytail
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
agentic-bundle-aas-accessibility-inclusive-ux
Editorial "AAS Accessibility & Inclusive UX" bundle for Claude Code from Agentic Awesome Skills.
mh install plugins/shipwright