Agent Plugins Marketplace
All plugins

ship-flow

v0.11.2

Delivery-loop skills — land and release already-verified work through a repo's real gates. Tracker- and branch-model-agnostic: reads a consuming repo's own config instead of hardcoding one repo's setup.

Claude Code30 Skills

By paulkim-lansikLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
30 skill or MCP entries
Source updated
Sep 22, 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 ship-flow 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 ship-flow@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/reach0908/paul-loop

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tools/ship-flow/.

Plugin files

tools/ship-flow/
├── .claude-plugin/plugin.json
├── skills/ask-paul/SKILL.md
├── skills/code-review/SKILL.md
├── skills/codebase-design/SKILL.md
├── skills/deps-audit/SKILL.md
├── skills/diagnosing-bugs/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/grill-me/SKILL.md
├── skills/grill-with-docs/SKILL.md
├── skills/grilling/SKILL.md
├── skills/handoff/SKILL.md
├── skills/harness-maturity-audit/SKILL.md
├── skills/hotfix/SKILL.md
├── skills/improve-codebase-architecture/SKILL.md
├── skills/prototype/SKILL.md
├── skills/research/SKILL.md
├── skills/resolving-merge-conflicts/SKILL.md
├── skills/retrospect/SKILL.md
├── skills/setup/SKILL.md
├── skills/ship-feature/SKILL.md
├── skills/tdd/SKILL.md
├── skills/teach/SKILL.md
├── skills/to-issues/SKILL.md
├── skills/to-prd/SKILL.md
├── skills/to-questionnaire/SKILL.md
├── skills/triage/SKILL.md
├── skills/vendor-sync/SKILL.md
├── skills/wait-what/SKILL.md
├── skills/wayfinder/SKILL.md
├── skills/wizard/SKILL.md
└── skills/write-a-skill/SKILL.md

Included Skills30

ask-paulskills/ask-paul/SKILL.md

Ask which skill or flow fits your situation. A router over the skills this plugin ships.

code-reviewskills/code-review/SKILL.md

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

codebase-designskills/codebase-design/SKILL.md

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

deps-auditskills/deps-audit/SKILL.md

Maintenance check for installed Claude Code extensions (marketplace plugins, skills.sh skills, gstack, and repo-embedded skills). Produces one report answering whether upstream is still maintained, whether the local install is current, and what's unused. Use when the user asks to audit or clean up skills/plugins, find unused skills, check whether things are up to date, check for divergence, or when a weekly heartbeat nudges.

diagnosing-bugsskills/diagnosing-bugs/SKILL.md

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

domain-modelingskills/domain-modeling/SKILL.md

Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.

grill-meskills/grill-me/SKILL.md

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when the user wants to stress-test a plan, get grilled on their design, or says "grill me".

grill-with-docsskills/grill-with-docs/SKILL.md

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

grillingskills/grilling/SKILL.md

Grill the user relentlessly about a plan, decision, or idea until you reach shared understanding. Use when the user wants to stress-test their thinking, uses any "grill" trigger phrase, or when another skill needs the interview loop.

handoffskills/handoff/SKILL.md

Compact the current conversation into a handoff document for another agent to pick up.

harness-maturity-auditskills/harness-maturity-audit/SKILL.md

Audits the maturity of a repo's self-improvement loop harness (verifier=ceiling, Inner/Outer/Meta loops, vector-backed loop memory, skill/tool usage) via six parallel forensic investigation lanes, producing an L0-L5 scorecard and a prioritized improvement list saved as a report. Use when the user asks for a "harness maturity audit", a "loop engineering checkup", a self-improvement loop audit, or wants a periodic checkup after a milestone/epic completes.

hotfixskills/hotfix/SKILL.md

Land an already-implemented, already-verified small fix through this repo's real gates (worktree isolation → verify → PR→integration → PR→release → deploy), stopping for human confirmation at the merge and deploy checkpoints. Use when the user wants to ship/merge/release a change that's already coded and verified (not a new feature to build — that's ship-feature), or asks to land/deploy a fix that just needs to reach production safely.

improve-codebase-architectureskills/improve-codebase-architecture/SKILL.md

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

prototypeskills/prototype/SKILL.md

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a terminal app or shareable HTML demo for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".

researchskills/research/SKILL.md

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.

resolving-merge-conflictsskills/resolving-merge-conflicts/SKILL.md

Use when you need to resolve an in-progress git merge/rebase conflict.

retrospectskills/retrospect/SKILL.md

Turn loop outcomes into a verified-lessons memory — record what fixed a failure, recall it next time, and promote recurring lessons into skills/guidelines. Use when the user wants the loop to learn from past runs, capture a fix as a reusable lesson, see why runs keep failing, or decide what to codify into a skill or CLAUDE.md.

setupskills/setup/SKILL.md

One-time interactive setup for this plugin in a consuming repo — interviews the user, writes `.claude/ship-flow.config.json`, and installs (or offers to install) a CLAUDE.md constitution, a CI workflow, and branch protection from this plugin's templates/. Use once per repo, when a repo first adopts ship-flow, or when re-running to fill in config that was skipped the first time.

ship-featureskills/ship-feature/SKILL.md

End-to-end feature delivery when the user asks to take a feature, bug or tracked issue from plan to an open PR, or to ship/deliver/land a feature. Isolate, plan, build, verify, review and open the PR; stop for human merge. Research, local edits and routine Git synchronization use their own bounded procedure. Post-merge improvements require authorized scope.

tddskills/tdd/SKILL.md

Test-driven development with a bounded red-green loop and review-stage refactoring. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

teachskills/teach/SKILL.md

Teach the user a new skill or concept, within this workspace.

to-issuesskills/to-issues/SKILL.md

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

to-prdskills/to-prd/SKILL.md

Turn the current conversation context into a reviewable PRD; publish to the specified tracker destination only when requested. Use when user wants to create a PRD from the current context.

to-questionnaireskills/to-questionnaire/SKILL.md

Turn a decision you can't fully answer into a questionnaire for someone else to fill in.

triageskills/triage/SKILL.md

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

vendor-syncskills/vendor-sync/SKILL.md

Compare this repo's vendored skills against upstream and report drift; apply bounded backports only when authorized. Use when checking for upstream drift, when a vendor-sync heartbeat nudges, or when the user asks whether vendored skills are current.

wait-whatskills/wait-what/SKILL.md

Stop. That last message did not land: re-pitch it.

wayfinderskills/wayfinder/SKILL.md

Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

wizardskills/wizard/SKILL.md

Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.

write-a-skillskills/write-a-skill/SKILL.md

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

Plugin manifests1

tools/ship-flow/.claude-plugin/plugin.json
{
  "name": "ship-flow",
  "version": "0.11.2",
  "description": "Delivery-loop skills — land and release already-verified work through a repo's real gates. Tracker- and branch-model-agnostic: reads a consuming repo's own config instead of hardcoding one repo's setup.",
  "author": {
    "name": "paulkim-lansik"
  },
  "homepage": "https://github.com/reach0908/paul-loop",
  "repository": "https://github.com/reach0908/paul-loop",
  "license": "MIT",
  "keywords": [
    "delivery",
    "git-flow",
    "hotfix",
    "ship",
    "release"
  ],
  "dependencies": [
    {
      "name": "loop-engine",
      "version": "^0.15.0"
    }
  ]
}

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

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