vibe-coding
Installation
SKILL.md
Vibe Coding
Overview
Vibe coding is building software primarily through natural language prompts to AI coding agents. Done well, it dramatically accelerates development — the AI writes boilerplate, implements features, fixes bugs, and handles routine tasks while you focus on decisions, architecture, and quality. Done poorly, it produces a mess of half-working code that's hard to reason about.
The difference between productive vibe coding and chaos comes down to structure, context, and iteration.
Instructions
The core loop
Spec → Generate → Review → Test → Iterate