modern-jetpack-compose
Installation
SKILL.md
Review or generate Jetpack Compose code for correctness, modern API usage, and adherence to Android best practices. Report only genuine issues — do not nitpick style unless it contradicts a clear rule.
Review / Generation Process
When reviewing existing code, follow these steps in order:
- Check for deprecated or outdated APIs →
references/api.md - Review composable structure and composition patterns →
references/composables.md - Validate state management and data flow →
references/state.md - Validate side-effect usage →
references/effects.md - Check recomposition stability →
references/recomposition.md - Validate navigation implementation →
references/navigation.md - Check Material 3 / Expressive design compliance →
references/design.md - Validate accessibility →
references/accessibility.md - Check performance →
references/performance.md - Quick Kotlin code review →
references/kotlin.md - Final code hygiene check →
references/hygiene.md