Better Auth/providers — Agent Skills | officialskills.sh
Back to skills

providers

officialdevelopment

Displays configuration details and setup instructions for Better Auth authentication providers.

Setup & Installation

npx skills add https://github.com/better-auth/skills --skill better-auth-providers
or paste the link and ask your coding assistant to install it
https://github.com/better-auth/skills/tree/main/better-auth/providers
View on GitHub

What This Skill Does

Displays configuration details and setup instructions for Better Auth authentication providers. Shows OAuth providers, email/password, magic links, and passwordless options, with code examples for each.

Instead of digging through the Better Auth docs to find client ID fields and callback URL formats for each provider, this surfaces the exact config and code snippet for any provider on demand.

When to use it

  • Looking up the required env vars for GitHub OAuth in Better Auth
  • Checking which callback URL format Better Auth expects for Google sign-in
  • Comparing setup steps between Discord and Twitter OAuth providers
  • Generating integration code for a specific provider while writing auth routes
  • Reviewing special requirements for passwordless authentication setup