Rebound Skill
Description
Rebound recomposition budget monitor — AI agent skill for Compose performance analysis. Works with Claude Code, Gemini CLI, Cursor, Copilot, Codex, Windsurf, Amazon Q.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Rebound Expert Skill
[](https://github.com/aldefy/rebound-skill#setup) [](LICENSE) [](https://kotlinlang.org) [](https://developer.android.com/jetpack/compose)
**Make your AI coding tool understand Compose recomposition performance.**
AI tools don't understand recomposition budgets. They'll tell you "use `remember`" or "add `@Stable`" without knowing whether the problem is a forced recomposition from a parent, an unstable lambda, or a screen-level state read. This skill gives them the domain knowledge to diagnose and fix correctly.
What Changes
| Without Skill | With Skill |
|---|---|
"Use remember to fix recomposition" |
"Your HomeScreen recomposes 8/s (budget: 3/s SCREEN). The $changed mask shows scrollOffset is DIFFERENT every frame. Hoist it to ContentSection." |
"Add @Stable to your data class" |
"Skip rate is 12% with paramTypes: unstable,lambda. The UserCard data class needs @Immutable (all vals), and the onClick lambda should be remember-wrapped." |
| "That looks fine" | "Forced count is 45 vs param-driven 3 — the parent ChatList is the real violator. Fix the parent first, children will stop cascading." |
File Structure
rebound-expert-skill/ # Copy this folder into your project or tool config
├── SKILL.md # Main skill — workflow, key concepts, quick fixes
└── references/
├── budget-classes.md # 7 budget classes, thresholds, dynamic scaling
├── diagnosing-violations.md # Violation patterns + diagnostic workflow + code fixes
├── cli-usage.md # CLI commands, JSON snapshot, connection modes
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI