better-auth
Better Auth library patterns. Only for projects using better-auth package.
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-authskilz install settlemint/agent-marketplace/better-auth --agent opencodeskilz install settlemint/agent-marketplace/better-auth --agent codexskilz install settlemint/agent-marketplace/better-auth --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplacecp -r agent-marketplace/devtools/skills/better-auth ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
C Score: 76/100 Click to see breakdown
Score Breakdown
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
betterAuthand client-sideauthClientAPIs 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 startwith 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"
- "BETTER_AUTH_SECRET not found" → "Generate with:
- Create
references/env-template.mdwith a compl...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.