What problem does it solve?
This skill solves the challenge of building consistent, maintainable, and production-ready Jetpack Compose and Compose Multiplatform applications by providing authoritative guidance on architecture, state management, UI patterns, networking, persistence, and cross-platform deployment.
Core Features & Use Cases
- Architecture Guidance: MVI and MVVM patterns with unidirectional data flow, state modeling, and effect delivery for Compose screens.
- Cross-Platform Support: Compose Multiplatform specifics for sharing code across Android, iOS, Desktop, and Web, including expect/actual patterns, DI with Koin, and resource management.
- Production Readiness: Performance optimization, accessibility, testing strategies, CI/CD distribution, and dependency verification for real-world apps.
Quick Start
Use the compose-skill to implement a new feature screen following MVI architecture with proper state modeling, effect handling, and Compose UI rendering.