What problem does it solve? Native Android development spans Kotlin coroutines, Jetpack Compose, Gradle/AGP builds, testing, and platform runtime concerns, and mistakes in any layer cause silent bugs like missed recompositions, dropped UI events, or broken AGP 9 migrations. This Skill encodes adjudicated rules and workflows so an agent produces correct Android code on the first pass. ## Core Features & Use Cases - Opinionated core rules: 25 ordered rules covering UI state modeling, Compose stability and recomposition, lifecycle-aware flow collection, R8 keep rules, KSP over kapt, and Intent security. - Task workflows: Step-by-step checklists with verification gates for adding a feature, fixing Compose jank, upgrading to AGP 9, adding tests, migrating XML to Compose, and code review. - Deep references: Topic-routed reference files on architecture, Compose state/performance/UI, Gradle builds, testing, navigation, platform runtime, and Kotlin Multiplatform. - Use Case: Ask the agent to migrate a module to AGP 9; it reads your build files, removes the kotlin-android and kapt plugins, rewrites the variant API with androidComponents.onVariants, and verifies with a Gradle sync and dry-run build. ## Quick Start Ask the agent to review your Compose screen for scroll jank and recomposition problems using the android skill.