Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
36
33%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/android-compose-state-effects/SKILL.mdandroid-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
Also appears in
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.