
Android Development
- 560 installs
- 303 repo stars
- Updated December 7, 2025
- dpconde/claude-android-skill
Guides a solo builder to structure and build production-quality Android apps using Google's official MVVM, Jetpack Compose, Hilt and offline-first patterns.
About
An Android development skill that teaches Claude to build production-quality Kotlin apps following Google's official architecture, drawn from the NowInAndroid sample. It covers multi-module structure, MVVM with unidirectional data flow, Jetpack Compose UI, Hilt dependency injection, and an offline-first Room repository that syncs with a remote source. A solo builder reaches for it when they want their Android codebase to follow modern, testable, well-separated patterns instead of ad-hoc structure.
- MVVM with unidirectional data flow and Kotlin Flow
- Jetpack Compose UI and screen composition patterns
- Offline-first Room repository with remote sync
- Hilt dependency injection and multi-module structure
- Based on Google's NowInAndroid best practices
Android Development by the numbers
- 560 all-time installs (skills.sh)
- Ranked #293 of 1,039 Mobile Development skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dpconde/claude-android-skill --skill android-developmentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 560 |
|---|---|
| repo stars | ★ 303 |
| Last updated | December 7, 2025 |
| Repository | dpconde/claude-android-skill ↗ |
What it does
Guides a solo builder to structure and build production-quality Android apps using Google's official MVVM, Jetpack Compose, Hilt and offline-first patterns.
Who is it for?
Solo devs building a modern, modular Kotlin Android app who want Google-endorsed architecture.
Skip if: Cross-platform or web app builders, or anyone not targeting native Android.
When should I use this skill?
Starting or refactoring a native Android app that should follow NowInAndroid patterns.
What you get
A modular, testable Android codebase with MVVM, Compose, Hilt and offline-first data.
- structured android modules
- compose screens
- offline-first data layer
Related skills
FAQ
What architecture does it follow?
Google's official MVVM with unidirectional data flow, mirroring the NowInAndroid sample.
Does it cover the data layer?
Yes, an offline-first Room repository treated as source of truth that syncs with a remote API.