๐ŸŽฏ

compose-state-deferred-reads

๐ŸŽฏSkill

from chrisbanes/skills

VibeIndex|
What it does
|

A Claude Code skill for moving frame-rate scroll, animation, and gesture reads out of composition into layout or draw phases in Jetpack Compose.

๐Ÿ“ฆ

Same repository

chrisbanes/skills(19 items)

compose-state-deferred-reads

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add chrisbanes/skills --skill compose-state-deferred-reads
skills.sh Installโš  Installs to .agents/skills/
npx skills add chrisbanes/skills --skill compose-state-deferred-reads
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/compose-state-deferred-reads/SKILL.md

SKILL.md

635Installs
-
AddedMay 12, 2026

More from this repository10

๐ŸŽฏ
compose-recomposition-performance๐ŸŽฏSkill

A Claude Code skill that helps choose between stability/equality and deferred state reads as two recomposition investigation paths for Jetpack Compose performance optimization.

๐ŸŽฏ
kotlin-coroutines-structured-concurrency๐ŸŽฏSkill

A skill for reviewing Kotlin coroutine code focusing on scope ownership, init and fire-and-forget boundaries, cancellation handling, and blocking boundaries to enforce structured concurrency best practices.

๐ŸŽฏ
compose-modifier-and-layout-style๐ŸŽฏSkill

A Claude Code skill that helps keep Compose layout APIs caller-placeable and modifier chains readable in Jetpack Compose applications.

๐ŸŽฏ
compose-side-effects๐ŸŽฏSkill

A skill for choosing and keying Jetpack Compose effect APIs correctly, covering event Flow collection, callbacks, cleanup, navigation, snackbar, analytics, and other side effects in Compose applications.

๐ŸŽฏ
compose-state-authoring๐ŸŽฏSkill

A Claude Code skill for authoring Compose local mutable state and read-only composable accessors correctly in Jetpack Compose applications.

๐ŸŽฏ
compose-ui-testing-patterns๐ŸŽฏSkill

A Claude Code skill for choosing between plain UI tests, semantics assertions, key/focus tests, screenshot tests, and integration tests in Jetpack Compose.

๐ŸŽฏ
compose-stability-diagnostics๐ŸŽฏSkill

A Claude Code skill that helps diagnose Compose compiler reports, strong skipping behavior, unstable parameters, and stability fixes in Jetpack Compose applications.

๐ŸŽฏ
kotlin-flow-state-event-modeling๐ŸŽฏSkill

A Claude Code skill for modeling StateFlow, SharedFlow, Channel, stateIn, sharing policies, and one-shot events in Kotlin without lossy defaults.

๐ŸŽฏ
compose-state-holder-ui-split๐ŸŽฏSkill

A Claude Code skill for splitting Compose state-holder wiring from plain-state UI to create previewable and testable screens in Jetpack Compose.

๐ŸŽฏ
kotlin-multiplatform-expect-actual๐ŸŽฏSkill

Design semantic expect/actual declarations and interface boundaries for Kotlin Multiplatform platform interop.