olorehq

olore-clerk-latest

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.

olorehq 67 4 Updated 3mo ago

Resources

3
GitHub

Install

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

  1. First, read TOC.md for complete file listing organized by directory
  2. 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/
  3. Read specific files for details

TOC.md contains all 679 files organized by directory - always check it first.