Skip to main content

← All sources

Better Auth skills

Auth setup, email/password, organizations, 2FA, security skills-hub.ai mirrors 5 skills from Better Auth daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/better-auth/skills

Installing a Better Auth skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Better Auth skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Better Auth skills via API
curl https://skills-hub.ai/api/v1/skills?source=better-auth

# Browse all sources
open https://skills-hub.ai/sources

Top Better Auth skills

See all →

The most-installed skills from Better Auth, ranked by adoption.

  1. 01better-auth-best-practices

    1 installs

    Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

    Buildfrom Better Auth
  2. 02create-auth-skill

    1 installs

    Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth.

    Buildfrom Better Auth
  3. 03two-factor-authentication-best-practices

    Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth's twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or login security with Better Auth.

    Buildfrom Better Auth
  4. 04email-and-password-best-practices

    Configure email verification, implement password reset flows, set password policies, and customise hashing algorithms for Better Auth email/password authentication. Use when users need to set up login, sign-in, sign-up, credential authentication, or password security with Better Auth.

    Buildfrom Better Auth
  5. 05organization-best-practices

    Configure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth's organization plugin. Use when users need org setup, team management, member roles, access control, or the Better Auth organization plugin.

    Buildfrom Better Auth

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:15 PM (success).

Better Auth skills — frequently asked

What are Better Auth skills?

Better Auth skills are AI coding skills published by Better Auth (Auth setup, email/password, organizations, 2FA, security) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Better Auth skills are available?

skills-hub.ai indexes 5 skills from Better Auth, synced daily from the upstream GitHub repository (https://github.com/better-auth/skills).

How do I install a Better Auth skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Better Auth skills?

Yes. Every skill from this source is mirrored from Better Auth's own GitHub repository (https://github.com/better-auth/skills). Each skill page links back to the upstream source of truth, so you can verify the original.