Agent Plugins Marketplace
All plugins

shipyard

v0.60.0

Artifact-driven delivery pipeline on top of GSD: deep investigation, ticket decomposition with a dependency graph, and per-ticket worktree->PR delivery babysat to green (CI + CodeRabbit/Copilot re-review). See docs/gsd_multilevel_delivery_pipeline.md.

Claude Code1 Skill

By Nochevnyi Serhii0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install shipyard for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install shipyard-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/serhii-nochevnyi/shipyard

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/delivery-pipeline/.

Plugin files

plugins/delivery-pipeline/
├── .claude-plugin/plugin.json
└── skills/delivery-rules/SKILL.md

Included Skills1

delivery-rulesskills/delivery-rules/SKILL.md

Delivery-conveyor rules for GSD planner/executor agents — plan frontmatter contract, delivery block, branch naming, scope discipline. Injected via the project-relative .shipyard/generated/gsd-delivery-rules projection; also useful when authoring or editing PLAN.md files by hand.

Plugin manifests1

plugins/delivery-pipeline/.claude-plugin/plugin.json
{
  "name": "shipyard",
  "description": "Artifact-driven delivery pipeline on top of GSD: deep investigation, ticket decomposition with a dependency graph, and per-ticket worktree->PR delivery babysat to green (CI + CodeRabbit/Copilot re-review). See docs/gsd_multilevel_delivery_pipeline.md.",
  "version": "0.60.0",
  "author": {
    "name": "Nochevnyi Serhii"
  },
  "keywords": [
    "delivery",
    "gsd",
    "investigation",
    "tickets",
    "worktree",
    "pr"
  ],
  "commands": [
    "./commands/route.md",
    "./commands/investigate.md",
    "./commands/decompose.md",
    "./commands/deliver.md",
    "./commands/bench.md"
  ],
  "skills": [
    "./skills/delivery-rules"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[shipyard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shipyard-2)