jetpack-compose
Installation
SKILL.md
Purpose
Build Compose UI that is maintainable, state-driven, accessible and aligned with Material 3.
When to use
- Creating or refactoring a Compose screen.
- Connecting ViewModel and StateFlow to UI.
- Adding Navigation, previews, adaptive layouts or accessibility semantics.
Inputs to inspect
- Composable files, UI state and ViewModel.
- Theme/design system and Material 3 usage.
- Navigation graph and route parameters.
- Preview and UI test setup.