ship-mate
v1.0.1Your AI development teammate. Turns a story file into a shipped, reviewed, and tested feature via orchestrator → architect → developer → PR reviewer → QA → Playwright.
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
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add ship-mate@claude-code-workflowsPaste 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-marketplace→ship-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/agentsClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/scan/SKILL.md
Included Skills1
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
{
"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"
}
}{
"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"
]
}For maintainers
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)