| UI Components | swiftui-views | Views, buttons, lists, forms, text, images, custom controls |
| Layouts | swiftui-layout | VStack, HStack, Grid, GeometryReader, spacing, alignment |
| Navigation | swiftui-navigation | NavigationStack, sheets, tabs, alerts, deep linking |
| Animations | swiftui-animations | Transitions, withAnimation, spring, matchedGeometryEffect |
| Data Persistence | swift-data-persistence | SwiftData, Core Data, UserDefaults, Keychain |
| Networking | swift-networking | URLSession, REST APIs, JSON decoding, async data |
| Concurrency | swift-concurrency | async/await, actors, Task, MainActor |
| Architecture | swift-architecture | MVVM, ObservableObject, @Observable, patterns |
| App Lifecycle | ios-app-lifecycle | App struct, scenes, ScenePhase, background tasks |
| Testing | ios-testing | XCTest, unit tests, UI tests, mocking |
| HealthKit | ios-healthkit | Health data, workouts, permissions |
| CloudKit | ios-cloudkit | iCloud sync, CKRecord, subscriptions |
| StoreKit | ios-storekit | Subscriptions, IAP, StoreKit 2 |
| Authentication | ios-authentication | Sign in with Apple, biometrics |
| Notifications | ios-notifications | Push, local, UNUserNotificationCenter |
| Maps | ios-mapkit | MapKit, CoreLocation, geocoding |
| Accessibility | ios-accessibility | VoiceOver, Dynamic Type |
| Localization | ios-localization | String Catalogs, XLIFF, i18n |
| Debugging | ios-debugging | Instruments, Time Profiler, LLDB |
| App Store | ios-app-store | Submission, guidelines, metadata |