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.