mcpbeat

Spec Kit Vibe Compat

foryourhealth111-pixel/spec-kit-vibe-compat

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

1k tokens
context cost
the whole folder, loaded on every use
3
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
2583
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/foryourhealth111-pixel/Vibe-Skills --skill spec-kit-vibe-compat

What comes with it

4 724 bytes besides the instruction
command-map.json
scripts/speckit-router.ps1

The instruction itself

3 sections, as written by the author

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.

How to use it

Copy the folder

Take foryourhealth111-pixel/spec-kit-vibe-compat from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.