myVibe is a folder of markdown — a Claude Code skill plus an AGENTS.md spec — that gives any AI coding agent a deterministic workflow from one English sentence to a working localhost app. One-line install. Works with Claude, Copilot, Codex, Cursor. MIT, no telemetry.
No reviews yetBe the first to leave a review for myVibe
Maker
📌
Hey PH — author here.
I kept hitting the same problem with AI coding agents: I'd say "build me a kanban app" and they'd freelance — pick a random stack, skip tests, stop halfway, leave broken files. myVibe is a tiny folder of markdown (a Claude Code skill + an AGENTS.md spec) that replaces freestyle with a one-shot intake (every decision collected in a single round) followed by plan → scaffold → build → test → ship.
Install is one line on Windows / mac / Linux. After that, any agent that reads AGENTS.md (Claude Code, Cursor, Copilot, Codex, Aider) picks up the same workflow — that's the part I'm proudest of: it's agent-agnostic.
MIT, no telemetry, no account. Localhost-first by design.
Happy to answer anything about the intake design or why localhost-first is the right scope.