Screened · automated checks passed

preserving-state-across-reloads

from skydoves/compose-performance-skills · ★ 452 on GitHub · found by our crawler 2026-07-07

What the author says it does

Use this skill to keep Jetpack Compose state alive across HotSwan hot reloads by understanding the three escalating tiers Compose HotSwan uses (tier 1 targeted recomposition, tier 2 composition reset, tier 3 Activity.recreate) and choosing edits and state holders that stay inside tier 1 where scroll position, lazy items, dialog state, and per-composable remember values all survive. Explains which edits force escalation, which state holders survive each tier, and how to hoist transient UI state when the iteration loop must escalate. Use when the developer says "scroll jumped to top after a hot reload", "lost dialog state", "lazy column re-fetched", "tab selection reset", asks why HotSwan reload escalated to tier 2 or 3, plans a refactor and needs to know which scope it touches, or wants to know which state holders survive composition reset.

Quoted from the skill's own SKILL.md trigger description — this is what tells Claude when to activate it. Not yet verified by us.

Automated screening

100/100 validator score

Scored by the same rules as our free SKILL.md validator: trigger description quality, body substance, structure. Automated — a human bench test is the next step in the pipeline.

Install (unverified — review first)

git clone https://github.com/skydoves/compose-performance-skills
# skill lives at: hot-reload/preserving-state-across-reloads/SKILL.md

SkillProof status

This skill is in our test queue. We install every skill in a clean environment, run a trigger battery and score output against a baseline before it earns a catalog page — the full protocol is public. Until then, treat it like any unreviewed dependency: read the SKILL.md and any scripts before installing.

Already tested in Design & Frontend

  • Codex GPT Image ★ 10.0/10 Generates gpt-image-2 images via local Codex OAuth, no OPENAI_API_KEY needed.
  • Slide Wright ★ 10.0/10 Proposes an invented theme and a real 2-slide preview before it ever builds the full deck.
  • Compose App Icon ★ 10.0/10 uv-bundled CLI pair that authors and JSON-Schema-validates Apple Icon Composer .icon packages
  • HTML Explainer ★ 10.0/10 Builds polished, source-grounded, playable single-page or slide-deck web explainers with a real quality loop.

Top 10 Design skills, ranked →