Skip to main content
Back to registry

android-development

dpconde/claude-android-skill

Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app.

Installs144
Install command
npx skills add https://github.com/dpconde/claude-android-skill --skill android-development
About this skill
Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app. Creating a new project? → Read modularization.md for project structure → Use templates in assets/templates/ Adding a new feature? → Create feature module with api and impl submodules → Follow patterns in architecture.md Building UI screens? → Read compose-patterns.md → Create Screen + ViewModel + UiState Setting up data layer? → Read data layer section in architecture.md → Create Repository + DataSource + DAO Use convention plugins in build-logic/ for consistent configuration: See gradle-setup.md for complete build configuration. - Offline-first : Local database is source of truth, sync with remote - Unidirectional data flow : Events flow down, data flows up - Reactive streams : Use Kotlin Flow for all data exposure - Modular by feature : Each feature is self-contained with clear boundaries - Testable by design : Use interfaces and test doubles, no mocking libraries - Create feature:myfeature:api module with navigation key - Create feature:myfeature:impl module with: - MyFeatureScreen.kt - Composable UI - MyFeatureViewModel.kt - State holder - MyFeatureUiState.kt - Sealed interface for states - MyFeatureNavigation.kt - Navigation setup - MyFeatureModule.kt - Hilt DI module - AndroidApplicationConventionPlugin - App modules -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does android-development do?

Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app.

Is android-development good?

android-development does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does android-development work with?

android-development currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to android-development?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install android-development?

npx skills add https://github.com/dpconde/claude-android-skill --skill android-development

Related skills

Alternatives in Software Engineering