Clerk Skills
Plugin 확인됨Clerk feature skills: organizations, billing, webhooks, and testing
This plugin bundles multiple skills related to Clerk's authentication and features, including support for various frameworks like Next.js, React, Expo, Nuxt, Vue, and native Android/iOS. It covers core functionalities such as organizations, billing, webhooks, testing, and provides patterns for custom UI flows, server integration, and middleware.
Maintenance
- warning:Commit recencyNo commits were detected on the default branch in the last 12 months, indicating potential lack of maintenance.
설치
먼저 마켓플레이스를 추가하세요
/plugin marketplace add clerk/skills/plugin install features@clerk-skills4개의 확장 포함
Skill (4)
Clerk Organizations for B2B SaaS - create multi-tenant apps with org switching, role-based access, verified domains, and enterprise SSO. Use for team workspaces, RBAC, org-based routing, member management.
Clerk Billing for subscription management - render Clerk's PricingTable and in-app checkout drawer, configure subscription plans, seat-limit plans for B2B, feature entitlements with has(), and billing webhooks. Use for SaaS monetization, plan gating, checkout flows, trials, invoicing, and subscription lifecycle management.
Clerk webhooks for real-time events and data syncing. Always output complete, copy-paste-ready webhook handlers with verifyWebhook(req) verification. Listen for user creation, updates, deletion, and organization events. Build event-driven features like database sync, notifications, integrations.
E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.
유사한 확장
Clerk Skills
92Framework-specific Clerk integration patterns: middleware, hooks, SSR, composables, and advanced usage
Clerk Skills
95Core Clerk skills: router, setup, custom UI, and API references
Clerk Skills
96Native mobile Clerk auth: Swift/iOS and Android/Kotlin patterns