ccc-saaslisted
Install: claude install-skill KevinZai/commander
# ccc-saas
> Load ONE skill. Get the entire SaaS stack. 21 skills from scaffold to scale.
## What's Inside
| Area | Skills |
|------|--------|
| Routing & Scaffold | saas-router, saas-scaffolder |
| Auth & Users | better-auth (email/password, OAuth, RBAC, 2FA, magic links) |
| Database | database-designer, drizzle-neon |
| API | api-design, backend-patterns, fastify-api |
| Frontend | nextjs-app-router, shadcn-ui, tailwind-v4 |
| Billing | stripe-subscriptions, billing-automation |
| Growth | saas-metrics-coach, signup-flow-cro, paywall-upgrade-cro, form-cro |
| Advanced | multi-tenant, webhook-patterns, feature-flags |
## Routing Matrix
| Your Intent | Route To |
|-------------|----------|
| "Scaffold a new SaaS" | `saas-scaffolder` |
| "Set up auth" / "Add login" | `better-auth` |
| "Add billing" / "Stripe setup" | `stripe-subscriptions` + `billing-automation` |
| "Design my database" | `database-designer` + `drizzle-neon` |
| "Build the frontend" / "UI" | `nextjs-app-router` + `shadcn-ui` + `tailwind-v4` |
| "Build an API" | `api-design` + `fastify-api` + `backend-patterns` |
| "Track MRR" / "Churn analysis" | `saas-metrics-coach` |
| "Improve signup conversion" | `signup-flow-cro` |
| "Pricing page" / "Trial conversion" | `paywall-upgrade-cro` |
| "Multi-tenant" / "B2B SaaS" | `multi-tenant` |
| "Webhooks" | `webhook-patterns` |
| "Feature flags" / "Gradual rollout" | `feature-flags` |
## Campaign Templates
### Greenfield SaaS (Zero to MVP)
1. `saas-scaffolder` → g