felipearomani

9 mods across 1 repository, 1 stars between them.

shipyard

01

felipearomani/claude-shipyard

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.

1 5d ago A tokens not measured original MIT

fleet

02

felipearomani/claude-shipyard

Plugin Claude Code

Plan, dispatch and land work across a fleet of autonomous Claude Code agents.

1 5d ago A tokens not measured original MIT

bad-mood-architect

03

felipearomani/claude-shipyard

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…

1 5d ago C 112 tokens original MIT

devils-advocate

04

felipearomani/claude-shipyard

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…

1 5d ago C 90 tokens original MIT

felipearomani/claude-shipyard

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…

1 5d ago B 106 tokens original MIT

coordinator

06

felipearomani/claude-shipyard

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

1 5d ago A 326 tokens original MIT

open-pr

07

felipearomani/claude-shipyard

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…

1 5d ago A 168 tokens original MIT

planner

08

felipearomani/claude-shipyard

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…

1 5d ago A 332 tokens original MIT

review-pr

09

felipearomani/claude-shipyard

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…

1 5d ago A 225 tokens original MIT