clerk/skills
These skills were imported into SkillJury from the public skills ecosystem.
clerk-backend-api
by clerk/skills
Source details, install context, and public review data are available on the full page.
clerk-swift
by clerk/skills
This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current ClerkKit/ClerkKitUI behavior.
clerk-nextjs-patterns
by clerk/skills
Version : Check package.json for the SDK version — see clerk skill for the version table. Core 2 differences are noted inline with > **Core 2 ONLY (skip if current SDK):** callouts.
clerk
by clerk/skills
Check package.json to determine the Clerk SDK version. This determines which patterns to use:
clerk-custom-ui
by clerk/skills
Prerequisite : Ensure ClerkProvider wraps your app. See setup/ .
clerk-setup
by clerk/skills
Version : Check package.json for the SDK version — see clerk skill for the version table. Core 2 differences are noted inline with > **Core 2 ONLY (skip if current SDK):** callouts.
clerk-webhooks
by clerk/skills
Prerequisite : Webhooks are asynchronous. Use for background tasks (sync, notifications), not synchronous flows.
clerk-orgs
by clerk/skills
Prerequisite : Enable Organizations in Clerk Dashboard first.
clerk-testing
by clerk/skills
Test auth = isolated session state. Each test needs fresh auth context.