What problem does it solve?
This skill automates adding Clerk authentication to a new or existing project by guiding you through the official quickstart docs for your framework, reducing setup time and risk.
Core Features & Use Cases
- Framework detection from package.json to identify the appropriate Clerk quickstart.
- WebFetch-based retrieval of the official getting-started guide and its steps.
- Framework-specific integration steps including proxy.ts/middleware.ts creation, provider setup, and environment variable configuration.
- Optional shadcn UI theme application when components.json is present, ensuring consistent design.
- Migration guidance when replacing an existing authentication provider, plus key handling and onboarding.
- End-to-end setup flow from dependency installation to test-and-verify.
Quick Start
Follow the framework-specific quickstart: detect the framework from package.json, fetch the official Clerk getting-started guide with WebFetch, and implement the steps to complete authentication setup.