using-stability-analyzer-ide-plugin

Install and configure the compose-stability-analyzer plugin for IntelliJ/Android Studio.

8|Updated May 18, 2025
One-click install
npx skills add https://github.com/decoutkhanqindev/DexReader --skill using-stability-analyzer-ide-plugin-decoutkhanqindev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-stability-analyzer-ide-plugin
Source: https://github.com/decoutkhanqindev/DexReader/tree/main/.claude/skills/using-stability-analyzer-ide-plugin
Command: npx skills add https://github.com/decoutkhanqindev/DexReader --skill using-stability-analyzer-ide-plugin-decoutkhanqindev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skydoves/compose-stability-analyzer, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides real-time stability feedback for Jetpack Compose development in IntelliJ/Android Studio, enabling developers to identify and fix stability issues before they become problems.

Core Features & Use Cases

  • Live Editor Feedback: Offers immediate stability feedback on Compose components as they are edited.
  • Gutter Icons: Visual indicators in the editor to quickly identify stable, unstable, and runtime-stability components.
  • Hover Documentation: Detailed information on stability status and suggested fixes for each parameter.
  • Inline Hints: Colored badges next to parameter types to identify unstable parameters.
  • Inspection: Flags non-skippable composables and offers quick fixes to suppress warnings.
  • Use Case: A developer is working on a Compose UI and wants to ensure their components are stable before deployment.

Quick Start

Install the skydoves/compose-stability-analyzer plugin in IntelliJ/Android Studio and enable the stability check in the settings.

Frequently Asked Questions about using-stability-analyzer-ide-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time stability feedback for Jetpack Compose in Android Studio?

Get real-time stability feedback for Jetpack Compose by installing the compose-stability-analyzer plugin in IntelliJ or Android Studio, which enables live gutter icons and inline hints.

What do gutter icons and inline hints show for Compose stability?

Gutter icons and inline hints in the editor act as visual indicators to quickly identify stable, unstable, and runtime-stability components, showing colored badges next to unstable parameters.

Does the compose-stability-analyzer plugin work with IntelliJ?

Yes, the compose-stability-analyzer plugin works with IntelliJ and Android Studio, providing immediate stability feedback on Compose components directly within the IDE editor environment.

How to fix non-skippable composables flagged by Compose stability inspections?

To fix non-skippable composables flagged by stability inspections, use the provided hover documentation to review parameter stability status and apply the quick fixes to suppress warnings.

Why does my Jetpack Compose component show as unstable in the editor?

Your Jetpack Compose component shows as unstable because the stability analyzer identifies unstable parameters, displaying colored inline hint badges next to parameter types to highlight the issue.