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.
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.
Includes 3 official skills: agent-auth-cli, agent-auth-mcp, agent-auth-connectors.
3 skills198 installs63 stars
npx skills add better-auth/agent-auth -y
Individual skills
10 skills from Better Auth
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.
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.