Clerk authentication router. Use when user asks about adding authentication, setting up Clerk, custom sign-in flows,...
find ~/clerk/ -name "*.skill"
Customize Clerk component appearance - themes, layout, colors, fonts, CSS. Use for appearance styling, visual...
Advanced Next.js patterns - middleware, Server Actions, caching with Clerk.
Clerk Organizations for B2B SaaS - create multi-tenant apps with org switching, role-based access, verified domains,...
Add Clerk authentication to any project by following the official quickstart guides.
E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
Clerk webhooks for real-time events and data syncing. Listen for user creation, updates, deletion, and organization...