What problem does it solve?
This Skill solves the problem of implementing correct, source-driven Clerk authentication behavior in native Swift/iOS apps without relying on mismatched Expo or React Native patterns.
Core Features & Use Cases
- Native Swift/iOS ClerkKit implementation guidance that mirrors current ClerkKit/ClerkKitUI behavior by inspecting the installed package source.
- Flow-specific wiring that cleanly separates and follows exactly one reference path: prebuilt AuthView-style or custom AuthView-parity.
- Environment-driven gating by inspecting installed
ClerkKitUI Environment field semantics and then verifying capability requirements via /v1/environment.
- Quickstart-compliant setup including associated domain capability verification for
webcredentials:{YOUR_FRONTEND_API_URL}.
Quick Start
Activate this skill for a native iOS Swift project, choose prebuilt or custom, and provide a real Clerk publishable key so it can inspect ClerkKitUI source, validate /v1/environment, then apply the iOS quickstart prerequisites.