ios-biometric-login/SKILL.md
Optional biometric (Face ID/Touch ID) gate on iOS app launch using LocalAuthentication framework. Covers BiometricHelper utility, splash screen integration, settings toggle with verification, Keychain-backed preference storage, and graceful...
npx skillsauth add peterbamuhigire/skills-web-dev ios-biometric-loginInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ios-biometric-login or would be better handled by a more specific companion skill.SKILL.md first, then load only the referenced deep-dive files that are necessary for the task.Add optional Face ID / Touch ID authentication as a gate on app launch. Uses the LocalAuthentication framework (LAContext). The feature is opt-in: users enable it in Settings, and it triggers on every app launch from the splash screen.
Flow: App launch → Splash → Check biometric pref → LAContext prompt → Success (Main) or Failure (Login screen).
Key principles:
No third-party dependencies. Uses Apple's built-in LocalAuthentication framework.
import LocalAuthentication
No CocoaPods, SPM packages, or Cartfile entries needed.
Extended guidance for ios-biometric-login was moved to references/skill-deep-dive.md to keep this entrypoint compact and fast to load.
Use that deep dive for:
ArchitectureStep 1: BiometricHelper (Actor)Step 2: KeychainHelper for Preference StorageStep 3: Splash Screen with Biometric GateStep 4: Settings Toggle with Verify-Before-EnableStep 5: Info.plist ConfigurationFlow DiagramPatterns & Anti-PatternsEdge CasesIntegration with Other SkillsChecklistdata-ai
Use when adding AI-powered analytics to a SaaS platform — semantic search over business data, natural language queries, trend detection, anomaly alerts, and AI-generated insights for dashboards. Covers embeddings, NL2SQL, and per-tenant analytics...
data-ai
Design AI-powered analytics dashboards — what metrics to show, how to display AI predictions and confidence, drill-down patterns, KPI cards, trend visualisation, AI Insights panels, export design, and role-based dashboard variants. Invoke when...
development
Use when designing, building, reviewing, or upgrading production software systems that must be secure, performant, maintainable, scalable, and user-centered. Apply before writing specs, code, architecture, APIs, databases, mobile apps, SaaS platforms, or ERP systems.
development
Professional web app UI using commercial templates (Tabler/Bootstrap 5) with strong frontend design direction when needed. Use for CRUD interfaces, dashboards, admin panels with SweetAlert2, DataTables, Flatpickr. Clone seeder-page.php, use...