Claude Tools / Plugins / shipyard

Plugins · lgbarn/shipyard

shipyard

Ship software systematically: project lifecycle, TDD, parallel agents, code review, security auditing, and infrastructure validation

CLEARED_STATICagent-agnosticv4.12.4

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Agent-agnostic (works beyond Claude)

Type

Plugins

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran19845 code lines / 193 files
secretsranno secret patterns matched
egressran3 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraln/anot reached — prior gate did not pass

What's inside

Components found

agents/architect.md
componentmedium
agents/auditor.md
componentmedium
agents/builder.md
componentmedium
agents/debugger.md
componentmedium
agents/documenter.md
componentmedium
agents/mapper.md
componentmedium
agents/researcher.md
componentmedium
agents/reviewer.md
componentmedium
agents/simplifier.md
componentmedium
agents/verifier.md
componentmedium
commands/audit.md
componentmedium
commands/brainstorm.md
componentmedium
commands/build.md
componentlow
commands/cancel.md
componentlow
commands/debug.md
componentmedium
commands/doctor.md
componentlow
commands/document.md
componentmedium
commands/help.md
componentlow
commands/init.md
componentlow
commands/issues.md
componentlow

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 3 lexical match(es)

README

From the repository

  


# Shipyard

A Claude Code plugin for structured project execution. Plan work in phases, build with parallel agents and TDD, review with security audits and quality gates, and ship with confidence.

```
IDEA → /init → /brainstorm → /plan → /build → /ship → SHIPPED
         ↑
         ├── or: /import-spec (from spec-kit) → /plan → /build → /ship
         └── or: /import-spec-file (handwritten spec) → /plan → /build → /ship
```

## Prerequisites

- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI installed and authenticated
- `jq` (used by session hooks for state injection)

## Installation

### From GitHub (recommended)

```bash
claude plugin marketplace add lgbarn/shipyard
claude plugin install shipyard@shipyard
```

### From a local clone

```bash
git clone git@github.com:lgbarn/shipyard.git
claude plugin marketplace add /absolute/path/to/shipyard
claude plugin install shipyard@shipyard
```

### Verify

```bash
claude /shipyard:status
```

## Using Shipyard with Codex

Shipyard also installs under [Codex CLI](https://github.com/openai/codex) (0.124.0+) on a
**best-effort, not-parity** basis — all skills run natively; the multi-agent workflows
degrade to inlin

← Back to Plugins