Collect all necessary debug information for Clerk troubleshooting and support.
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Issue | Debug Action |
|---|---|
| Auth not working | Check /api/clerk-health endpoint |
| Token issues | Use debug panel to inspect token |
| Middleware problems | Enable CLERK_DEBUG=true |
| Session issues | Check session state in debug panel |
Proceed to clerk-rate-limits for understanding Clerk rate limits.
Basic usage: Apply clerk debug bundle to a standard project setup with default configuration options.
Advanced scenario: Customize clerk debug bundle for production environments with multiple constraints and team-specific requirements.