Vibe Code Orchestrator
Styrt kjøretid som fryser krav og begrenser utførelse bak godkjenninger
Tested · Didn't pass
Hva den gjør
En 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. Installeres as a self-contained runtime through its own installer script. Utløses only on explicit /vibe or $vibe invocation.
Testrapport
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.
Testet på: 2026-07-28 · Claude Code 2.x (agent harness)
Installer
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills.git mkdir -p ~/.claude/skills cd Vibe-Skills && bash ./install.sh --skills-dir "$HOME/.claude/skills"
Kommandoer og eksempelprompter
/vibeStyrt kjøretid som fryser krav og begrenser utførelse bak godkjenninger
Skills utløses av vanlige forespørsler — ingen kommandoer å huske. Etter installasjonen aktiverer prompter som disse skillen (på engelsk):
/vibe build me a CSV export feature with requirement freeze and approval$vibe refactor the billing module under strict verification gatesUse the vibe skill to plan and execute this migration step by step