This repository is a curated collection of Claude Code subagents designed for Kotlin Multiplatform (KMP) projects. Each subagent targets a specific layer or concern in a typical KMP application, providing best practices and automation for modern development.
Automates updating and managing localizations for your project, supporting the most common languages and formats.
Assists in building and maintaining the data layer using Android-standard architecture. Includes support for Room database, dependency injection with Koin, and best practices for repository and data source patterns.
Guides UI development using Jetpack Compose and the MVVM pattern. Provides default patterns for handling UI state, events, and component decomposition, following modern Android and Compose Multiplatform best practices.
Adjust and use these subagents as needed to fit your Kotlin Multiplatform project structure and requirements.