better-auth

0
C

Better Auth library patterns. Only for projects using better-auth package.

CommandsAgentsMarketplace
#social providers#Auth#social#Auth library#better-auth description#providers#Generate auth#better-auth

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/better-auth
skilz install settlemint/agent-marketplace/better-auth --agent opencode
skilz install settlemint/agent-marketplace/better-auth --agent codex
skilz install settlemint/agent-marketplace/better-auth --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/better-auth ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

C
Score: 76/100 Click to see breakdown

Score Breakdown

Spec Compliance
14/15
PDA Architecture
21/30
Ease of Use
22/25
Writing Style
7/10
Utility
15/20
Modifiers: -3

Areas to Improve

  • Redundant MCP Search Examples
  • Missing TOC for 279-line File
  • No Reference Files for Plugin Details

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your better-auth skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 76/100, solidly in C territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Spec Compliance (14/15) — the frontmatter and naming conventions are tight. The weakest is Utility (15/20) — you've got good setup examples, but missing troubleshooting, verification loops, and templates that would make this genuinely useful for developers trying to integrate Better Auth.

What's Working Well

  • Excellent metadata and triggers — Your frontmatter covers library names, API patterns, hooks, and specific user intents like "passkey", "social", "2fa". This is going to surface the skill in the right contexts.
  • Clean terminology consistency — You clearly distinguish between server-side betterAuth and client-side authClient APIs throughout. That's exactly what developers need.
  • Solid quick-start structure — The 5-step workflow is logical and gets someone from zero to a working integration pretty quickly.

The Big One: Missing Verification & Troubleshooting

Why it matters: Developers will follow your setup steps, but they need feedback that it actually worked. Right now, your workflow has no validation between steps — step 3 is "install packages" and then you jump to "create handler" with zero confirmation.

Concrete fix:

  • After Step 3 (install packages), add: Verify: npm run build && npm start with expected output
  • Add a new section <troubleshooting> with common errors:
    • "BETTER_AUTH_SECRET not found" → "Generate with: openssl rand -hex 32"
    • "Port 3000 in use" → "Use a different port in config"
  • Create references/env-template.md with a compl...

AI-Detected Topics

Extracted using NLP analysis

social providers Auth social Auth library better-auth description providers Generate auth better-auth patterns plugins

Report Security Issue

Found a security vulnerability in this agent skill?