Skip to main content
ClaudeWave
Skill3.1k repo starsupdated yesterday

vibe-build

The vibe-build skill executes the final step of the vibe-coding workflow by constructing an MVP incrementally based on the plan documented in AGENTS.md. Use this skill when a user requests to begin coding, start building their MVP, or implement specific project features. The skill manages session continuity, implements features one at a time following established code patterns, and verifies each component through testing and manual verification before proceeding to the next task.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/KhazP/vibe-coding-prompt-template /tmp/vibe-build && cp -r /tmp/vibe-build/templates/.claude/skills/vibe-build ~/.claude/skills/vibe-build
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Vibe Build

Read `AGENTS.md`, `agent_docs/project_brief.md`, `agent_docs/tech_stack.md`, `agent_docs/code_patterns.md`, `agent_docs/testing.md`, and the active task/spec.

Workflow:
1. Summarize the current phase and acceptance criteria.
2. Propose the smallest safe implementation plan.
3. Build one feature at a time.
4. Run the documented checks.
5. For AI/MCP/tool changes, run the documented direct, indirect, negative, auth-required, failure, trajectory, approval, and data-boundary checks.
6. Update `MEMORY.md` with major decisions or completed phases.
7. Return evidence: changed files, commands, results, screenshots/browser notes if applicable, AI eval/tool-call evidence if applicable, unresolved risks, and rollback notes.

Do not auto-approve untrusted MCP servers, shell/write/network tools, production actions, billing actions, or destructive changes.