.claude/skills/indie-hacker-mvp/SKILL.md
Fast MVP shipping patterns for indie hackers - ruthless prioritization, lean development
npx skillsauth add Pratikkadam254/LinkedinOutreach Indie Hacker MVP DevelopmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ship fast, validate fast, iterate based on feedback. This skill guides rapid MVP development.
Before writing code, answer these:
DO:
DON'T:
Week 1:
Week 2:
Frontend: React + Vite (fast dev server)
Backend: Convex (zero-config, real-time)
Auth: Clerk (5-minute setup)
UI: Shadcn/ui (copy-paste components)
Deployment: Vercel (push to deploy)
After someone uses your MVP, ask:
"Users can submit a lead form, and automatically receive
a personalized response email within 30 seconds."
"Users can submit leads, get auto-responses, view analytics
dashboard, set up custom workflows, integrate with CRM,
manage team permissions, and export reports."
When unsure, ask:
If the answer to #1 is no, don't build it yet.
development
Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
testing
Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling
testing
Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations
data-ai
Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes