Vibe-Skills spec-kit-vibe-compat

Compatibility router for /speckit.* workflows into /vibe-first Codex execution.

install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/spec-kit-vibe-compat" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-spec-kit-vibe-compat && rm -rf "$T"
manifest: bundled/skills/spec-kit-vibe-compat/SKILL.md
source content

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
    speckit
    command memory model.
  • Does not modify official spec-kit prompts.
  • Produces
    /vibe
    -oriented execution guidance.