vibe-build — MVP Build Agent
Executes the plan in AGENTS.md to build your MVP one feature at a time, with verification and progress tracking.
Dev & CodingIntermediate★ 2,843⑂ 361AI score 9/10Last updated: Jul 18, 2026
What it does
- Reads
AGENTS.mdfor the current phase, proposes a short implementation plan, and waits for approval before writing code. - Implements one feature at a time, following
agent_docs/code_patterns.mdandtech_stack.md. - Verifies each feature with
npm test,npm run lint, and browser checks for frontend work, then commits. - Updates the
## Current Stateblock, ticks## Roadmapitems inAGENTS.md, and logs one-line entries inMEMORY.mdfor cross-session continuity. - Enforces a four-phase order: foundation → core features → polish → launch, including a security pass against
REVIEW-CHECKLIST.md.
Who it's for
- Users already running the vibe-coding workflow with PRD, TechDesign, and AGENTS.md in place
- Solo developers who want the agent to stay in scope and stop over-engineering
- Indie founders shipping a web MVP (Next.js, Supabase, Firebase) fast
Examples
- "Start building my MVP" → reads Phase 1 and proposes project init, env setup, and DB connection.
- "Implement user authentication" → auth provider setup, login/signup components, protected routes, tests, commit.
- "Get ready to launch" → deploy to production, add monitoring, run the security checklist (no hardcoded secrets, .env gitignored, dependency audit).
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/KhazP/vibe-coding-prompt-template/HEAD/.claude/skills/vibe-build/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .claude/skills/vibe-build folder from the GitHub repo KhazP/vibe-coding-prompt-template into my ~/.claude/skills/vibe-build/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/KhazP/vibe-coding-prompt-template.git /tmp/vibe-coding-prompt-template && mkdir -p ~/.claude/skills && cp -r /tmp/vibe-coding-prompt-template/.claude/skills/vibe-build ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/KhazP/vibe-coding-prompt-template.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r vibe-coding-prompt-template/.claude/skills/vibe-build ~/.claude/skills/ - To use the whole workflow, copy every folder inside
.claude/skills/(e.g. vibe-agents). - Restart Claude Code and confirm your project has
AGENTS.mdandagent_docs/(run/vibe-agentsfirst if not). - Say "start building my MVP" to trigger the skill.
View source on GitHub ↗License: MIT