Implements Google's official Android architecture from the NowInAndroid reference app, covering the full stack from multi-module project structure to Jetpack Compose UI patterns. You get concrete templates for MVVM with Hilt, offline-first repositories with Room and Flow, and convention plugins for Gradle configuration. The decision tree and file patterns are genuinely helpful if you're tired of reimplementing the same ViewModel boilerplate or figuring out how to split features into api and impl modules. It's opinionated in the right ways: unidirectional data flow, no mocking libraries, reactive streams everywhere. Best for greenfield projects or teams wanting to align with Google's current recommended practices rather than inventing your own architecture.
npx skills add https://github.com/dpconde/claude-android-skill --skill android-development