shipyard
01Plugin Claude Code
Claude Code plugins for building and running fleets of autonomous coding agents — planning work they can finish unsupervised, dispatching them, and landing the result.
Plugin Claude Code
Claude Code plugins for building and running fleets of autonomous coding agents — planning work they can finish unsupervised, dispatching them, and landing the result.
Plugin Claude Code
Plan, dispatch and land work across a fleet of autonomous Claude Code agents.
Agent
Cranky principal architect reviewer for specs, designs and pull-request diffs. Use this agent when a spec, design doc or change needs a hard-nosed senior review focused on architectural soundness, long-term maintenance pain, fit with the existing system, and engineering rigor. Invoke after the spec is drafted, or…
Agent
Adversarial reviewer for specs, designs, plans and pull-request diffs. Use this agent when you need to stress-test a proposal by hunting for unstated assumptions, missed edge cases, ambiguous requirements, scope creep, and false confidence. Invoke after a spec or plan is drafted and BEFORE implementation begins, or…
Agent
Verifies that an implementation (PR diff) actually delivers everything the spec and the ticket promised. Use this agent when you have a written spec or ticket and want to check whether the code in front of you covers every acceptance criterion, functional requirement, and edge case — before merge. Produces a…
Skill Claude CodeCodex
Coordinates a fleet of autonomous background Claude Code sessions that implement tasks end to end — TDD, docs, PR, adversarial review, production deploy, tagging and post-deploy manual verification — while the human talks only to the coordinator. Use it WHENEVER the user asks to "work several tasks in parallel"…
Skill Claude CodeCodex
Use whenever the user wants to wrap up a feature branch and open a pull request. Syncs the current branch onto the remote default branch via rebase, halts on git conflicts for the human to resolve, auto-detects and runs the repo's linter/formatter, stages remaining changes, writes a Conventional Commits message…
Skill Claude CodeCodex
Turns a raw idea, a finished spec, or a board full of vague tickets into the work package a fleet of autonomous agents can execute without stalling: investigation of the real code, spec, decomposition into tasks with falsifiable acceptance criteria, non-colliding lanes, a frozen contract between lanes, and the list of…
Skill Claude CodeCodex
Use whenever the user wants to harden a pull request before merge — run several independent reviewers in parallel, address every issue (including minor ones), and iterate until the PR comes back clean. Identifies the PR from the current branch (or an explicit argument), rebases it onto its base if stale, then per…