better-authbetter-authOfficialยท6 Agent Skills Included

skills

Secure authentication setup, hardening, and plugin configuration

Implements complete authentication for TypeScript apps using Better Auth, from scaffolding to production hardening. Covers email and password login, two-factor authentication, OAuth providers, organizations, teams, and role-based access control. Eliminates manual security mistakes with built-in guidance on rate limiting, CSRF protection, session management, and secret handling. Speeds up setup by auto-detecting frameworks, databases, and ORMs before generating working auth code.
npx skills add better-auth/skills --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Better Auth skills?โ–ผ

Run `npx skills add better-auth/skills --all -g -y` in your terminal to install all authentication skills globally.

How to add login to a Next.js app?โ–ผ

The create-auth skill scans your project, detects your framework and database, then generates the full Better Auth server config, route handler, and sign-in pages for you.

How to set up two-factor authentication?โ–ผ

The twoFactor skill configures TOTP authenticator apps, email or SMS one-time codes, backup codes, and trusted devices with production-ready security defaults.

How to secure a Better Auth deployment?โ–ผ

The security skill covers rate limiting, CSRF protection, trusted origins, secure cookies, OAuth token encryption, and audit logging with a full pre-launch checklist.

Does it support teams and organizations?โ–ผ

Yes. The organization skill handles multi-tenant orgs, member invitations, custom roles, teams, and role-based access control out of the box.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’