Official skills publisher Verified Skillscout rank 208

Better Auth

Better Auth publishes official AI agent skills for its tools, services, and developer workflows.

Browse 10 official AI agent skills across 3 Better Auth repositories, with install commands and source links.

10 Skills
3 Repositories
274,287 Installs
1,544 GitHub stars

Install

Add Better Auth skills to your agent

Install a full repository package, then let your agent activate the right skill for the task.

Ask your agent

Prompt

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/better-auth/better-auth_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Better Auth skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

Skills packages

3 official repositories

Covers best-practices, organization, create-auth, security, emailandpassword, twofactor. Covers Better Auth server and client setup, including database adapter configuration, session management, plugin integration, and environment variable handling. The Better Auth organization plugin adds multi-tenant support to your auth setup.

6 skills 267,302 installs 214 stars
npx skills add better-auth/skills -y

Includes 1 official skill: better-icons.

1 skill 6,787 installs 1,267 stars
npx skills add better-auth/better-icons -y

Includes 3 official skills: agent-auth-cli, agent-auth-mcp, agent-auth-connectors.

3 skills 198 installs 63 stars
npx skills add better-auth/agent-auth -y

10 skills

better-auth/skills 6 skills

best-practices

Covers Better Auth server and client setup, including database adapter configuration, session management, plugin integration, and environment variable handling.

better-auth/skills 105,400 installs
View source

organization

The Better Auth organization plugin adds multi-tenant support to your auth setup.

better-auth/skills 31,400 installs
View source

create-auth

Scaffolds authentication into TypeScript/JavaScript apps using Better Auth.

better-auth/skills 29,900 installs
View source

security

better-auth/skills 29,800 installs
View source

emailandpassword

Handles email/password authentication for Better Auth, covering sign-up, sign-in, email verification, password reset flows, and password hashing configuration.

better-auth/skills 0 installs
View source

twofactor

Adds two-factor authentication to Better Auth apps via TOTP authenticator apps, email/SMS OTP codes, and backup codes.

better-auth/skills 0 installs
View source
better-auth/better-icons 1 skill

better-icons

better-auth/better-icons 4,100 installs
View source
better-auth/agent-auth 3 skills

agent-auth-cli

better-auth/agent-auth 81 installs
View source

agent-auth-mcp

better-auth/agent-auth 80 installs
View source

agent-auth-connectors

better-auth/agent-auth 5 installs
View source

Repository documentation

better-auth/skills package overview

better-auth/skills/README.md View on GitHub

better-auth/skills

Covers best-practices, organization, create-auth, security, emailandpassword, twofactor. Covers Better Auth server and client setup, including database adapter configuration, session management, plugin integration, and environment variable handling. The Better Auth organization plugin adds multi-tenant support to your auth setup.

Top skills in this package

best-practicesCovers Better Auth server and client setup, including database adapter configuration, session management, plugin integration, and environment variable handling.
organizationThe Better Auth organization plugin adds multi-tenant support to your auth setup.
create-authScaffolds authentication into TypeScript/JavaScript apps using Better Auth.
securityOfficial Better Auth skill from better-auth/skills.
emailandpasswordHandles email/password authentication for Better Auth, covering sign-up, sign-in, email verification, password reset flows, and password hashing configuration.
twofactorAdds two-factor authentication to Better Auth apps via TOTP authenticator apps, email/SMS OTP codes, and backup codes.

Install

Install the full package:

npx skills add better-auth/skills -y

Install a specific skill:

npx skills add better-auth/skills@best-practices -y

Use the package when you want your agent to choose the relevant skill from this official Better Auth repository.

View better-auth/skills on GitHub
Copied