| name | olore-clerk-latest |
| description | Local Clerk documentation reference (latest). Clerk authentication documentation. Use for user authentication, session management, organizations, OAuth, social login, React/Next.js integration, and user management. |
Clerk Documentation
Clerk authentication documentation. Use for user authentication, session management, organizations, OAuth, social login, React/Next.js integration, and user management.
Quick Reference
| Task | Entry Point |
|---|
| Getting started | contents/getting-started/quickstart.mdx |
| Framework quickstarts | contents/getting-started/quickstart.{framework}.mdx |
| Core concepts | contents/getting-started/core-concepts.mdx |
| Next.js SDK reference | contents/reference/nextjs/overview.mdx |
| React hooks | contents/reference/hooks/overview.mdx |
| Backend SDK (Node) | contents/reference/backend/overview.mdx |
| UI components | contents/reference/components/ |
| Custom sign-in/sign-up flows | contents/guides/development/custom-flows/ |
| OAuth / social login config | contents/guides/configure/auth-strategies/social-connections/ |
| Organizations | contents/guides/organizations/ |
When to use
Use this skill when the user asks about:
- Authentication and sign-in/sign-up flows (email, password, social, passkeys, SSO)
- Session management and JWT tokens
- Organizations, roles, and permissions (RBAC)
- Clerk SDK integration (Next.js, React, Astro, Expo, Express, Vue, Nuxt, Ruby, Go, etc.)
- UI components (
<SignIn>, <SignUp>, <UserButton>, <ClerkProvider>, etc.)
- React hooks (
useAuth, useUser, useSession, useOrganization, etc.)
- Backend SDK methods (user CRUD, sessions, invitations, organizations)
- Webhooks from Clerk
- Custom flows and headless UI (Elements)
- Machine-to-machine (M2M) authentication and API keys
- Billing and subscription management
- Appearance customization and theming
How to find information
- First, read
TOC.md for complete file listing organized by directory
- Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.