What problem does it solve?
This Skill removes the complexity of adding authentication to TypeScript and JavaScript projects by automating planning, configuration, and scaffolding for Better Auth so developers can ship secure login flows faster.
Core Features & Use Cases
- Project scanning & detection: Auto-detects framework, package manager, database/ORM, and any existing auth libraries to pre-fill decisions.
- Planning workflow: Produces a structured set of planning questions and an actionable checklist before implementation to avoid mismatches.
- Implementation guidance: Provides framework-specific route handlers, adapter instructions (Prisma, Drizzle, pg/mysql/sqlite, MongoDB), OAuth provider setup, email flows, plugins (2FA, organization), and UI page placement.
- Use Case: Convert a monorepo Next.js app with Prisma into a production-ready auth system with email/password, Google OAuth, migrations, and sign-in/up pages with minimal manual changes.
Quick Start
Create an auth implementation plan for my Next.js App Router project using Better Auth with PostgreSQL via Prisma, email/password and Google OAuth, and include adapter config, route handler file paths, and auth page filenames.