Highlights
Vibe Skills 4.0.0 is the major Agent execution-handoff release.
- Replaces retired native and delegated execution lanes with Agent-owned module handoff.
- Requires one canonical
module-execution.jsonreturn throughvibere-entry. - Keeps delivery acceptance closed when required modules are failed, blocked, or incomplete.
- Removes the legacy
vibe-what-do-i-want,vibe-how-do-we-do,vibe-do-it, andvibe-upgradepublic entry names. Usevibe. - Hardens exact task preservation and avoids injecting coding or TDD requirements into non-code work.
- Does not install or recommend
chrome,chrome-devtools,playwright,context7, orclaude-flowMCPs.
Installation
Download vibe-skills-4.0.0-public.zip, extract it outside the managed Skill directory, then run the wrapper for the target Skill root.
Shared user-level install:
pwsh -NoProfile -File .\install.ps1 -SkillsDir "$HOME\.agents\skills"
pwsh -NoProfile -File .\check.ps1 -SkillsDir "$HOME\.agents\skills"Codex-only install:
pwsh -NoProfile -File .\install.ps1 -SkillsDir "$HOME\.codex\skills"
pwsh -NoProfile -File .\check.ps1 -SkillsDir "$HOME\.codex\skills"Upgrade From v3
Extract the v4 package, run update against the existing SkillsDir, then run check. Confirm that receipt-owned missing and drifted file counts are both zero.
Verification
- Release-focused tests:
56 passed - Full repository runtime baseline:
1436 passed, 6 skipped - Focused runtime and handoff regression:
209 passed - Version consistency:
10/10 passed - Version packaging:
9/9 passed - GitHub
host-boundary,python-validation, andCodeRabbit: passed - Managed runtime:
272files, zero missing and zero drifted in both real Windows Skill roots
Integrity
- Release commit:
9cf0dcbf7c6e377806c00b2e0d2ffe75cb612d35 - Release tree:
bdea7430f4c2c730ccbba9afd9884426953e7b28 - ZIP SHA-256:
0b16a5f615a485b8d082407d458cc5c4ffe2cee443c6211fc941cd6678987dc9 - Payload digest:
94896cce6bb6e2c29e9fd46674a5bf1f2a74dc7affa67b38c7b116ea9dfdadbd
Detailed governed notes are available in docs/releases/v4.0.0.md.