Diagnosing Compose Stability
Reads the Compose compiler reports to name which parameters are unstable and why.
Install
git clone https://github.com/skydoves/compose-performance-skills.git ~/.claude/skills-sources/compose-performance-skills && ~/.claude/skills-sources/compose-performance-skills/scripts/install-skills.sh
Compose ekranında jank, kare düşmesi ya da beklenmeyen recomposition görüldüğünde
- Author
- Jaewoong Eum (skydoves)
- License
- Apache-2.0
Switches on the Compose Compiler Reports through the Gradle DSL — which only emit useful output from a release build, a detail that trips most people up — then interprets classes.txt, composables.txt and module.json: stable versus unstable classes, restartable, skippable and readonly markers. The output is a prioritized list of unstable types and non-skippable composables. It deliberately stops at diagnosis; the fix belongs to a sibling skill.
Similar skills
Taste Skill
SkillPushes agent-built interfaces past the default template look.
Debugging Compose Recompositions
SkillMakes recomposition visible through inspector counts and per-argument change reasons.
Error Handling Patterns
SkillDecides which failures are values and which are exceptions.
Comments(0)
Sign in to comment