Agent Plugins Marketplace
← All plugins

better-auth

v1.6.1

Better Auth authentication framework skills for JavaScript/TypeScript projects

CodexClaude Code1 Skill

By Better AuthLicense: MIT15 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install better-auth for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add better-auth@pleaseai

Paste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.

Compatibility: the page URL and API slug “better-auth” remain stable.

  • Codex: better-auth@agent-plugin-marketplace → better-auth@pleaseai

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pleaseai/claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/better-auth/.

Plugin files

plugins/better-auth/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/use-better-auth/SKILL.md

Included Skills1

use-better-authskills/use-better-auth/SKILL.md

Answer questions about better-auth and help build authentication features. Use when developers: (1) ask about better-auth APIs like `betterAuth`, `auth.api.*`, `authClient.*`; (2) wire up sign-in / sign-up / sessions; (3) integrate framework adapters (Next.js, Nuxt, SvelteKit, Hono, Astro, Bun, Express); (4) add plugins (organization, two-factor, magic-link, passkey, oauth-proxy); (5) configure DB adapters (Prisma, Drizzle, Kysely, Mongoose). Triggers on: "better-auth", "betterAuth", "authClient", "sign in flow", "auth session", "social login", "magic link", "passkey", "organization plugin".

Plugin manifests2

plugins/better-auth/.codex-plugin/plugin.json
{
  "name": "better-auth",
  "version": "1.6.1",
  "description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
  "author": {
    "name": "Better Auth",
    "url": "https://github.com/better-auth"
  },
  "interface": {
    "displayName": "Better Auth",
    "shortDescription": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
    "longDescription": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
    "developerName": "Better Auth",
    "category": "Development",
    "capabilities": [
      "Skill"
    ],
    "defaultPrompt": [
      "Help me use Better Auth for my current task."
    ]
  },
  "repository": "https://github.com/better-auth/skills",
  "license": "MIT",
  "keywords": [
    "better-auth",
    "authentication",
    "auth",
    "typescript"
  ],
  "skills": "./skills/"
}
plugins/better-auth/.claude-plugin/plugin.json
{
  "name": "better-auth",
  "version": "1.6.1",
  "description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
  "author": {
    "name": "Better Auth",
    "url": "https://github.com/better-auth"
  },
  "repository": "https://github.com/better-auth/skills",
  "license": "MIT",
  "keywords": [
    "better-auth",
    "authentication",
    "auth",
    "typescript"
  ],
  "skills": [
    "./skills/",
    "./.agents/skills/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[better-auth on Agent Plugins Marketplace](https://pluginsmp.com/plugins/better-auth)