plugins marketplace
← All plugins

shipwright

v1.3.0

Describe your app in plain English — Shipwright builds, tests, and deploys it autonomously via a 9-phase pipeline.

Claude Code1 skill

by Nate NelsonMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/shipwright/ inside the repository.

Layout

plugins/ai-agency/shipwright/
├── .claude-plugin/plugin.json
└── skills/shipwright-pipeline/SKILL.md

Skills1

shipwright-pipelineskills/shipwright-pipeline/SKILL.md

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".

Manifests1

plugins/ai-agency/shipwright/.claude-plugin/plugin.json
{
  "name": "shipwright",
  "version": "1.3.0",
  "description": "Describe your app in plain English — Shipwright builds, tests, and deploys it autonomously via a 9-phase pipeline.",
  "author": {
    "name": "Nate Nelson",
    "url": "https://github.com/Wynelson94"
  },
  "repository": "https://github.com/Wynelson94/shipwright",
  "homepage": "https://github.com/Wynelson94/shipwright",
  "license": "MIT",
  "keywords": [
    "app-builder",
    "code-generator",
    "autonomous-agent",
    "pipeline",
    "nextjs",
    "supabase",
    "sveltekit",
    "astro",
    "ai-agency"
  ]
}