Help us improve
Share bugs, ideas, or general feedback.
From role-mobile
Guides native Android development with Kotlin idioms, Jetpack Compose UI, Room database, Hilt DI, Coroutines/Flow, WorkManager, Gradle KTS, Material Design 3, and Navigation Compose. Use for building or optimizing Android apps.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-mobileHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-mobile:android-nativeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Building or optimizing a native Android application with Kotlin and Jetpack Compose
Provides Android and Kotlin development patterns for Jetpack Compose, architecture, coroutines, Room, navigation, Hilt. Use when building Android apps, writing Compose UI, or reviewing Android code.
Provides expertise in Jetpack Compose and Compose Multiplatform for UI development across Android, Desktop, iOS, Web. Covers APIs, navigation, Paging 3, Android TV, design systems, and PR reviews.
Guides native Android app development with Kotlin, Jetpack Compose, and Material Design 3, including project setup, configuration, accessibility, and build troubleshooting.
Share bugs, ideas, or general feedback.
when over brittle string/enum checks; the compiler catches missing cases@Singleton shared across the whole app; @ViewModelScoped dies with the VM; get it wrong and you leakreferences/kotlin-compose-room.md — Kotlin idioms (data classes, sealed classes, scope functions, value classes), Jetpack Compose core concepts, layout system, theming with Material You, Room entity/DAO/database setup, reactive Flow queries, migrations, TypeConverters, Material Design 3 components and navigation patternsreferences/hilt-coroutines-workmanager-gradle.md — Hilt annotations and scoping, Coroutines dispatchers and cancellation, Flow operators (StateFlow, SharedFlow, callbackFlow, collectAsStateWithLifecycle), WorkManager request types and constraints, work chaining, Gradle KTS with version catalogs and product flavors, Navigation Compose type-safe routes and nested graphs