mobile-development
Installation
SKILL.md
Mobile Development
One skill for building mobile apps on iOS and Android — with per-framework
depth for native (Swift/SwiftUI, Kotlin/Jetpack Compose) and cross-platform
(Flutter, React Native) stacks. All four share one agent workflow — scaffold,
build and sign, test on devices and emulators, and ship to stores — so they live
in ONE family skill with per-framework references, following the
frontend-engineering precedent. Load the shared workflow below, then pull the
reference for the framework you are actually building.
| Framework | Stack | Reference (load on demand) |
|---|---|---|
| iOS | Swift, SwiftUI/UIKit, Xcode | references/ios.md |
| Android | Kotlin, Jetpack Compose, Gradle | references/android.md |
| Flutter | Dart, Flutter SDK | references/flutter.md |
| React Native | TypeScript/JavaScript, React, Metro | references/react-native.md |