clerk-reference-architecture
Installation
SKILL.md
Clerk Reference Architecture
Overview
Reference architectures for implementing Clerk in various application types.
Prerequisites
- Understanding of web application architecture
- Familiarity with authentication patterns
- Knowledge of your tech stack
Instructions
- Architecture 1: Next.js Full-Stack Application
- Architecture 2: Microservices with Shared Auth
- Architecture 3: Multi-Tenant SaaS
- Architecture 4: Mobile + Web with Shared Backend
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Output
Related skills