OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add thebushidocollective/han --skill android-jetpack-compose
Use when building Android UIs with Jetpack Compose, managing state with remember/mutableStateOf, or implementing declarative UI patterns.
npx skills add thebushidocollective/han --skill android-jetpack-compose
Modern declarative UI toolkit for building native Android interfaces.
Compose provides several ways to manage state:
Lift state up to make composables stateless and reusable:
Bad:
Good:
Bad:
Good:
Bad:
Good: