·compose-performance-audit
</>

compose-performance-audit

new-silvermoon/awesome-android-agent-skills

Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI.

55Installs·3Trend·@new-silvermoon

Installation

$npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill compose-performance-audit

SKILL.md

Audit Jetpack Compose view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.

Important: Ensure profiling is done on a release build with R8 enabled. Debug builds have significant overhead.

| Primitives (Int, String, Boolean) | Yes | N/A | | data class with stable fields | Yes | Ensure all fields are stable | | List, Map, Set | No | Use ImmutableList from kotlinx | | Classes with var properties | No | Use @Stable if externally stable | | Lambdas | No | Use remember { } |

Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI. Source: new-silvermoon/awesome-android-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill compose-performance-audit
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is compose-performance-audit?

Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI. Source: new-silvermoon/awesome-android-agent-skills.

How do I install compose-performance-audit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/new-silvermoon/awesome-android-agent-skills --skill compose-performance-audit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/new-silvermoon/awesome-android-agent-skills