π―Skills98
Comprehensive reference for implementing SwiftUI animations on iOS 17+ including explicit/implicit animations, spring presets, PhaseAnimator, KeyframeAnimator, matchedGeometryEffect, SF Symbol effects, and accessibility-aware motion handling.
Implements and reviews accessibility in iOS/macOS apps using SwiftUI and UIKit, covering VoiceOver, Switch Control, Voice Control, Dynamic Type, custom rotors, focus management, and automated accessibility testing with XCTest.
Guides AI agents on SwiftUI architectural patterns including @Observable, NavigationStack, view composition, sheets, TabView, and MV-pattern architecture for iOS 26+ development. Part of the swift-ios-skills collection for Swift 6.3 and Apple platforms.
Audits and improves SwiftUI view performance through code review, Instruments profiling guidance, and concrete remediation for common issues like view invalidation storms, unstable list identity, heavy body computations, and layout thrash.
Comprehensive guide for preventing App Store rejections, covering top rejection reasons, PrivacyInfo.xcprivacy privacy manifests, in-app purchase and StoreKit rules, HIG compliance, App Tracking Transparency, EU DMA considerations, and submission preparation checklists.
Guides AI agents on iOS networking with URLSession async/await, REST API integration, file downloads/uploads, WebSockets, pagination, retry logic, and response caching for Swift 6.3 and iOS 26+. Part of the swift-ios-skills collection.
Guides AI agents on iOS app localization using String Catalogs, pluralization rules, FormatStyle, and right-to-left layout support for Swift 6.3 and iOS 26+. Part of the swift-ios-skills collection.
Comprehensive guide for implementing push notifications in iOS/macOS apps covering permission flows, APNs registration, local and remote notifications, notification actions and categories, rich notifications, silent pushes, and provisional/critical alerts targeting iOS 26+ with Swift 6.3.
An iOS/macOS agent skill covering the Swift Testing framework, including @Test, @Suite, #expect macros, parameterized tests, and mocking. Use when building or improving test suites for Swift 6.3 projects targeting iOS or macOS.
Guides AI agents on implementing in-app purchases and subscriptions using StoreKit 2, including SubscriptionStoreView and transaction verification for iOS 26+ and Swift 6.3. Part of the swift-ios-skills collection.
An iOS/macOS agent skill for implementing SwiftUI navigation using NavigationStack and NavigationSplitView, including programmatic navigation and deep linking. Use when building multi-screen iOS or macOS apps with SwiftUI.
Skill for resolving Swift concurrency compiler errors and writing data-race-safe async code, covering approachable concurrency (SE-0466), actor isolation, Sendable conformance, structured concurrency with TaskGroup, and migration to full Swift 6 strict concurrency.
Guide for implementing data persistence with SwiftData on iOS 26+, covering @Model definitions, @Query and #Predicate queries, ModelContainer/ModelContext setup, schema versioning and migration, @ModelActor concurrency, and CloudKit sync integration.
Guide for selecting and deploying on-device AI models on Apple platforms, covering Apple Foundation Models (@Generable, tool calling), Core ML (model conversion, quantization), MLX Swift (open-source LLM inference), and llama.cpp (cross-platform GGUF models).
A Claude Code skill for SwiftUI-UIKit interoperability covering UIViewRepresentable, UIHostingController, Coordinator, and incremental UIKit-to-SwiftUI migration.
Part of Swift iOS Skills, a comprehensive collection of agent skills for iOS 26+ and SwiftUI development with Swift 6.3, compatible with Claude Code and OpenAI Codex for building modern Apple platform applications.
A Claude Code skill for Swift Charts covering bar, line, area, pie, and donut charts with scrolling, selection, and annotations.
An iOS/macOS agent skill covering SwiftUI advanced layout components such as Grid, LazyVGrid, the Layout protocol, ViewThatFits, and custom layouts. Use when designing complex or adaptive UI layouts in SwiftUI applications.
Guides AI agents on building Home Screen, Lock Screen, and StandBy widgets along with Control Center controls using WidgetKit and timeline providers for iOS 26+ and Swift 6.3. Part of the swift-ios-skills collection.
A Claude skill for implementing App Intents on iOS, covering Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence integration with AppIntent, AppEntity, EntityQuery, and AppShortcutsProvider patterns.
A Claude skill for debugging iOS apps and profiling performance using LLDB, Memory Graph Debugger, and Instruments, covering crash diagnosis, memory leak detection, retain cycle analysis, and CPU/energy profiling.
An iOS/macOS agent skill covering Swift 6.3 language features including macros, result builders, and property wrappers. Use when building Swift applications that require advanced language constructs targeting iOS or macOS.
A Claude skill for implementing SwiftUI gesture handling, covering tap, long press, drag, magnify, and rotate gestures, gesture composition with simultaneously/sequenced/exclusively patterns, @GestureState management, and parent-child gesture conflict resolution.
A Claude skill for implementing iOS authentication flows using the AuthenticationServices framework, including Sign in with Apple, OAuth via ASWebAuthenticationSession, Password AutoFill, and biometric authentication with LAContext.
An iOS/macOS agent skill for Apple Vision framework covering text recognition, face and barcode detection, image segmentation, and VisionKit DataScannerViewController. Use when building iOS apps that need on-device computer vision capabilities.
Guides scheduling and executing background work on iOS using BGTaskScheduler, including BGAppRefreshTask, BGProcessingTask, BGContinuedProcessingTask (iOS 26+), background URLSession downloads, and background push notifications.
An iOS/macOS agent skill for Apple HealthKit covering HKHealthStore, health queries, statistics, workout sessions, and background delivery. Use when building iOS health and fitness apps that need to read or write health data.
Integrates and optimizes Core ML models in iOS apps for on-device machine learning inference, covering model loading, predictions with auto-generated classes and MLFeatureProvider, compute unit configuration, MLTensor, Vision integration, multi-model pipelines, and performance profiling.
Analyzes natural language text using Apple's NaturalLanguage framework for tokenization, part-of-speech tagging, named entity recognition, sentiment analysis, language identification, and word embeddings, plus translates between languages with the Translation framework.
An iOS/macOS agent skill for Apple Core Bluetooth covering CBCentralManager, CBPeripheral, BLE scanning and connecting, GATT services and characteristics, and background modes. Use when building iOS apps that communicate with Bluetooth Low Energy peripherals.
Implements in-app feature discovery tips and onboarding flows using Apple's TipKit framework for iOS 17+. Covers defining tips with rules and events, displaying them as inline views or popovers, managing tip lifecycle, CloudKit sync, and programmatic control.
Transcribes live and pre-recorded audio to text using Apple's Speech framework, covering both the classic SFSpeechRecognizer API and the new async SpeechAnalyzer API (iOS 26+), including authorization flows, on-device vs server recognition, and result handling.
Accesses accelerometer, gyroscope, magnetometer, pedometer, and activity-recognition data using Apple's CoreMotion framework for iOS/watchOS, covering sensor setup, processed device motion, step counting, altitude tracking, and activity detection with proper authorization handling.
An iOS/macOS agent skill for Apple AlarmKit covering system alarms, countdown timers, Lock Screen integration, Dynamic Island, and Live Activities. Use when building iOS apps that need to schedule alarms or display real-time countdowns on the Lock Screen.
An agent skill for iOS 26+ and SwiftUI development that provides comprehensive guidance on DeviceCheck (DCDevice per-device bits) and App Attest (DCAppAttestService attestation and assertion flows) for implementing device integrity verification in iOS apps.
Creates child communication safety experiences using Apple's PermissionKit (iOS 26+) to request parental permission for children, covering communication limits checking, permission questions, AskCenter integration, SwiftUI PermissionButton, and response handling.
An agent skill for iOS 26+ and SwiftUI development that provides guidance on using the Contacts framework, covering CNContactStore, fetch requests, key descriptors, CNContactPickerViewController, and save requests for building contact management features in iOS apps.
An agent skill for iOS 26+ and SwiftUI development that covers implementing App Clips, including invocation URLs, NFC tags, QR codes, App Clip Codes, and App Group data handoff for building lightweight instant-use experiences in iOS apps.
Reads and writes NFC tags on iPhone using Apple's CoreNFC framework, covering NDEF reader sessions, tag reader sessions for ISO7816/ISO15693/FeliCa/MIFARE tags, NDEF message construction, entitlements configuration, and background tag reading.
An agent skill for iOS 26+ and SwiftUI development that covers the EnergyKit framework, including ElectricityGuidance, EnergyVenue, grid forecasts, load event submission, and electricity insights for building energy-aware iOS applications.
An agent skill for iOS 26+ and SwiftUI development that provides guidance on implementing SharePlay features using GroupActivity, GroupSession, GroupSessionMessenger, and coordinated media playback for building shared real-time experiences in iOS apps.
Fetches current conditions, hourly and daily forecasts, weather alerts, and historical statistics using Apple's WeatherKit, with proper Apple Weather attribution handling and selective queries for iOS apps.
An agent skill library for iOS 26+ and SwiftUI development, compatible with Claude Code, OpenAI Codex, and other coding agents. Provides structured guidance for Swift 6.3 development patterns including Codable protocols, modern iOS architecture, and Apple platform best practices.
Swift/iOS skill for WebView integration in SwiftUI covering WebPage, navigation policies, JavaScript bridge calls, local content, and custom URL schemes.
Agent skill for iOS CloudKit development covering CKContainer, CKRecord, subscriptions, sharing, CKSyncEngine, and SwiftData sync.
ActivityKit, Dynamic Island, Lock Screen Live Activities, push-to-update.
Agent skill for iOS PhotoKit development covering PhotosPicker, AVCaptureSession, photo library, video recording, and media permissions.
Agent skill for iOS MapKit development covering MapKit, CoreLocation, annotations, geocoding, directions, and geofencing.
SKScene, SKSpriteNode, SKAction, physics simulation, particle effects, SpriteView.
Agent skill for iOS AVKit development covering AVPlayerViewController, VideoPlayer, Picture-in-Picture, AirPlay, and subtitles.
RealityView, entities, anchors, ARKit world tracking, raycasting, scene understanding.
PDFView, PDFDocument, annotations, text search, form filling, thumbnails.
Agent skill for iOS MusicKit development covering MusicKit authorization, catalog search, ApplicationMusicPlayer, and MPRemoteCommandCenter.
Agent skill for iOS MetricKit development covering MXMetricManager, hang diagnostics, crash reports, and power metrics.
Agent skill for iOS EventKit development covering EKEventStore, EKEvent, EKReminder, recurrence rules, and EventKitUI.
Agent skill for iOS CryptoKit development covering SHA256, HMAC, AES-GCM, ChaChaPoly, P256/Curve25519 signing, ECDH, and Secure Enclave.
PKCanvasView, PKDrawing, PKToolPicker, Apple Pencil drawing and annotation.
CarPlay templates, navigation, audio, communication, EV charging apps.
Agent skill for iOS GameKit development covering Game Center, GKLocalPlayer, leaderboards, achievements, and multiplayer.
HMHomeManager, accessories, rooms, actions, triggers, MatterSupport commissioning.
Privacy-preserving BLE/Wi-Fi accessory discovery, ASAccessorySession, picker UI.
Privacy-preserving ad attribution, postbacks, conversion values, re-engagement.
Cross-platform data transfer, MigrationController, export/import extensions (iOS 26).
Apple Pay, PKPaymentRequest, PKPaymentAuthorizationController, Wallet passes.
CXProvider, CXCallController, PushKit VoIP registration, call directory extensions.
Agent skill for iOS AudioAccessoryKit development covering audio accessory features, automatic switching, and device placement (iOS 26.4).
PaperMarkupViewController, markup editing, drawing, shapes (iOS 26).
Apple Card, Apple Cash, Wallet orders, transaction queries, account balances.
Alternative browser engines (EU), process management, web content extensions.
Agent skill for iOS DockKit development covering DockAccessoryManager, camera subject tracking, motor control, and framing.
Agent skill for iOS SceneKit development covering SCNView, SCNScene, 3D geometry, materials, lighting, physics, and SceneView.
Research-grade sensor data, ambient light, keyboard metrics, device usage (approved studies).
TKTokenDriver, TKSmartCard, security tokens, certificate-based auth.
Widget relevance signals, time/location-based relevance providers (watchOS 26).
Multiplayer spatial board games, pieces, cards, dice, Group Activities (visionOS).
Part of the Swift iOS Skills collection providing agent skills for iOS 26+ and SwiftUI development with Swift 6.3, compatible with Claude Code and OpenAI Codex for building modern Apple platform applications.
Manages iOS Simulator devices and tests app behavior using xcrun simctl, covering device lifecycle, app install/launch, push notification simulation, location simulation, privacy permission grants, screenshot/video recording, and log streaming.
A collection of 79 agent skills optimized for iOS 26+ development with Swift 6.3 and modern Apple frameworks, covering Liquid Glass, Foundation Models, StoreKit 2, SwiftData, and async/await patterns β all targeting the latest APIs with no deprecated patterns. Compatible with Claude Code, OpenAI Codex, Cursor, and 40+ other AI agents.
A set of 83 agent skills optimized for iOS 26+ development with Swift 6.3, covering modern Apple frameworks including Liquid Glass, Foundation Models, SwiftData, StoreKit 2, and async/await patterns with no deprecated APIs.
Optimizes App Store product pages for search visibility and conversion, covering ASO keyword strategy, title/subtitle optimization, screenshot caption ordering, Custom Product Pages, in-app events, A/B testing, and localized metadata across markets.
Applies Swift API Design Guidelines for naming types, methods, properties, and argument labels, covering prepositional phrase rules, mutating/nonmutating pair naming patterns, documentation comment structure, and call site clarity.
A set of 83 agent skills optimized for iOS 26+ development with Swift 6.3, covering modern Apple frameworks including Liquid Glass, Foundation Models, SwiftData, StoreKit 2, and async/await patterns with no deprecated APIs.
A set of 83 agent skills optimized for iOS 26+ development with Swift 6.3, covering modern Apple frameworks including Liquid Glass, Foundation Models, SwiftData, StoreKit 2, and async/await patterns with no deprecated APIs.
A set of 83 agent skills optimized for iOS 26+ development with Swift 6.3, covering modern Apple frameworks including Liquid Glass, Foundation Models, SwiftData, StoreKit 2, and async/await patterns with no deprecated APIs.
Part of the Swift iOS Skills collection for iOS 26+ and SwiftUI development, this agent skill provides SwiftLint code quality guidelines and best practices for Swift projects.
A skill from the Swift iOS Skills collection of 84 agent skills targeting iOS 26+ with Swift 6.3, covering modern Apple frameworks including Liquid Glass, approachable concurrency, Foundation Models, StoreKit 2, SwiftData, and async/await URLSession with no deprecated patterns.
A Claude Code skill for MapKit and CoreLocation covering annotations, geocoding, directions, and geofencing on iOS.
A Claude Code skill for iOS photo and camera APIs covering PhotosPicker, AVCaptureSession, photo library access, video recording, and media permissions.
Provides agent skills for building iOS 26+ and SwiftUI apps with EventKit calendar integration, covering event creation, calendar management, and scheduling features following Apple's latest APIs and patterns.
A skill from the Swift iOS Skills collection for iOS 26+ development, providing expert guidance on CloudKit including CKContainer, CKRecord, subscriptions, sharing, CKSyncEngine, and SwiftData sync integration.
A skill from the Swift iOS Skills collection for iOS 26+ development, providing expert guidance on MetricKit including MXMetricManager, hang diagnostics, crash reports, and power metrics for monitoring app performance.
Provides agent skills for building iOS 26+ and SwiftUI apps with MusicKit audio integration, covering music playback, library access, and audio features following Apple's latest APIs and patterns.
A skill from the Swift iOS Skills collection for iOS 26+ development, providing expert guidance on RealityKit including RealityView, entities, anchors, ARKit world tracking, raycasting, and scene understanding for augmented reality apps.
A skill from the Swift iOS Skills collection for iOS 26+ development, providing expert guidance on PencilKit including PKCanvasView, PKDrawing, PKToolPicker, and Apple Pencil drawing and annotation capabilities.
A skill from the Swift iOS Skills collection for iOS 26+ development, providing expert guidance on CallKit including CXProvider, CXCallController, PushKit VoIP registration, and call directory extensions for VoIP calling apps.
A skill from the Swift iOS Skills collection for iOS 26+ development, providing expert guidance on HomeKit including HMHomeManager, accessories, rooms, actions, triggers, and MatterSupport commissioning for smart home apps.
A skill from the Swift iOS Skills collection for iOS 26+ development, providing expert guidance on PassKit including Apple Pay, PKPaymentRequest, PKPaymentAuthorizationController, and Wallet pass creation and management.
A collection of 84 agent skills optimized for iOS 26+ development with Swift 6.3 and modern Apple frameworks, covering SwiftUI, concurrency, StoreKit 2, SwiftData, Core ML, and many more Apple platform APIs with no deprecated patterns.
