clerk

Routes Clerk authentication tasks to the appropriate specialized skill.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/celeroncoder/skills --skill clerk-celeroncoder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clerk
Source: https://github.com/celeroncoder/skills/tree/main/clerk
Command: npx skills add https://github.com/celeroncoder/skills --skill clerk-celeroncoder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with Clerk authentication, it is hard to know which specialized skill covers your exact task, whether that is initial setup, custom sign-in UI, Next.js patterns, organizations, webhooks, or testing. This router analyzes your request and directs you to the right Clerk skill. ## Core Features & Use Cases - Task-Based Routing: Maps your request to one of six specialized Clerk skills: clerk-setup, clerk-custom-ui, clerk-nextjs-patterns, clerk-orgs, clerk-webhooks, or clerk-testing. - Quick Navigation: Supports direct access via slash commands like /clerk-setup or /clerk-orgs when you already know your task. - Use Case: You ask how to add multi-tenant organizations with role-based access to your Next.js app, and the router points you to clerk-orgs for organization slugs, roles, permissions, and member management. ## Quick Start Describe your Clerk authentication task, such as setting up sign-in flows or syncing users via webhooks, and the router will recommend the right specialized skill.

Frequently Asked Questions about clerk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Clerk authentication to my Next.js project?▼

Use the clerk-setup skill, which handles framework detection, quickstart, environment setup, API keys, and the Keyless flow. It also covers migration from other auth providers.

Which Clerk skill should I use for custom sign-in pages?▼

Use clerk-custom-ui for custom authentication flows, appearance and styling, OAuth, magic links, passkeys, and MFA. The router directs you there when your task involves building your own sign-in or sign-up UI.

Does Clerk support multi-tenant organizations and RBAC?▼

Yes, the clerk-orgs skill covers multi-tenant apps, organization slugs in URLs, roles, permissions, RBAC, and member management. Describe your B2B requirements and the router will point you to it.

How do I test Clerk auth flows with Playwright or Cypress?▼

Use the clerk-testing skill, which covers Playwright and Cypress setup, auth flow testing, and test utilities. Ask the router about E2E testing to be routed there.

Can I sync Clerk users to my database with webhooks?▼

Yes, the clerk-webhooks skill handles real-time events, data syncing, notifications, and integrations. Describe your webhook or user-sync task and the router will recommend it.