Gives you opinionated guidance on structuring Android apps with Clean Architecture and Hilt dependency injection. It pushes you toward a three-layer setup (UI, Domain, Data) with strict dependency rules flowing inward, plus a sensible multi-module strategy for production projects. The Domain layer stays pure Kotlin with no Android imports, which is great for testing but does add boilerplate. You get concrete advice on Hilt annotations, repository patterns, and when to split features into separate modules. If you're tired of debating architecture in PRs or spinning up greenfield projects, this gives you a solid reference point that follows Google's official app architecture guide.
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill android-architecture