Skip to content
Development
Command

/add-auth

Implement authentication system with comprehensive user management.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/add-auth

Context preview

What this command does when you run it.

Implement authentication system with comprehensive user management.

Command definition

add-auth.md

Implement authentication system with comprehensive user management.

Create authentication infrastructure:

  • Auth provider component with context for user state
  • Registration page with form validation and error handling
  • Login page with email/password authentication
  • Logout functionality with proper cleanup
  • Session management using JWT or session tokens
  • Protected route wrapper component
  • Middleware for authentication checking (middleware.ts)
  • User profile page with edit functionality
  • Password reset flow (request reset, verify token, set new password)
  • TypeScript types for User, Session, AuthState
  • API routes for auth operations (/api/auth/*)
  • Secure token storage (httpOnly cookies preferred)

Include proper security practices, CSRF protection, rate limiting, and accessibility. Support remember me and session persistence.

Read it on GitHub ↗
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked
Stats
7
Stars
0
Views
0
Forks
Quiet
Maintenance
MIT
License
9mo ago
Last commit
9mo ago
Created

Repo: LarouexNonprofitConsulting/larouex-fullstack-plugin