C

Clerk Skills

audit-clerk-skill
clerk
Audits the bundled `clerk-cli` skill against the Clerk CLI source tree and proposes or applies updates. Use when the user says "audit the clerk-cli skill",…
official
audit-clerk-skill
clerk
Audits the Clerk CLI source tree and proposes updates to the bundled `clerk-cli` skill so it stays in sync with the binary. Use when the user says "audit the…
official
audit-expo-skill
clerk
Audits the bundled `clerk-expo` skill against the @clerk/expo SDK source and clerk-docs, then proposes or applies updates. Use when the user says "audit the…
official
changesets
clerk
Create or refresh a `.changeset/<slug>.md` for the current branch, or report that none is required. Triggers on "/changesets create", "add a changeset",…
official
clerk
clerk
Intelligenter Router, der Authentifizierungsaufgaben basierend auf Ihrem Framework und Anwendungsfall an spezialisierte Clerk-Fähigkeiten weiterleitet. Leitet an acht spezialisierte Fähigkeiten weiter, die Einrichtung, benutzerdefinierte UI, Next.js-Muster, Organisationen, Webhooks, Tests, natives iOS/Android und Backend-API abdecken. Erkennt die Clerk SDK-Version (Core 2 LTS vs. aktuell) aus package.json, um korrekte Muster und APIs anzuwenden. Deckt Web-Frameworks (Next.js, React, Expo, React Router, TanStack Start) und native Plattformen (Swift/iOS, Kotlin/Android) ab...
official
clerk
clerk
Intelligent router that directs authentication tasks to specialized Clerk skills based on your framework and use case. Routes to eight specialized skills covering setup, custom UI, Next.js patterns, organizations, webhooks, testing, native iOS/Android, and backend API Detects Clerk SDK version (Core 2 LTS vs. current) from package.json to apply correct patterns and APIs Covers web frameworks (Next.js, React, Expo, React Router, TanStack Start) and native platforms (Swift/iOS, Kotlin/Android)...
official
clerk
clerk
Die clerk-Binärdatei ist ein vorauthentifiziertes Gateway zur Clerk Backend API und Platform API, plus projektbezogene Werkzeuge (Authentifizierung, Verknüpfung, Umgebungsabrufe, Instanzkonfiguration). Wenn der Benutzer etwas in Bezug auf eine Clerk-Ressource fragt, greifen Sie zuerst zu clerk, anstatt curl manuell zu verwenden.
official
clerk-android
clerk
Implement Clerk authentication for native Android apps using Kotlin and Jetpack Compose with clerk-android source-guided patterns. Use for prebuilt…
official
clerk-android
clerk
Implementieren Sie Clerk-Authentifizierung für native Android-Apps mit Kotlin und
official
clerk-astro-patterns
clerk
Astro-Muster mit Clerk — Middleware, SSR-Seiten, Island-Komponenten, API-Routen, statisches vs. SSR-Rendering. Ausgelöst durch: astro clerk, clerk astro middleware,…
official
clerk-astro-patterns
clerk
Astro-Muster mit Clerk — Middleware, SSR-Seiten, Inselkomponenten,
official
clerk-backend-api
clerk
Clerk Backend REST API explorer and executor. Browse tags, inspect endpoint schemas, and execute authenticated requests. Use when listing users, managing…
official
clerk-backend-api
clerk
Clerk Backend REST API-Explorer und -Ausführer. Tags durchsuchen, Endpunkt-Schemata inspizieren und authentifizierte Anfragen ausführen. Verwenden beim Auflisten von Benutzern, Verwalten…
official
clerk-billing
clerk
Clerk Billing für Abonnementverwaltung – rendert Clerk's PricingTable
official
clerk-billing
clerk
Clerk Billing for subscription management - render Clerk's PricingTable and in-app checkout drawer, configure subscription plans, seat-limit plans for B2B,…
official
clerk-chrome-extension-patterns
clerk
Chrome Extension-Authentifizierung mit @clerk/chrome-extension -- Popup/Sidepanel-Einrichtung, syncHost für OAuth/SAML über Web-App, createClerkClient für Service Worker und…
official
clerk-chrome-extension-patterns
clerk
Chrome-Erweiterungsauthentifizierung mit @clerk/chrome-extension -- Popup/Seitenleiste
official
clerk-cli
clerk
Operate the Clerk CLI (`clerk` binary) for authentication, user/org/session management, impersonation, local webhook testing, deploy verification, instance…
official
clerk-cli
clerk
Die clerk-Binärdatei ist ein vorauthentifiziertes Gateway zur Clerk Backend API und Platform API, plus projektbezogene Werkzeuge (Authentifizierung, Verknüpfungen, Umgebungsabrufe, Instanzkonfiguration). Wenn der Benutzer etwas in Bezug auf eine Clerk-Ressource fragt, greifen Sie zuerst auf clerk zurück, anstatt curl manuell zu verwenden.
official
clerk-cli
clerk
Operate the Clerk CLI (`clerk` binary) for authentication, user/org/session management, deploy verification, instance config, env keys, and any Clerk Backend or Platform API call. Use when the user mentions Clerk management tasks, "list clerk users", "create a clerk user", "update organization", "pull clerk config", "clerk env pull", "clerk doctor", "clerk deploy", "clerk deploy status", "clerk api", or any ad-hoc Clerk API request. Prefer the CLI over raw HTTP: it handles auth, key...
official
clerk-custom-ui
clerk
Custom authentication flows and component appearance - hooks (useSignIn, useSignUp), themes, colors, fonts, CSS. Use for custom sign-in/sign-up flows,…
official
clerk-custom-ui
clerk
Erstelle benutzerdefinierte Authentifizierungsabläufe und gestalte Clerk-Komponenten visuell mit Hooks und Appearance-Styling. Bietet useSignIn- und useSignUp-Hooks zum Erstellen benutzerdefinierter Anmelde-/Registrierungs-UI; API unterscheidet sich zwischen Core 2 und aktuellen SDK-Versionen. Anpassung des Erscheinungsbilds über Variablen (Farben, Typografie, Rahmen), Optionen (Logo, Social-Button-Layout) und vorgefertigte Themes (dark, neobrutalism, shadcn, simple). Das shadcn-Theme passt sich automatisch an shadcn/ui-Projekte an, wenn components.json vorhanden ist; Theme...
official
clerk-expo
clerk
Add Clerk authentication to Expo and React Native apps using @clerk/expo. Use for Expo setup, prebuilt native components (AuthView, UserButton), custom…
official
clerk-expo
clerk
Füge Clerk-Authentifizierung zu Expo- und React Native-Apps mit @clerk/expo hinzu. Verwende für Expo-Setup, vorgefertigte native Komponenten (AuthView, UserButton), benutzerdefinierte…
official
clerk-expo-patterns
clerk
Expo / React Native Patterns mit Clerk — SecureStore-Token-Cache, OAuth
official
clerk-monorepo
clerk
Work effectively in the clerk/javascript SDK monorepo. Use when setting up the repo, building / testing / running a package, deciding which of the @clerk/*…
official
clerk-monorepo
clerk
Arbeiten Sie effektiv im clerk/javascript SDK Monorepo. Verwenden Sie beim Einrichten des Repos, Erstellen/Testen/Ausführen eines Pakets, Entscheiden, welches der @clerk/*…
official
clerk-nextjs-patterns
clerk
Fortgeschrittene Next.js-Muster für Authentifizierung, Middleware, Server Actions und benutzerspezifisches Caching mit Clerk. Unterscheidet serverseitiges await auth() vom clientseitigen useAuth()-Hook; deren Vermischung ist ein häufiger, schwerwiegender Fehler. Behandelt Middleware-Strategien (öffentlich-zuerst vs. geschützt-zuerst), API-Routenschutz und korrekte HTTP-Statuscodes (401 vs. 403). Enthält benutzerspezifische Caching-Muster mit unstable_cache und den Schutz von Server Actions vor unbefugten Mutationen. Bietet Core 2-Kompatibilität...
official
clerk-nextjs-patterns
clerk
Advanced Next.js patterns for authentication, middleware, Server Actions, and user-scoped caching with Clerk. Distinguishes server-side await auth() from client-side useAuth() hook; mixing them is a common breaking mistake Covers middleware strategies (public-first vs protected-first), API route protection, and proper HTTP status codes (401 vs 403) Includes user-scoped caching patterns with unstable_cache and protecting Server Actions from unauthorized mutations Provides Core 2 compatibility...
official
clerk-nuxt-patterns
clerk
Nuxt 3 auth patterns with @clerk/nuxt - middleware, composables, server API routes, SSR. Triggers on: Nuxt auth, useAuth composable, clerkMiddleware Nuxt,…
official
clerk-nuxt-patterns
clerk
Nuxt 3 Auth-Muster mit @clerk/nuxt - Middleware, Composables, Server
official
clerk-orgs
clerk
Clerk Organizations for B2B SaaS - create multi-tenant apps with org switching, role-based access, verified domains, and enterprise SSO. Use for team…
official
clerk-orgs
clerk
Multi-Mandanten-B2B-SaaS mit Organisationswechsel, rollenbasierter Zugriffskontrolle und Enterprise-SSO. Unterstützt dynamisches organisationsbasiertes Routing über URL-Slugs, rollenbasierte Zugriffsprüfungen (org:admin, org:member) und benutzerdefinierte Rollenerstellung über das Dashboard. Enthält die OrganizationSwitcher-Komponente für die benutzerseitige Organisationsauswahl und <Show> für bedingte Darstellung von rollengeschützten UI-Elementen. Bietet serverseitigen Organisationskontext über den auth()-Helper mit Mitgliedschaftsverifizierung und Berechtigungsprüfungen. Ermöglicht...
official
clerk-react-patterns
clerk
React SPA auth patterns with @clerk/react for Vite/CRA - ClerkProvider setup, useAuth/useUser/useClerk hooks, React Router protected routes, custom sign-in…
official
clerk-react-patterns
clerk
React SPA-Authentifizierungsmuster mit @clerk/react für Vite/CRA - ClerkProvider
official
clerk-react-router-patterns
clerk
React Router v7/v8 patterns with Clerk — rootAuthLoader, getAuth in loaders, clerkMiddleware, protected routes, SSR user data, org switching. Triggers on:…
official
clerk-react-router-patterns
clerk
React Router v7 Muster mit Clerk — rootAuthLoader, getAuth in Ladefunktionen,
official
clerk-setup
clerk
Framework-agnostic Clerk authentication setup following official quickstart guides. Detects framework from package.json dependencies and fetches the corresponding Clerk quickstart documentation (supports Next.js, Remix, Astro, Nuxt, React Router, TanStack Start, React SPA, Vue, Express, Fastify, Expo, Chrome Extension, Android, iOS, and Vanilla JavaScript) Handles environment variable setup, provider configuration, and middleware/proxy file creation with version-specific guidance for Core 2...
official
clerk-setup
clerk
Framework-agnostische Clerk-Authentifizierungseinrichtung gemäß offizieller Quickstart-Anleitungen. Erkennt das Framework anhand der package.json-Abhängigkeiten und ruft die entsprechende Clerk-Quickstart-Dokumentation ab (unterstützt Next.js, Remix, Astro, Nuxt, React Router, TanStack Start, React SPA, Vue, Express, Fastify, Expo, Chrome Extension, Android, iOS und Vanilla JavaScript). Behandelt die Einrichtung von Umgebungsvariablen, Provider-Konfiguration und die Erstellung von Middleware/Proxy-Dateien mit versionsspezifischen Anleitungen für Core 2...
official
clerk-swift
clerk
Implement Clerk authentication for native Swift and iOS apps using ClerkKit and ClerkKitUI source-guided patterns. Use for prebuilt AuthView or custom native…
official
clerk-swift
clerk
We need to translate the given English text into German, preserving the name "clerk-swift" if it appears, but it doesn't appear in the text. The text is a description of an agent skill. We must not add any extra commentary, labels, or formatting. Just the translation. The text: "Native Swift/iOS authentication using ClerkKit with prebuilt or custom auth flows. Supports two implementation modes: prebuilt AuthView components or fully custom native flows, selected based on project requirements Requires direct wiring of a valid Clerk publishable key in app configuration; does not use plist or environment file indirection by default Mandatory /v1/environment call after package install to determine feature availability (for example Apple Sign In support) based on..." We need to translate this into German. Note: "ClerkKit", "AuthView", "Apple Sign In", "/v1/environment" are technical terms/protocols/names, so preserve them. Also "plist" is a technical term. "publishable key" is a term. "Swift
official
clerk-tanstack-patterns
clerk
TanStack React Start auth patterns with @clerk/tanstack-react-start - createServerFn, beforeLoad guards, loaders, Vinxi server. Triggers on: TanStack auth,…
official
clerk-tanstack-patterns
clerk
TanStack React Start Authentifizierungsmuster mit @clerk/tanstack-react-start
official
clerk-testing
clerk
E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
official
clerk-testing
clerk
E2E-Testhilfsprogramme für Clerk-Authentifizierungsabläufe in Playwright und Cypress. Unterstützt sowohl Playwright- als auch Cypress-Frameworks mit frameworkspezifischen Einrichtungsmustern (globalSetup für Playwright, benutzerdefinierte Befehle für Cypress). Bietet die Hilfsprogramme clerkSetup() und setupClerkTestingToken() zur Initialisierung von Testumgebungen und Umgehung der Bot-Erkennung. Enthält Speicherstatus-Persistenz zur Wiederverwendung authentifizierter Sitzungen über Tests hinweg, wodurch die Testausführungszeit reduziert wird. Erfordert Test-API-Schlüssel ( pk_test_* ,...
official
clerk-vue-patterns
clerk
Vue 3 patterns with Clerk — composables (useAuth, useUser, useClerk, useOrganization), Vue Router guards, Pinia auth store integration. Triggers on: vue clerk,…
official
clerk-vue-patterns
clerk
Vue 3 Patterns mit Clerk — Composables (useAuth, useUser,
official
clerk-webhooks
clerk
Clerk webhooks for real-time events and data syncing. Verify with verifyWebhook from the framework-specific package. Handle user, session, organization,…
official
clerk-webhooks
clerk
Echtzeit-Event-Webhooks zur Synchronisierung von Clerk-Benutzer-, Organisations- und Sitzungsdaten mit externen Systemen. Unterstützt über 40 Ereignistypen für Benutzer, Organisationen, Sitzungen, Rollen, Berechtigungen, Einladungen und Kommunikation. Enthält integrierte Webhook-Verifizierung über verifyWebhook() und automatische Wiederholungslogik durch Svix (bis zu 3 Tage). Am besten geeignet für Hintergrundaufgaben wie Datenbanksynchronisierung, Benachrichtigungen und Integrationen; nicht für synchrone Abläufe, die sofortigen Datenzugriff erfordern. Erfordert öffentliche,...
official
mosaic
clerk
Work on Mosaic UI: styling a component with slot recipes (`defineSlotRecipe` / `useRecipe` / slots / variants), or building a flow — authoring a state machine…
official
mosaic-machine
clerk
Author und Nutzung von Mosaic-Zustandsmaschinen. Verwenden, wenn der Benutzer eine Zustandsmaschine mit createMachine schreibt, einen mehrstufigen Ablauf modelliert, eine Maschine mit React verbindet …
official