11 skills total · 11 unscanned
Skills by clerk
Clerk is a router that directs you to specialized authentication skills based on your framework and use case. Whether you're setting up Clerk in Next.js, React, Vue, Nuxt, Astro,…
Clerk Android guides you through integrating Clerk authentication into native Android projects using the clerk-android SDK. Choose between prebuilt AuthView and UserButton…
This skill covers authentication patterns for Chrome extensions built with Clerk, including popup and side panel UIs, OAuth delegation via syncHost, and service worker token…
Clerk Expo integrates authentication into Expo and React Native projects via prebuilt native components or custom flows. Support includes email/password, SMS/phone OTP, MFA,…
Master authentication in Nuxt 3 by implementing Clerk across middleware, composables, and server routes. This skill covers route protection with built-in auth middleware,…
Master authentication in React single-page apps with Clerk's @clerk/react library. This skill covers ClerkProvider initialization, essential hooks like useAuth and useUser,…
Master Clerk authentication in React Router v7 and v8 apps with server-side loaders, middleware integration, and protected route patterns. This skill covers rootAuthLoader setup,…
Clerk Setup guides you through adding Clerk authentication to any project by detecting your framework and following official quickstart instructions. The skill supports CLI-driven…
This skill covers authentication patterns for TanStack React Start, showing how to protect routes with beforeLoad guards, implement auth in server functions, and configure Clerk…
Clerk Vue Patterns teaches you how to build authenticated Vue 3 apps using Clerk's composables—useAuth, useUser, useClerk, and useOrganization—plus Vue Router guards and Pinia…
Build event-driven features by listening to Clerk authentication and organization events through webhooks. Verify every webhook using the framework-specific verifyWebhook…