一键导入
android-compose-state-effects
Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automate Android CI, versioning, signing boundaries, release channels, and Play-ready delivery workflows.
Use Coil in Jetpack Compose with AsyncImage, painter variants, sizing, and accessible image loading patterns.
Make Compose interfaces accessible with semantics, announcements, contrast, focus order, and adaptive touch targets.
Profile and improve Compose recomposition, layout, scrolling, startup, and rendering performance in Android apps.
Bridge Compose and the View system safely during incremental migrations, interoperability screens, and shared theming.
Use semantic ADB and UIAutomator workflows to inspect, launch, and interact with Android apps from agents.
| name | android-compose-state-effects |
| description | Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops. |
| metadata | {"version":"0.1.0","category":"ui","tags":["android","compose","state","side-effects"],"triggers":{"include":["compose side effect problem","remember vs derivedstateof","collect flow in compose screen","launchedeffect issue android","compose state hoisting","android-compose-state-effects skill","rememberupdatedstate compose","snapshotflow compose issue","launchedeffect issue android before release"],"exclude":["xml recycler issue","apk alignment","play console release","release automation","android signing and release"]},"owners":["@android-agent-skills/maintainers"],"test_targets":["examples/orbittasks-compose","examples/orbittasks-xml","benchmarks/triggers.jsonl"]} |
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-effects