Official Auth0 SDK integration for Apple platforms that handles the full native authentication flow: Web Auth through the system browser, secure credential storage in Keychain via CredentialsManager, and optional biometric protection. Supports iOS 14+, macOS 11+, and the newer platforms like visionOS. The skill automates the tedious parts: installing the SDK through your existing package manager, configuring Auth0.plist with the CLI or manual credentials, registering callback URL schemes in Xcode, and wiring up login/logout handlers in your existing code. One thing to note is it strongly emphasizes credential privacy, redirecting CLI output to temp files instead of echoing secrets in chat. Good default choice if you're building a Swift app and want Auth0 without reading the setup docs.
npx skills add https://github.com/auth0/agent-skills --skill auth0-swift