chmonya.inc
Official@chmonya-inc
chmonya.inc provides 17 specialized skills for Android and Kotlin Multiplatform development, covering Compose UI, coroutines, Ktor networking, Gradle builds, and testing.
Agent Skills by chmonya.inc
Showing 17 vetted skills indexed across 1 GitHub repositories.
android-data-layer
Implements Android data layers with Repository pattern, Room database, and offline-first synchronization.
android-tdd
Guides test-driven development for Android and Kotlin Multiplatform code with tiered testing strategies.
dnd-kmp
Orchestrates Kotlin Multiplatform development for the D&D Helper app with architecture rules and skill delegation.
kmp-ktor
Configure Ktor HttpClient for Kotlin Multiplatform with engines, auth, serialization, and MockEngine testing.
android-debugging
Diagnose Android and KMP issues using Logcat, ADB, ANR traces, and R8 mapping files.
android-ux
Applies Material Design 3 UX principles to design and audit Android Compose screens.
android-dev
Applies senior-level architecture guidelines to Android and Kotlin Multiplatform development work.
android-retrofit
Configures Retrofit networking in Android with coroutines, OkHttp, Hilt, and repository error handling.
kotlin-coroutines
Reviews and writes Kotlin coroutine code covering dispatchers, scopes, cancellation, and exception handling.
compose
Guides writing correct, performant Jetpack Compose and Compose Multiplatform UI code.
rxjava-migration
Migrate RxJava code to Kotlin coroutines and flows with explicit type and operator mappings.
kmp-boundaries
Designs Kotlin Multiplatform boundaries between common code and platform APIs using expect/actual or interfaces.
kotlin-flows
Guides correct selection, creation, and lifecycle-safe collection of Kotlin Flow, StateFlow, SharedFlow, and Channel.
coil-compose
Implements image loading in Compose Multiplatform apps using Coil 3 APIs.
android-source-search
Fetches AOSP and AndroidX source code via Gitiles, GitHub raw URLs, and MCP tools.
gradle-build-performance
Diagnoses and optimizes slow Android Gradle builds using build scans and configuration tuning.
android-gradle-logic
Centralizes Android Gradle configuration into reusable convention plugins with composite builds and version catalogs.
Frequently Asked Questions About chmonya.inc
FAQPage SchemaWhat tasks can I accomplish with chmonya.inc's skills?▼
You can implement Android and KMP features end-to-end: Compose UI with state management and navigation, Room offline-first data layers, Ktor and Retrofit networking with bearer auth, coroutine and Flow concurrency, Gradle convention plugins, and Material Design 3 UX audits.
Who are these skills designed for?▼
Android and Kotlin Multiplatform engineers building production apps, including the D&D Helper KMP project. They suit developers working with Compose Multiplatform across Android, iOS, Desktop, and Web who need architectural guidance, testing strategies, and debugging support.
How do the skills work together in practice?▼
The android-dev skill acts as the architectural baseline for all Android/KMP work, while dnd-kmp governs the D&D Helper project specifically. Load the baseline first, then delegate to focused skills like compose, kmp-ktor, android-data-layer, or kotlin-flows for implementation details.
What testing and debugging capabilities are included?▼
The android-tdd skill covers Android's three-tier test model, fake-first strategy, coroutine testing, and Compose UI testing. The android-debugging skill addresses Logcat, ADB, ANR traces, R8 stack trace decoding, memory leaks, Gradle failures, and Compose recomposition bugs.
Do the skills cover platform-specific API access in KMP?▼
Yes. The kmp-boundaries skill guides expect/actual declarations, common interfaces with platform bindings, and source-set hierarchies (commonMain, androidMain, appleMain) for platform services like clipboard, haptics, permissions, biometrics, and native SDK interop.