android-viewmodel

390
new-silvermoonnew-silvermoon

Best practices for implementing Android ViewModels, specifically focused on StateFlow for UI state and SharedFlow for one-off events.

195 days ago

android-accessibility

384
new-silvermoonnew-silvermoon

Expert checklist and prompts for auditing and fixing Android accessibility issues, especially in Jetpack Compose.

195 days ago

android-architecture

384
new-silvermoonnew-silvermoon

Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.

195 days ago

compose-ui

384
new-silvermoonnew-silvermoon

Best practices for building UI with Jetpack Compose, focusing on state hoisting, detailed performance optimizations, and theming. Use this when writing or refactoring Composable functions.

195 days ago

android-data-layer

384
new-silvermoonnew-silvermoon

Guidance on implementing the Data Layer using Repository pattern, Room (Local), and Retrofit (Remote) with offline-first synchronization.

195 days ago

coil-compose

384
new-silvermoonnew-silvermoon

Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose.

195 days ago

xml-to-compose-migration

384
new-silvermoonnew-silvermoon

Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.

195 days ago

kotlin-concurrency-expert

384
new-silvermoonnew-silvermoon

Kotlin Coroutines review and remediation for Android. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve lifecycle issues in Kotlin/Android code.

195 days ago

android-testing

384
new-silvermoonnew-silvermoon

Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.

195 days ago

compose-performance-audit

384
new-silvermoonnew-silvermoon

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.

196 days ago

android-gradle-logic

384
new-silvermoonnew-silvermoon

Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.

195 days ago

android-coroutines

384
new-silvermoonnew-silvermoon

Authoritative rules and patterns for production-quality Kotlin Coroutines onto Android. Covers structured concurrency, lifecycle integration, and reactive streams.

195 days ago

gradle-build-performance

384
new-silvermoonnew-silvermoon

Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.

195 days ago

android-retrofit

384
new-silvermoonnew-silvermoon

Expert guidance on setting up and using Retrofit for type-safe HTTP networking in Android. Covers service definitions, coroutines, OkHttp configuration, and Hilt integration.

195 days ago

compose-navigation

384
new-silvermoonnew-silvermoon

Implement navigation in Jetpack Compose using Navigation Compose. Use when asked to set up navigation, pass arguments between screens, handle deep links, or structure multi-screen apps.

195 days ago