create-auth-skill
Automates Better Auth setup for TS/JS apps, generating framework-specific configs, database migrations, and auth UI.
Install
npx skills add https://github.com/better-auth/skills --skill create-auth-skillStats
| Total installs | 11,399 |
| Weekly installs | 11.3K |
| GitHub stars | 163 |
| First seen | Jan 19, 2026 |
| Source | @better-auth/skills |
Summary
- Detects frameworks (Next.js, SvelteKit, Nuxt, Astro, Express, Hono), databases (Prisma, Drizzle, MongoDB, raw drivers), and existing auth libraries through project scanning
- Supports email/password, OAuth (Google, GitHub, Apple, Microsoft, Discord, Twitter), magic links, passkeys, and phone authentication with configurable email verification and password reset
- Includes plugins for two-factor authentication, organizations/teams, admin dashboards, API bearer tokens, and enterprise SSO via scoped packages
- Generates server config (auth.ts), client config (auth-client.ts), route handlers, database migrations, and auth UI pages tailored to your framework and requirements
Tags
Related skills
| Skill | Installs | vs create-auth-skill |
|---|---|---|
| skill-vetter | 11,916 | +517 |
| security-best-practices | 14,114 | +2,715 |
| azure-aigateway | 145,542 | +134,143 |
| supabase-postgres-best-practices | 54,199 | +42,800 |
| nestjs-best-practices | 9,419 | -1,980 |
FAQ
- How many installs does create-auth-skill have?
- create-auth-skill has 11,399 total installs and 11.3K installs this week.
- Where is create-auth-skill hosted?
- create-auth-skill is published by @better-auth/skills at https://github.com/better-auth/skills.
- How many GitHub stars does create-auth-skill have?
- create-auth-skill has 163 GitHub stars.
- When was create-auth-skill first indexed?
- OrangeBot.AI first indexed create-auth-skill on Jan 19, 2026.
- How do I install create-auth-skill?
- Run: npx skills add https://github.com/better-auth/skills --skill create-auth-skill