# Better Auth AI Agent Skills

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.

Official page: https://skillscout.sh/official/better-auth/
Markdown page: https://skillscout.sh/official/better-auth/better-auth_skills_skillscout.md
Vendor website: https://www.better-auth.com/

## Prompt for your agent

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

### 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.

Install:

```bash
npx skills add better-auth/skills -y
```

Source: https://www.skills.sh/official#better-auth/skills

### better-auth/better-icons

Includes 1 official skill: better-icons.

Install:

```bash
npx skills add better-auth/better-icons -y
```

Source: https://www.skills.sh/official#better-auth/better-icons

### better-auth/agent-auth

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

Install:

```bash
npx skills add better-auth/agent-auth -y
```

Source: https://www.skills.sh/official#better-auth/agent-auth

## Individual skills

### best-practices

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

Install:

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

Package: better-auth/skills
Source: https://github.com/better-auth/skills/tree/HEAD/better-auth/best-practices

### organization

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

Install:

```bash
npx skills add better-auth/skills@organization -y
```

Package: better-auth/skills
Source: https://github.com/better-auth/skills/tree/HEAD/better-auth/organization

### create-auth

Scaffolds authentication into TypeScript/JavaScript apps using Better Auth.

Install:

```bash
npx skills add better-auth/skills@create-auth -y
```

Package: better-auth/skills
Source: https://github.com/better-auth/skills/tree/HEAD/better-auth/create-auth

### security

Official Better Auth skill from better-auth/skills.

Install:

```bash
npx skills add better-auth/skills@security -y
```

Package: better-auth/skills
Source: https://github.com/better-auth/skills/tree/HEAD/security

### emailandpassword

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

Install:

```bash
npx skills add better-auth/skills@emailandpassword -y
```

Package: better-auth/skills
Source: https://github.com/better-auth/skills/tree/HEAD/better-auth/emailandpassword

### twofactor

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

Install:

```bash
npx skills add better-auth/skills@twofactor -y
```

Package: better-auth/skills
Source: https://github.com/better-auth/skills/tree/HEAD/better-auth/twofactor

### better-icons

Official Better Auth skill from better-auth/better-icons.

Install:

```bash
npx skills add better-auth/better-icons@skills -y
```

Package: better-auth/better-icons
Source: https://github.com/better-auth/better-icons/tree/HEAD/skills

### agent-auth-cli

Official Better Auth skill from better-auth/agent-auth.

Install:

```bash
npx skills add better-auth/agent-auth@agent-auth-cli -y
```

Package: better-auth/agent-auth
Source: https://github.com/better-auth/agent-auth/tree/HEAD/skills/agent-auth-cli

### agent-auth-mcp

Official Better Auth skill from better-auth/agent-auth.

Install:

```bash
npx skills add better-auth/agent-auth@agent-auth-mcp -y
```

Package: better-auth/agent-auth
Source: https://github.com/better-auth/agent-auth/tree/HEAD/skills/agent-auth-mcp

### agent-auth-connectors

Official Better Auth skill from better-auth/agent-auth.

Install:

```bash
npx skills add better-auth/agent-auth@agent-auth-connectors -y
```

Package: better-auth/agent-auth
Source: https://github.com/better-auth/agent-auth/tree/HEAD/skills/agent-auth-connectors

## better-auth/skills package overview

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-practices: Covers Better Auth server and client setup, including database adapter configuration, session management, plugin integration, and environment variable handling.
- organization: The Better Auth organization plugin adds multi-tenant support to your auth setup.
- create-auth: Scaffolds authentication into TypeScript/JavaScript apps using Better Auth.
- security: Official Better Auth skill from better-auth/skills.
- emailandpassword: Handles email/password authentication for Better Auth, covering sign-up, sign-in, email verification, password reset flows, and password hashing configuration.
- twofactor: Adds two-factor authentication to Better Auth apps via TOTP authenticator apps, email/SMS OTP codes, and backup codes.

### Install

Install the full package:

```bash
npx skills add better-auth/skills -y
```

Install a specific skill:

```bash
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 repository.

Source: https://github.com/better-auth/skills#readme
