Agent Plugins Marketplace
All plugins

ship

v0.2.0

Drive one change end-to-end through a repo's pipeline — issue, spec, implementation, its own review passes, hand-off or merge — on GitHub or GitLab. Self-driven: every review pass runs as read-only subagents with adversarial verification, and nothing waits on an external reviewer.

CodexClaude Code1 Skill

By dimonbLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 for Codex and Claude Code

Installs for the current user
codex plugin marketplace add dimonb/skills
codex plugin marketplace upgrade dimonb-skills
codex plugin add ship@dimonb-skills

Paste and run these commands in a terminal with Codex. They add and refresh the dimonb-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “ship-3” remain stable.

  • Codex: ship-3@agent-plugin-marketplaceship@dimonb-skills

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/dimonb/skills

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

Plugin files

plugins/ship/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/ship/SKILL.md

Included Skills1

shipskills/ship/SKILL.md

Drive one change end-to-end through a repo's pipeline — issue, spec, implementation, its own review passes, hand-off or merge — on GitHub or GitLab, in one session, unattended. Self-driven: every review pass runs as read-only subagents with adversarial verification of each finding, and nothing ever waits on an external reviewer. Repo coordinates, default branch, check commands, spec engine and merge policy are discovered from the repo, never hardcoded.

Plugin manifests2

plugins/ship/.codex-plugin/plugin.json
{
  "name": "ship",
  "version": "0.2.0",
  "description": "Drive one change end-to-end through a repo's pipeline — issue, spec, implementation, its own review passes, hand-off or merge — on GitHub or GitLab. Self-driven: every review pass runs as read-only subagents with adversarial verification, and nothing waits on an external reviewer.",
  "author": {
    "name": "dimonb",
    "url": "https://github.com/dimonb"
  },
  "homepage": "https://github.com/dimonb/skills/tree/main/plugins/ship",
  "repository": "https://github.com/dimonb/skills",
  "license": "MIT",
  "keywords": [
    "ship",
    "pipeline",
    "github",
    "gitlab",
    "code-review",
    "pull-request",
    "merge-request",
    "automation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "ship",
    "shortDescription": "Drive one change to a merge-ready PR/MR",
    "longDescription": "Takes one piece of work from an idea or a half-done pull/merge request to a merge-ready change, in one session. Reviews its own work with read-only subagents across parallel axes, adversarially verifies every blocking finding, and fixes what survives within a bounded round budget. Works on GitHub and GitLab, and discovers the repo's own branch naming, check commands, spec tooling and merge policy instead of assuming any.",
    "developerName": "dimonb",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Ship issue #42 through the pipeline",
      "Continue the pull request for this branch",
      "Ship: add a typing indicator to the chat view"
    ]
  }
}
plugins/ship/.claude-plugin/plugin.json
{
  "name": "ship",
  "version": "0.2.0",
  "description": "Drive one change end-to-end through a repo's pipeline — issue, spec, implementation, its own review passes, hand-off or merge — on GitHub or GitLab. Self-driven: every review pass runs as read-only subagents with adversarial verification, and nothing waits on an external reviewer.",
  "author": {
    "name": "dimonb",
    "url": "https://github.com/dimonb"
  },
  "homepage": "https://github.com/dimonb/skills/tree/main/plugins/ship",
  "repository": "https://github.com/dimonb/skills",
  "license": "MIT",
  "keywords": [
    "ship",
    "pipeline",
    "github",
    "gitlab",
    "code-review",
    "pull-request",
    "merge-request",
    "automation"
  ]
}

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

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