This one sets you up with modern Android development using Kotlin, MVVM architecture, and Jetpack Compose for declarative UI. You get patterns for Retrofit API calls, Room for local storage, and proper ViewModel implementation with StateFlow for reactive state management. The reference guides cover the full stack from data models through to Compose UI components. It's opinionated in the right ways, pushing you toward coroutines for async work and Hilt for dependency injection while steering you away from common pitfalls like storing tokens in SharedPreferences or ignoring lifecycle management. Solid starting point if you're building native Android apps and want to skip the boilerplate setup decisions.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill android-kotlin-development