What problem does it solve?
This skill helps you implement Clerk authentication in native Swift/iOS projects without guessing iOS SDK wiring or UI behavior, so your auth flow matches current ClerkKit/ClerkKitUI expectations.
Core Features & Use Cases
- Native Swift/iOS Clerk integration: Implements Clerk using ClerkKit and ClerkKitUI source-guided patterns for iOS apps.
- Flow-specific guidance (prebuilt vs custom): Selects and applies a strict reference workflow so you follow either the AuthView-like prebuilt path or a custom flow that remains structurally close to AuthView.
- Environment-accurate behavior: Inspects installed ClerkKitUI Environment usage, calls /v1/environment, and derives the required Apple/capability behavior from that response.
- Quickstart prerequisite compliance: Forces a quickstart audit from the installed clerk-ios README quickstart link and applies missing setup, including associated domains.
- Guardrails against the wrong platforms: Avoids Expo and React Native implementations and routes those signals away from this skill.
Quick Start
Ask me to implement Clerk on your native iOS Swift project with either prebuilt or custom flow, and include your real Clerk publishable key.