πŸͺ

chrisbanes/skills

πŸͺMarketplace

chrisbanes/skills

VibeIndex|
What it does
|

Skills for Kotlin, Jetpack Compose, and Android development

Add this Marketplace

Add marketplace in Claude Code:
/plugin marketplace add chrisbanes/skills
0Plugins
0
Last UpdatedJun 18, 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-state-deferred-reads🎯Skill

A Claude Code skill for moving frame-rate scroll, animation, and gesture reads out of composition into layout or draw phases 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.