Sync 1235 plugin(s) marketplace metadata

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:53 +08:00
parent 813d39094e
commit a7d80356a3
1235 changed files with 22230 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "better-auth",
"owner": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"plugins": [
{
"name": "better-auth",
"description": "Build authentication systems for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, and RBAC. Self-hosted alternative to Clerk/Auth.js. IMPORTANT: Requires Drizzle ORM or Kysely for D1 - no direct D1 adapter. Use when: self-hosting auth on Cloudflare D1, migrating from Clerk, implementing multi-tenant SaaS, or troubleshooting D1 adapter errors, session serialization, OAuth flows.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-jezweb-claude-skills-skills-better-auth.git"
},
"strict": true
}
]
}