rebound
Rebound recomposition budget monitor skill for Compose performance analysis. Guides budget class interpretation, violation diagnosis, skip rate analysis, stability optimization, CLI usage, and IDE plugin workflow. Use this skill whenever the user mentions recomposition, budget, violation, Rebound, skip rate, jank, performance, composable slow, recompose, @ReboundBudget, budget class, recomposition rate, skip percentage, forced recomposition, param-driven, stability, unstable parameters, or asks why a composable is recomposing too often. Also trigger when the user says "my composable is slow", "too many recompositions", "budget exceeded", "recomposition spike", or asks about Compose runtime performance monitoring. --- # Rebound — Recomposition Budget Monitor Skill Practical guidance for diagnosing and fixing Compose recomposition performance issues using Rebound's compiler plugin, runtime, IDE plugin, and CLI tooling. ## Workflow When helping with Compose recomposition performance, follow this checklist: ### 1. Understand the problem - Is this a setup question, a violation diagnosis, or a stability optimization? - Is the user looking at CLI output, IDE data, or logcat warnings? - What platform? Android, iOS simulator, iOS physical device, or KMP? ### 2. Consult the right reference Read the relevant reference file(s) from `references/` before answering: | Topic | Reference File | |-------|---------------| | Budget classes, thresholds, color coding, dynamic scaling, `@ReboundBudget` | `references/budget-classes.md` | | Violation patterns per budget class, diagnostic workflow, code fixes | `references/diagnosing-violations.md` | | CLI commands, JSON snapshot structure, connection modes, netcat queries | `references/cli-usage.md` | | IDE 5-tab cockpit, editor integration, connection setup | `references/ide-plugin.md` | | Gradle plugin setup, config options, KMP, iOS relay, Kotlin version matrix | `references/setup-guide.md` | | Skip rate formula, `$changed` bitmask, para
更新日志: Source: GitHub https://github.com/aldefy/rebound-skill
还没有评论,快来第一个发言吧。