skills
Clerk authentication setup, patterns, and management across frameworks
All Skills in This Repository (18)
Pure Emerald Level Indicatorsclerk-backend-api
Explore and execute Clerk Backend REST API endpoints via authenticated CLI.
clerk-setup
Detect the framework and apply Clerk authentication configuration.
clerk-custom-ui
Build custom authentication flows and themes for Clerk UI components.
clerk
Route Clerk authentication queries to specialized subskills based on SDK version.
clerk-webhooks
Implement Clerk webhook handlers with signature verification for Next.js app router routes.
clerk-orgs
Manage multi-tenant access and organization scoping for B2B apps using Clerk Organizations.
clerk-testing
Set up Clerk authentication for Playwright and Cypress test suites.
clerk-swift
Implement Clerk authentication in native Swift/iOS apps using clerk-ios.
clerk-android
Implement Clerk authentication in native Android apps with Kotlin and Jetpack Compose.
clerk-astro-patterns
Protect Astro routes with Clerk middleware and createRouteMatcher.
clerk-nuxt-patterns
Protects Nuxt 3 apps with Clerk authentication middleware and Nitro server route guards.
clerk-nextjs-patterns
Implement Clerk authentication and authorization patterns for Next.js server components, middleware, and Server Actions.
Frequently Asked Questions
FAQPage SchemaHow to install Clerk Skills?โผ
Run `npx skills add clerk/skills --all -g -y` in your terminal to install all 20 skills globally.
How to add Clerk auth to my app?โผ
Ask your agent to add Clerk and it routes to the right skill for your framework, handling SDK install, env keys, middleware, and provider setup automatically.
Which frameworks do Clerk Skills support?โผ
Next.js, React, React Router, Vue, Nuxt, Astro, TanStack Start, Chrome extensions, plus native iOS, Android, and Expo mobile apps.
Can I manage Clerk users and billing from the CLI?โผ
Yes. The clerk-cli and clerk-backend-api skills let your agent list users, create organizations, enable billing, and call any Clerk API endpoint directly.
Do Clerk Skills work with Claude Code and Codex?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core