clerk-webhooks-events
Installation
SKILL.md
Clerk Webhooks & Events
Overview
Configure and handle Clerk webhooks for user lifecycle events and data synchronization.
Prerequisites
- Clerk account with webhook access
- HTTPS endpoint for webhooks
- svix package for verification
Instructions
- Step 1: Install Dependencies
- Step 2: Create Webhook Endpoint
- Step 3: Implement Event Handlers
- Step 4: Idempotency and Error Handling
- Step 5: Configure Webhook in Clerk Dashboard
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Related skills