What problem does it solve?
Building production-ready iOS apps that pass App Store compliance, support push notifications and in-app purchases, and follow SwiftUI best practices requires hours of manual scaffolding and configuration, with high risk of missing critical gates like privacy manifests or codesign setup.
Core Features & Use Cases
- End-to-end iOS project scaffolding: Generates a complete SwiftUI 6 + Swift 5.9 project with optional Swift Package Manager or CocoaPods support, pre-configured with the correct iOS 16.0 deployment target and build settings.
- Built-in compliance and store integration: Includes pre-wired APNs push notification templates, StoreKit 2 in-app purchase flows, auto-generated PrivacyInfo.xcprivacy manifests, and Fastlane lanes for TestFlight and App Store submission, all passing Apple's ASC and privacy gates out of the box.
- Validated framework coverage: Acts as a pilot skill that exercises every P0-P6 mobile framework capability, mirroring the validation pattern used for web and camera verticals to ensure the entire mobile toolchain works end-to-end.
- Use Case: A mobile development team can use this skill to generate a fully configured, compliant iOS project in minutes instead of days, avoiding common pitfalls like missing privacy declarations or incorrect codesign configuration.
Quick Start
Use the skill-ios skill to generate a production-ready iOS SwiftUI app with push notifications, StoreKit 2 in-app purchases, and App Store compliance pre-configured by providing your desired project name and bundle identifier.