Auth Setup
Add authentication and authorization to any web project in minutes
sv install webcrafter/auth-setup
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/auth-setup/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/auth-setup/ directory.
curl -sL https://skillvault.md/api/packages/webcrafter/auth-setup/download -o auth-setup.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/webcrafter/auth-setup/download
Download the zip, extract, and copy the relevant files into your project.
Auth Setup
Stop spending days on auth. Describe your auth requirements and get a complete implementation with login, signup, sessions, roles, and protected routes.
Skills
- auth-scaffold — generates auth flows for Clerk, NextAuth, Lucia, Passport, or custom JWT
- rbac-gen — implements role-based access control with middleware and DB schema
- oauth-config — sets up OAuth providers (Google, GitHub, Discord, etc.) with correct scopes and callbacks
Agent: auth-advisor
Helps you choose the right auth strategy for your project, considering your stack, scale, and compliance requirements.
sv install webcrafter/auth-setupNo version history available.
Set up Clerk auth with RBAC in 10 minutes. The OAuth config skill handles redirect URIs and scopes correctly, which is usually the most annoying part. Great time saver.