clerk
Installation
SKILL.md
Clerk
Complete authentication and user management platform for modern web applications.
Quick Start
Install:
npm install @clerk/nextjs
Environment variables:
# .env.local
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
CLERK_SECRET_KEY=sk_test_...