Cursor Marketplace plugin that packages Better Auth agent skills and commands.
Skills are pulled from the official better-auth/skills repository via a git submodule.
| Component | Source |
|---|---|
| Skills | better-auth-skills/better-auth/ (create-auth, best-practices, emailAndPassword, organization, twoFactor) |
| Commands | better-auth-skills/better-auth/commands/ (explain-error, providers) |
Clone with submodules:
git clone --recurse-submodules https://github.com/better-auth/better-auth-cursor-plugin.gitOr if you already cloned:
git submodule update --init --recursivePull the latest Better Auth skills:
git submodule update --remote better-auth-skillsnode scripts/validate-plugin.mjs- Ensure
node scripts/validate-plugin.mjspasses. - Push this repository publicly.
- Submit at cursor.com/marketplace/publish.
See the Cursor plugins reference for manifest and component rules.
MIT