Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
46
33%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.github/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
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.