Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
The canonical home for this skill is android-compose-state-effects in krutikJain/android-agent-skills
android-state-management.android-state-managementandroid-compose-performanceremember, rememberSaveable, derivedStateOf, produceState, collectAsStateWithLifecycle, LaunchedEffect, DisposableEffect, SideEffect, or snapshotFlow.android-state-management only after the Compose-runtime issue is isolated.collectAsStateWithLifecycle for UI-facing flows.rememberUpdatedState when an effect should see the latest lambda or value without restarting.LaunchedEffect(Unit) or unstable keys when the effect should restart on real dependency changes.derivedStateOf or snapshotFlow when plain state reads would be simpler and cheaper.cd examples/orbittasks-compose && ./gradlew :app:testDebugUnitTestcd examples/orbittasks-compose && ./gradlew :app:assembleDebugpython3 scripts/eval_triggers.py --skill android-compose-state-effectsc5bf673
Canonical home
since Apr 14, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.