Vibe Ship

One-pass Docker + compose + CI/CD generator with a real deployment audit script

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 25, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · 4f73117

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 25, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Ran the bundled audit.py live against a deliberately-bad target and it caught every planted problem: hardcoded ENV secret, root user, a plaintext Postgres password in compose, a :latest base image, and an ungated build step (3 CRITICAL, 1 HIGH). Scored a naive baseline Dockerfile at 5 findings including a runs-as-root CRITICAL, versus 0 findings on the skill-guided multi-stage version -- a measurable hardening delta from the same tool. Reference templates and the audit script all exist and match the SKILL.md. Note the README's own git-clone install omits the mkdir and fails from a fresh HOME, so the verified command prepends it.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Vibe Ship does

Generates a full production deployment setup in one pass -- multi-stage Dockerfile, docker-compose.yml, .dockerignore, .env.example, and a GitHub Actions CI/CD workflow -- auto-detected from the project stack. Ships a static audit.py that scores an existing or generated Dockerfile/compose/workflow for security and scalability issues. Triggers on requests to dockerize, containerize, add CI/CD, make an app production-ready, or review a deployment setup.

How to install Vibe Ship

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Vibe Ship

  • /vibe-ship One-pass Docker + compose + CI/CD generator with a real deployment audit script

It also activates on plain-language prompts like these:

  • Dockerize this Flask app and add a GitHub Actions CI/CD pipeline
  • Make my Node API production-ready with docker-compose and .env.example
  • Audit my existing Dockerfile for security and scalability issues

Frequently asked questions

Is the Vibe Ship skill free?
Yes. The skill itself is free from sudais-khalid/vibe-ship. SkillProof publishes the install command and an independent test verdict at no cost.
Does Vibe Ship work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 25, 2026. Verdict: Tested · Works. Ran the bundled audit.py live against a deliberately-bad target and it caught every planted problem: hardcoded ENV secret, root user, a plaintext Postgres password in compose, a :latest base image, and an ungated build step (3 CRITICAL, 1 HIGH). Scored a naive baseline Dockerfile at 5 findings including a runs-as-root CRITICAL, versus 0 findings on the skill-guided multi-stage version -- a measurable hardening delta from the same tool. Reference templates and the audit script all exist and match the SKILL.md. Note the README's own git-clone install omits the mkdir and fails from a fresh HOME, so the verified command prepends it.
What is the Vibe Ship SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Vibe Ship?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Vibe Ship with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.