ccc-mobilelisted
Install: claude install-skill KevinZai/commander
# ccc-mobile
> Load ONE skill. Get the entire mobile development domain. 8 skills in one.
## Sub-Skills
| # | Skill | Focus |
|---|-------|-------|
| 1 | react-native | React Native development — Expo, navigation, native modules, state management |
| 2 | flutter | Flutter/Dart — widget architecture, state management, platform channels |
| 3 | swiftui | SwiftUI — MVVM patterns, Combine, iOS-specific features |
| 4 | jetpack-compose | Jetpack Compose — Material Design 3, Android lifecycle |
| 5 | mobile-testing | Mobile testing — Detox, Maestro, XCTest, Espresso |
| 6 | app-store-optimization | ASO — App Store + Play Store listing optimization |
| 7 | push-notifications | Push notifications — FCM, APNs, OneSignal, Expo Notifications |
| 8 | deep-linking | Universal links, App Links, deep link configuration |
## Routing Matrix
| Your Intent | Route To |
|-------------|----------|
| "React Native" / "Expo" | `react-native` |
| "Flutter" / "Dart" | `flutter` |
| "iOS" / "SwiftUI" | `swiftui` |
| "Android" / "Jetpack Compose" | `jetpack-compose` |
| "Mobile tests" / "Detox" / "Maestro" | `mobile-testing` |
| "App Store" / "Play Store" / "ASO" | `app-store-optimization` |
| "Push notifications" / "FCM" / "APNs" | `push-notifications` |
| "Deep links" / "Universal links" | `deep-linking` |
## Platform Selection Guide
| Need | Recommendation |
|------|---------------|
| One codebase, both platforms | React Native (larger ecosystem) or Flutter (stronger UI) |
| iOS-only, native