Agent Plugins Marketplace
All plugins

ship-mate

v1.0.1

Your AI development teammate. Turns a story file into a shipped, reviewed, and tested feature via orchestrator → architect → developer → PR reviewer → QA → Playwright.

CodexClaude Code1 Skill

By Pranay YadavLicense: MIT39.9k GitHub starsUpdated 3 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add ship-mate@claude-code-workflows

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

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

  • Codex: ship-mate@agent-plugin-marketplaceship-mate@claude-code-workflows

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/wshobson/agents

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

Plugin files

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

Included Skills1

scanskills/scan/SKILL.md

Scans the codebase to generate project-doc.md and AGENTS.md. Use when bootstrapping a new agent-driven repo, refreshing project documentation after architectural changes, or running a delta scan to detect drift. Runs a full scan on first use and a smart delta scan on subsequent runs. Uses understand-anything + context-mode when available, falls back to native tools otherwise. Only updates AGENTS.md on detected architectural changes with human confirmation.

Plugin manifests2

plugins/ship-mate/.codex-plugin/plugin.json
{
  "name": "ship-mate",
  "version": "1.0.1",
  "description": "Your AI development teammate. Turns a story file into a shipped, reviewed, and tested feature via orchestrator → architect → developer → PR reviewer → QA → Playwright.",
  "skills": "./skills/",
  "author": {
    "name": "Pranay Yadav",
    "email": "[email protected]"
  },
  "repository": "https://github.com/gh0sty02/ship-mate.git",
  "license": "MIT",
  "keywords": [
    "pipeline",
    "automation",
    "orchestration",
    "code-review",
    "qa",
    "playwright",
    "multi-agent",
    "dev-workflow"
  ],
  "interface": {
    "displayName": "Ship Mate",
    "shortDescription": "Your AI development teammate. Turns a story file into a shipped, reviewed, and tested feature via orchestrator →…",
    "category": "Coding"
  }
}
plugins/ship-mate/.claude-plugin/plugin.json
{
  "name": "ship-mate",
  "version": "1.0.1",
  "description": "Your AI development teammate. Turns a story file into a shipped, reviewed, and tested feature via orchestrator → architect → developer → PR reviewer → QA → Playwright.",
  "author": {
    "name": "Pranay Yadav",
    "email": "[email protected]"
  },
  "repository": "https://github.com/gh0sty02/ship-mate.git",
  "license": "MIT",
  "keywords": [
    "pipeline",
    "automation",
    "orchestration",
    "code-review",
    "qa",
    "playwright",
    "multi-agent",
    "dev-workflow"
  ]
}

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

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