·better-auth-ts

Better Auth TypeScript/JavaScript authentication library. Use when implementing auth in Next.js, React, Express, or any TypeScript project. Covers email/password, OAuth, JWT, sessions, 2FA, magic links, social login with Next.js 16 proxy.ts patterns.

9Installs·0Trend·@naimalarain13

Installation

$npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill better-auth-ts

SKILL.md

Better Auth is a framework-agnostic authentication and authorization library for TypeScript.

| Drizzle | reference/drizzle.md | | Prisma | reference/prisma.md | | Kysely | reference/kysely.md | | MongoDB | reference/mongodb.md | | Direct DB | Use pg Pool directly (see templates) |

| Email/Password | examples/email-password.md | | Social OAuth | examples/social-oauth.md | | Two-Factor (2FA) | examples/two-factor.md | | Magic Link | examples/magic-link.md |

Better Auth TypeScript/JavaScript authentication library. Use when implementing auth in Next.js, React, Express, or any TypeScript project. Covers email/password, OAuth, JWT, sessions, 2FA, magic links, social login with Next.js 16 proxy.ts patterns. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill better-auth-ts
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is better-auth-ts?

Better Auth TypeScript/JavaScript authentication library. Use when implementing auth in Next.js, React, Express, or any TypeScript project. Covers email/password, OAuth, JWT, sessions, 2FA, magic links, social login with Next.js 16 proxy.ts patterns. Source: naimalarain13/hackathon-ii_the-evolution-of-todo.

How do I install better-auth-ts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/naimalarain13/hackathon-ii_the-evolution-of-todo --skill better-auth-ts 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/naimalarain13/hackathon-ii_the-evolution-of-todo