Mvp Builder Skill banner
antoriv123 antoriv123

Mvp Builder Skill

Testing community

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