Labsco
clerk logo

clerk / skills

54

A skill package that teaches your agent 19 capabilities — every one documented and browsable below, no GitHub required · by clerk.

Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.

clerk🔥🔥🔥🔥✓ VerifiedFreeQuick setup

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)...

1 file — installable on its own

clerk-android🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Implement Clerk authentication for native Android apps using Kotlin and

4 files — installable on its own

clerk-astro-patterns🔥🔥🔥✓ VerifiedFreeQuick setup

Astro patterns with Clerk — middleware, SSR pages, island components,

20 files — installable on its own

clerk-backend-api🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Clerk Backend REST API explorer and executor. Browse tags, inspect endpoint schemas, and execute authenticated requests. Use when listing users, managing…

9 files — installable on its own

clerk-billing🔥🔥🔥✓ VerifiedFreeQuick setup

Clerk Billing for subscription management - render Clerk's PricingTable

8 files — installable on its own

clerk-chrome-extension-patterns🔥🔥🔥✓ VerifiedFreeQuick setup

Chrome Extension auth with @clerk/chrome-extension -- popup/sidepanel

14 files — installable on its own

clerk-custom-ui🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Build custom authentication flows and visually brand Clerk components with hooks and appearance styling. Provides useSignIn and useSignUp hooks for building custom sign-in/sign-up UI; API differs between Core 2 and current SDK versions Appearance customization via variables (colors, typography, borders), options (logo, social button layout), and pre-built themes (dark, neobrutalism, shadcn, simple) shadcn theme automatically matches shadcn/ui projects when components.json is present; theme...

8 files — installable on its own

clerk-expo-patterns🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Expo / React Native patterns with Clerk — SecureStore token cache, OAuth

20 files — installable on its own

clerk-nextjs-patterns🔥🔥🔥🔥✓ VerifiedFreeQuick setup

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...

17 files — installable on its own

clerk-nuxt-patterns🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Nuxt 3 auth patterns with @clerk/nuxt - middleware, composables, server

13 files — installable on its own

clerk-orgs🔥🔥🔥🔥✓ VerifiedFreeQuick setup

Multi-tenant B2B SaaS with organization switching, role-based access control, and enterprise SSO. Supports dynamic org-based routing via URL slugs, role-based access checks ( org:admin , org:member ), and custom role creation through the dashboard Includes OrganizationSwitcher component for user-facing org selection and <Show> conditional rendering for role-gated UI Provides server-side organization context via auth() helper with membership verification and permission checks Enables...

8 files — installable on its own

clerk-react-patterns🔥🔥🔥🔥✓ VerifiedFreeQuick setup

React SPA auth patterns with @clerk/react for Vite/CRA - ClerkProvider

17 files — installable on its own

clerk-react-router-patterns🔥🔥🔥🔥✓ VerifiedFreeQuick setup

React Router v7 patterns with Clerk — rootAuthLoader, getAuth in loaders,

18 files — installable on its own

clerk-setup🔥🔥🔥🔥✓ VerifiedFreeQuick setup

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...

3 files — installable on its own

clerk-swift🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup

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...

4 files — installable on its own

clerk-tanstack-patterns🔥🔥🔥🔥✓ VerifiedFreeQuick setup

TanStack React Start auth patterns with @clerk/tanstack-react-start

19 files — installable on its own

clerk-testing🔥🔥🔥✓ VerifiedFreeQuick setup

E2E testing utilities for Clerk authentication flows in Playwright and Cypress. Supports both Playwright and Cypress frameworks with framework-specific setup patterns (globalSetup for Playwright, custom commands for Cypress) Provides clerkSetup() and setupClerkTestingToken() utilities to initialize test environments and bypass bot detection Includes storageState persistence to reuse authenticated sessions across tests, reducing test execution time Requires test API keys ( pk_test_* ,...

1 file — installable on its own

clerk-vue-patterns🔥🔥🔥✓ VerifiedFreeQuick setup

Vue 3 patterns with Clerk — composables (useAuth, useUser,

16 files — installable on its own

clerk-webhooks🔥🔥🔥✓ VerifiedFreeQuick setup

Real-time event webhooks for syncing Clerk user, organization, and session data to external systems. Supports 40+ event types across users, organizations, sessions, roles, permissions, invitations, and communications Includes built-in webhook verification via verifyWebhook() and automatic retry logic through Svix (up to 3 days) Best suited for background tasks like database syncing, notifications, and integrations; not for synchronous flows requiring immediate data access Requires public,...

5 files — installable on its own