·better-auth
!

better-auth

akornmeier/claude-config

Guide for implementing Better Auth - a framework-agnostic authentication and authorization framework for TypeScript. Use when adding authentication features like email/password, OAuth, 2FA, passkeys, or advanced auth functionality to applications.

2Installs·0Trend·@akornmeier

Installation

$npx skills add https://github.com/akornmeier/claude-config --skill better-auth

SKILL.md

Better Auth is a comprehensive, framework-agnostic authentication and authorization framework for TypeScript that provides built-in support for email/password authentication, social sign-on, and a powerful plugin ecosystem for advanced features.

Generate secret: Use openssl or a random string generator (min 32 characters).

Create auth.ts in project root, lib/, utils/, or nested under src/, app/, or server/:

Guide for implementing Better Auth - a framework-agnostic authentication and authorization framework for TypeScript. Use when adding authentication features like email/password, OAuth, 2FA, passkeys, or advanced auth functionality to applications. Source: akornmeier/claude-config.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/akornmeier/claude-config --skill better-auth
Category
!Security
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is better-auth?

Guide for implementing Better Auth - a framework-agnostic authentication and authorization framework for TypeScript. Use when adding authentication features like email/password, OAuth, 2FA, passkeys, or advanced auth functionality to applications. Source: akornmeier/claude-config.

How do I install better-auth?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/akornmeier/claude-config --skill better-auth Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/akornmeier/claude-config