Rapidly prototype and build modern web applications from scratch with creative, experimental approach. Use when prototyping new apps, building in creative flow, or experimenting with modern frameworks locally without hosted builder constraints.
<when_to_use> Use this skill when you want to:
<key_capabilities> Unlike hosted vibe-coding tools (Lovable, Bolt, v0):
<required_inputs>
<out_of_scope>
npx create-next-app@latest)<required_artifacts>
# Install dependencies
npm install
# Type checking
npm run type-check # or tsc --noEmit
# Linting
npm run lint
# Tests
npm test
# Build verification
npm run build
# Run locally
npm run dev
<success_criteria> The skill is complete when:
<safety_and_escalation>
.env.local and document in README<documentation_references> Always search for and reference the most current documentation:
Before implementing any feature, search these docs to ensure you're using current APIs and best practices. </documentation_references>
<seo_and_web_vitals> For public-facing applications, automatically implement: