Spec kit vibe compat
Skill foryourhealth111-pixel/Vibe-Skills/bundled/skills/spec-kit-vibe-compat
VibeSkills is a general-purpose Skill that automatically routes local Skills and intelligently orchestrates harness workflows.
npx -y skills add foryourhealth111-pixel/Vibe-Skills --skill spec-kit-vibe-compatAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Compatibility router for /speckit.* workflows into /vibe-first Codex execution.
SKILL.md
0.6 KB, as published. Nobody here has run it
spec-kit-vibe-compat
Bridge layer between spec-kit slash-command semantics and vibe orchestration.
Usage
$router = Join-Path $HOME '.codex/skills/spec-kit-vibe-compat/scripts/speckit-router.ps1'
powershell -ExecutionPolicy Bypass -File $router --list
powershell -ExecutionPolicy Bypass -File $router /speckit.implement continue migration
Notes
- Keeps original
speckitcommand memory model. - Does not modify official spec-kit prompts.
- Produces
/vibe-oriented execution guidance.