ios▌
36 indexed skills · max 10 per page
ios-application-dev
minimax-ai/skills · Productivity
A practical guide for building iOS applications using UIKit, SnapKit, and SwiftUI. Focuses on proven patterns and Apple platform conventions.
ios-accessibility
dpearson2699/swift-ios-skills · Productivity
Implement VoiceOver, Dynamic Type, and assistive technology support for iOS/macOS apps. \n \n Covers SwiftUI and UIKit accessibility APIs including labels, hints, traits, focus management with @AccessibilityFocusState , and custom rotors for navigation \n Provides patterns for respecting system preferences: Reduce Motion, Reduce Transparency, Increase Contrast, and Bold Text \n Includes focus restoration strategies for sheets and modals, decorative content hiding, and tap target sizing requireme
ios-networking
dpearson2699/swift-ios-skills · Productivity
Modern URLSession networking for iOS 15+ using async/await and structured concurrency. \n \n Covers core async/await patterns: data requests, JSON decoding, downloads, uploads, and streaming with response validation \n Includes protocol-based API client architecture, request middleware for authentication, token refresh flows, and error handling with structured error types \n Provides pagination patterns, network reachability monitoring via NWPathMonitor, retry logic with exponential backoff, and
ios-security
dpearson2699/swift-ios-skills · Productivity
Secure iOS apps with Keychain, CryptoKit, biometric authentication, and Apple security best practices. \n \n Covers Keychain Services for credential storage, Data Protection file classes, and CryptoKit for encryption, hashing, and HMAC operations \n Includes Secure Enclave key storage, biometric authentication with LocalAuthentication (Face ID/Touch ID), and LAContext configuration \n Enforces App Transport Security (ATS) requirements, certificate pinning patterns, and explains kSecAttrAccessibl
ios-design-guidelines
ehmo/platform-design-skills · Frontend
Comprehensive design rules derived from Apple's Human Interface Guidelines for iPhone app development. \n \n Covers 10 critical areas: layout and safe areas, navigation, typography with Dynamic Type support, color and Dark Mode, accessibility, gestures, components, patterns, privacy, and system integration \n Includes 100+ specific rules with code examples showing correct and incorrect implementations across SwiftUI and UIKit \n Provides a quick-reference table for common UI components and an ev
axiom-ios-integration
charleswiltgen/axiom · Productivity
You MUST use this skill for ANY iOS system integration including Siri, Shortcuts, widgets, in-app purchases, camera, photo library, audio, axiom-haptics, and more.
ios-simulator-skill
conorluddy/ios-simulator-skill · Productivity
21 production-ready scripts for iOS app testing, building, and automation via accessibility-driven navigation. \n \n Semantic element interaction using accessibility trees instead of pixel coordinates, reducing token cost from 1,600–6,300 per screenshot to 10–50 per query \n Covers five domains: build and testing, navigation and gestures, accessibility auditing, permissions and notifications, and simulator lifecycle management \n All scripts support --json for machine-readable output and auto-de
ios-swift-development
aj-geddes/useful-ai-prompts · Productivity
Native iOS app development with Swift, SwiftUI, and modern async patterns. \n \n Covers MVVM architecture, SwiftUI declarative UI, URLSession networking, and Combine reactive programming \n Includes async/await patterns, Core Data persistence, and Keychain for secure storage \n Best practices emphasize dependency injection, proper error handling, @StateObject for ViewModels, and testing across iOS versions \n Reference guides provided for network services, MVVM setup, and SwiftUI view implementa
axe-ios-simulator
0xbigboss/claude-code · Productivity
AXe is a single-binary CLI for iOS Simulator automation via Apple's Accessibility APIs and HID.
ios-debugger-agent
dimillian/skills · Productivity
Build, run, and debug iOS apps on a booted simulator with UI interaction and log capture. \n \n Discovers booted simulators, sets session defaults (project path, scheme, simulator ID), and builds/runs the current iOS project via XcodeBuildMCP tools \n Provides UI inspection ( describe_ui , screenshot ), interaction commands ( tap , type_text , gesture ), and element targeting by ID, label, or coordinates \n Captures simulator logs and console output with start/stop controls; includes build failu