Skip to content

better-auth/better-auth-cursor-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better Auth Cursor Plugin

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.

What's included

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)

Setup

Clone with submodules:

git clone --recurse-submodules https://github.com/better-auth/better-auth-cursor-plugin.git

Or if you already cloned:

git submodule update --init --recursive

Update skills

Pull the latest Better Auth skills:

git submodule update --remote better-auth-skills

Validate

node scripts/validate-plugin.mjs

Publish

  1. Ensure node scripts/validate-plugin.mjs passes.
  2. Push this repository publicly.
  3. Submit at cursor.com/marketplace/publish.

See the Cursor plugins reference for manifest and component rules.

License

MIT

About

A Cursor plugin for Better Auth

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from cursor/plugin-template