Clerk Auth Web
Use this skill as a basic starting point.
Workflow
- Review the existing auth boundaries and UI flow.
- Identify sign-in, sign-up, and protected route requirements.
- Keep provider setup and session handling explicit.
- Match auth UI to the current design system.
- Verify authenticated and unauthenticated behavior.
Output
- Produce practical Clerk integration changes.
- Keep authentication predictable and maintainable.
- Prefer clear session flows over hidden magic.