auth-scaffold

Installation
SKILL.md

Auth Scaffold

Before generating any output, read config/defaults.md and adapt all patterns, imports, and code examples to the user's configured stack.

Generation Process

  1. Determine auth requirements (providers, session strategy, RBAC)
  2. Generate Auth.js configuration
  3. Generate auth helper and route handler
  4. Generate sign-in/sign-out components
  5. Generate middleware for route protection

Auth.js Configuration

Create auth.ts at the project root:

Related skills
Installs
3
GitHub Stars
3
First Seen
Feb 25, 2026