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.
Resources
3Install
npx skillscat add olorehq/olore/olore-clerk-latest Install via the SkillsCat registry.
SKILL.md
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/overview.mdx |
| Framework quickstarts | contents/getting-started/ |
| Authentication strategies | contents/guides/configure/auth-strategies/ |
| User management | contents/guides/users/ |
| Organizations | contents/guides/organizations/ |
| JavaScript/React API | contents/reference/javascript/ |
| Backend SDK | contents/reference/backend/ |
| Webhooks | contents/guides/development/webhooks/ |
When to use
Use this skill when the user asks about:
- User authentication and sign-in flows
- Session management and JWT tokens
- User management (CRUD, metadata, profiles)
- Organization features (multi-tenancy, roles, permissions)
- Social login (Google, GitHub, Microsoft, etc.)
- Enterprise SSO (SAML, OIDC)
- OAuth integration
- React/Next.js/Remix integration
- Clerk components and hooks
- Backend authentication with Node.js, Go, Ruby
- Webhooks and event handling
- Migration from other auth providers
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question:
- New users: Start with
getting-started/ - Authentication setup: Check
guides/configure/auth-strategies/ - User operations: Look in
guides/users/ - Organizations: Check
guides/organizations/ - API usage: Browse
reference/{framework}/ - Integration: Check
guides/development/integrations/
- New users: Start with
- Read specific files for details
TOC.md contains all 679 files organized by directory - always check it first.