Compose state authoring Not every belongs here. This skill covers local UI state ( , / ) and . Other remembered APIs live in focused skills: - / → - / used for frame-rate reads → - Focus navigation, focus state, ownership, behavior → Core principle A is a function the runtime re-runs whenever its inputs change. Writing local state correctly comes down to two questions: 1. Mutable local state — does my survive recomposition and trigger it? If not, it silently resets on every recompose and writes are invisible. 2. What kind of composable is this? — do I mutate composition (place layout nodes, a…