From backend
Provides instructions for the Better Auth email OTP plugin in Convex projects. Use when adding passwordless sign-in, email OTP authentication, one-time codes, email verification, or OTP-based password reset.
How this skill is triggered — by the user, by Claude, or both
Slash command
/backend:convex-auth-email-otpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Flow | When to use |
| Flow | When to use |
|---|---|
flows/setup/FLOW.md | Add the email OTP plugin to an existing Better Auth + Convex project |
flows/usage/FLOW.md | Email OTP API patterns: sign in, verify email, reset password, configuration |
npx claudepluginhub kvnwolf/devtools --plugin backendScaffold signin and signup authentication endpoints for a project. Use when the user wants to add authentication, create login/register flows, or set up auth from scratch.
Integrates Better Auth TypeScript authentication for Cloudflare D1 via Drizzle/Kysely, Next.js, Nuxt, and 15+ frameworks. Use for auth setup, D1 adapter errors, OAuth/2FA/RBAC.
Complete Better Auth - 40+ OAuth providers, 20+ plugins, all adapters, all frameworks. Use when implementing authentication, login, OAuth, 2FA, magic links, SSO, Stripe, SCIM, or session management.