← All plugins
ship
v3.7.2Complete PR workflow from commit to production with validation
Claude Code
by Avi FeneshMIT1.9kupdated 2 weeks ago
Source
git clone https://github.com/composio-community/awesome-claude-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is ship/ inside the repository.
Layout
ship/
└── .claude-plugin/plugin.json
Manifests1
ship/.claude-plugin/plugin.json
{
"name": "ship",
"version": "3.7.2",
"description": "Complete PR workflow from commit to production with validation",
"author": {
"name": "Avi Fenesh",
"email": "[email protected]",
"url": "https://github.com/avifenesh"
},
"homepage": "https://github.com/avifenesh/awesome-slash#ship",
"repository": "https://github.com/avifenesh/awesome-slash",
"license": "MIT",
"keywords": [
"ci-cd",
"deployment",
"pr-workflow",
"automation",
"railway",
"vercel"
]
}