← ClaudeAtlas

authenticationlisted

Route authentication-related Apple platform implementation tasks to the correct Knowledge Contracts — sign-in, sign-up, credentials. Use when the task involves login screens, sign-in terminology, or authentication accessibility. Triggers on sign in, sign up, login, authentication, Apple Account, credentials. For Face ID/Touch ID/biometric implementation, see the `local-authentication` Skill instead.
caglarbaranbora/Apple-Agent-Kit · ★ 1 · API & Backend · score 68
Install: claude install-skill caglarbaranbora/Apple-Agent-Kit
# Login Skill ## Purpose Route authentication-related implementation tasks to the minimum required Knowledge Contracts. ## Routing Load in order: 1. ../../knowledge/authentication/authentication.md 2. ../../knowledge/authentication/sign-in-terminology.md 3. ../../knowledge/authentication/button-labels.md 4. ../../knowledge/authentication/accessibility-forms.md ## Do Not Load Do not load unrelated domains (StoreKit, Widgets, Notifications, etc.) unless explicitly required. ## Output Return only the routed Knowledge Contracts. This skill must not contain implementation guidance. ## Stop Conditions Stop and report if the requested authentication topic has no matching Knowledge Contract in knowledge/authentication/ — do not guess or fall back to general knowledge.