Mvp Builder Skill
Description
Claude Code skill for building production-quality web apps and MVPs from scratch. Full workflow: spec → branding → landing → app → launch. Next.js + Tailwind + shadcn/ui + Neon + motion/react.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
MVP Builder — Claude Code Skill
Skill densa y completa para construir apps web, MVPs y productos digitales de principio a fin con Claude Code — desde la idea hasta el App Store.
**Basado en patrones reales de producción**: 25+ páginas, 40+ endpoints, 20+ tablas, ~250 tests, iOS nativo, APNs, RevenueCat, Stripe, Sign in with Apple.
Qué cubre
Flujo completo en 13 fases:
[0] Intake → preguntas obligatorias antes de cualquier línea de código
[1] Spec → documento de diseño (visión, features, stack, timeline)
[2] Branding → nombre, paleta, tipografía, voz
[3] Setup → Next.js + Tailwind + shadcn + Neon + deps
[4] Landing → hero + phone mockup + features scroll + FAQ + waitlist
[5] Core app → middleware + auth + db + app shell + CRUD principal
[6] Features → IA, import, onboarding wizard, insights
[7] Premium feel → haptics, momentos hero, animaciones premium
[8] Gamificación → streaks, achievements, engagement
[9] Privacidad → GDPR, sub-processors, delete cascade, consent
[10] Mobile iOS → Capacitor, push APNs, biometrics, Sign in with Apple
[11] Paywall → Stripe (web) + RevenueCat (nativo), trial + onboarding largo
[12] Polish → PWA, offline, observabilidad, admin
[13] Launch → ASO, screenshots, App Store, beta testers, blitz contenido
Estructura
mvp-builder/
├── SKILL.md # Orquestador (intake + 13 fases + referencias)
├── design-system.md # CSS variables, animaciones, phone mockup, hero
└── references/ # 18 archivos densos, cargar solo cuando se necesite
├── intake-questions.md # 6 secciones obligatorias antes de código
├── auth-email-password.md # JWT + bcrypt + lockout + rate limit
├── auth-apple-signin.md # Sign in with Apple completo (JWKS + linking)
├── capacitor-ios-setup.md # Config, entitlements, build, PrivacyInfo
├── push-notifications.md # APNs HTTP/2 + Web Push VAPID unificado
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing