What problem does it solve?
Authenticating users and securing APIs is repetitive, error-prone, and time-consuming; this Skill provides a guided framework to implement robust authentication with Better Auth across TypeScript/JavaScript projects.
Core Features & Use Cases
- Guided planning: scans project structure to detect framework, database/ORM, and existing auth to pre-fill defaults and reduce questions.
- End-to-end integration: generates server and client scaffolding, route handlers, adapters, and environment configuration for a cohesive auth solution.
- Real-world scenarios: ideal for adding auth to Next.js, Express, or Hono apps, including email/password, social OAuth, and password reset flows, with reusable templates.
- Use Case: When starting a new project or migrating an existing app, run this Skill to bootstrap a complete, production-ready authentication layer with minimal manual setup.
Quick Start
Begin by running the Planning phase to scan the project and generate a complete auth integration plan.