Skip to content
Skillv1.0.0

shipwright-pipeline

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

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/shipwright-pipeline/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill shipwright-pipeline. Copyright stays with the author (MIT).

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 compiles and starts.

Error Handling

  • If product-agent is not installed, prompt the user to install it with pip install product-agent.
  • If a phase fails, report the phase name, error message, and suggested fix.
  • If the selected stack is not supported, list available stacks and ask the user to choose.

Examples

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.

Resources

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-shipwright-pipeline/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-shipwright-pipeline.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-shipwright-pipeline",
  "kind": "skill",
  "name": "shipwright-pipeline",
  "description": "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\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "ai-agency",
      "app-builder",
      "code-generator",
      "autonomous-agent",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/shipwright-pipeline/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/shipwright-pipeline/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/shipwright-pipeline/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit,",
      "Grep,",
      "Glob,",
      "Bash(pip:*),",
      "Bash(python:*),",
      "Bash(npm:*),",
      "Bash(npx:*),",
      "Bash(git:*)"
    ],
    "license": "MIT"
  },
  "instructions": "# Shipwright Pipeline\n\n## Overview\n\nShipwright 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.\n\n## Prerequisites\n\n- Python 3.10+ available in PATH.\n- `product-agent` installed (`pip install product-agent`).\n- Node.js 18+ for JavaScript/TypeScript stacks.\n\n## Supported Stacks\n\n- **Next.js + Supabase** — Full-stack with auth, database, and edge functions\n- **Next.js + Prisma** — Full-stack with type-safe ORM\n- **SvelteKit** — Lightweight full-sta",
  "cost": {
    "context_tokens": 630
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-shipwright-pipeline/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.