Production-ready authentication framework for TypeScript with first-class Cloudflare D1 support. Use this skill when building auth systems as a self-hosted alternative to Clerk or Auth.js, particularly for Cloudflare Workers projects. Supports social providers (Google, GitHub, Microsoft, Apple), email/password, magic links, 2FA, passkeys, organizations, and RBAC. Prevents 10+ common authentication errors including session serialization issues, CORS misconfigurations, D1 adapter setup, social provider OAuth flows, and JWT token handling.
$npx -y skills add jackspace/claudeskillz --skill better-authInstalls into the current project.
Run `npx skills use "https://github.com/jackspace/claudeskillz" --skill "jackspace/claudeskillz/better-auth"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jackspace/claudeskillz" that are relevant to the current task. Run `npx skills add "https://github.com/jackspace/claudeskillz"` and select the relevant skills, then follow their instructions.