android-architecture
Installation
SKILL.md
Purpose
Design or review pragmatic Android architecture for real apps without over-engineering.
When to use
- Creating a new app structure.
- Refactoring UI, domain and data boundaries.
- Introducing multimodule structure or offline-first behavior.
- Reviewing repositories, use cases and mappers.
Inputs to inspect
- Module tree and dependency graph.
- Current package structure.
- Data sources and sync requirements.
- Tests and build times.