From clerk-pack
Configure Clerk webhooks and handle authentication events. Use when setting up user sync, handling auth events, or integrating Clerk with external systems. Trigger with phrases like "clerk webhooks", "clerk events", "clerk user sync", "clerk notifications", "clerk event handling".
How this skill is triggered — by the user, by Claude, or both
Slash command
/clerk-pack:clerk-webhooks-eventsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure and handle Clerk webhooks for user lifecycle events and data synchronization.
Configure and handle Clerk webhooks for user lifecycle events and data synchronization.
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
| Invalid signature | Wrong secret | Verify CLERK_WEBHOOK_SECRET |
| Missing headers | Request not from Clerk | Check sender is Clerk |
| Duplicate processing | Event sent twice | Implement idempotency |
| Timeout | Handler too slow | Use background jobs |
Proceed to clerk-performance-tuning for optimization strategies.
Basic usage: Apply clerk webhooks events to a standard project setup with default configuration options.
Advanced scenario: Customize clerk webhooks events for production environments with multiple constraints and team-specific requirements.
npx claudepluginhub aiminnovations/claude-code-plugins-plus --plugin clerk-pack4plugins reuse this skill
First indexed Jul 11, 2026
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Provides protocol-based dependency injection patterns for testable Swift code, enabling mocking of file system, network, and external APIs with Swift Testing.