What problem does it solve?
This Skill fills the gap between model training cutoffs and Clerk's current APIs by providing concise, verified migration guidance so developers avoid outdated patterns, deprecated calls, and broken implementations when using Clerk in production.
Core Features & Use Cases
- Core 3 migration guidance: package renames, method-chaining custom flows, async clerkClient, Show component usage, and session token v2 claims.
- Backend and SDK notes: Go SDK v2 patterns, Python backend package conventions, machine token auth, middleware changes, and frontend API proxying.
- Billing, organizations, and integrations: billing hooks and components, enterprise_sso/enterprise connections, role sets and permissions, and MCP/OAuth integration examples.
- Use Case: Upgrade a Next.js + API backend app from Clerk Core 2 to Core 3 and verify middleware, billing integration, and SSO behavior without regressions.
Quick Start
Load the clerk-knowledge-patch and ask the assistant to scan your project and list required Core 3 API replacements, middleware updates, and billing or SDK changes.