Vibe Code Orchestrator

Governed runtime that freezes requirements and gates execution behind approvals

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 28, 2026
Environment
Claude Code 2.x (agent harness)

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 28, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Installed cleanly from a bare HOME: install.sh laid down 3.0 MB under ~/.claude/skills/vibe and the bundled check.sh returned ok:true against the receipt hashes, and the install doc's claim that the installer does not edit Claude settings held up - no settings.json was created. Running the launch command SKILL.md gives specifically for Claude Code then aborted with 'RuntimeError: PowerShell executable not found; pwsh is required on non-Windows hosts', and --force-runtime-neutral failed the same way with 'canonical entry requires PowerShell runtime bridge'. PowerShell 7 is named as a prerequisite only in the archived 2026-07-02 install docs, and there only as recommended for verification; the current install page documents a bash path and never mentions it. Output is therefore unmeasured - no requirement freeze, plan or execution stage ever ran, so there is no governed result to compare against the no-skill baseline, which produced a working ISO-8601 duration parser with 12 passing pytest cases in a single pass.

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

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

What Vibe Code Orchestrator does

A governed execution runtime for coding agents: it freezes a requirement document and a plan, stops for explicit user approval at each boundary, assigns modules to locally installed skills, and requires evidence artifacts before a phase can be called complete. Installs as a self-contained runtime through its own installer script. Triggers only on explicit /vibe or $vibe invocation.

How to install Vibe Code Orchestrator

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 Code Orchestrator

  • /vibe Governed runtime that freezes requirements and gates execution behind approvals

It also activates on plain-language prompts like these:

  • /vibe build me a CSV export feature with requirement freeze and approval
  • $vibe refactor the billing module under strict verification gates
  • Use the vibe skill to plan and execute this migration step by step

Frequently asked questions

Is the Vibe Code Orchestrator skill free?
Yes. The skill itself is free from foryourhealth111-pixel/Vibe-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Vibe Code Orchestrator work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 28, 2026. Verdict: Tested · Didn't pass. Installed cleanly from a bare HOME: install.sh laid down 3.0 MB under ~/.claude/skills/vibe and the bundled check.sh returned ok:true against the receipt hashes, and the install doc's claim that the installer does not edit Claude settings held up - no settings.json was created. Running the launch command SKILL.md gives specifically for Claude Code then aborted with 'RuntimeError: PowerShell executable not found; pwsh is required on non-Windows hosts', and --force-runtime-neutral failed the same way with 'canonical entry requires PowerShell runtime bridge'. PowerShell 7 is named as a prerequisite only in the archived 2026-07-02 install docs, and there only as recommended for verification; the current install page documents a bash path and never mentions it. Output is therefore unmeasured - no requirement freeze, plan or execution stage ever ran, so there is no governed result to compare against the no-skill baseline, which produced a working ISO-8601 duration parser with 12 passing pytest cases in a single pass.
How do I install Vibe Code Orchestrator?
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 Code Orchestrator 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.