chmonya.inc avatar

chmonya.inc

Official

@chmonya-inc

0Followers
|
3Public Repos
|
17Published Skills

chmonya.inc provides 17 specialized skills for Android and Kotlin Multiplatform development, covering Compose UI, coroutines, Ktor networking, Gradle builds, and testing.

Skills Distribution
DomainDeveloper To...Kotlin Multiplatfo.. (30%)Jetpack Compose UI.. (25%)Android Networking.. (20%)Gradle Build Engin.. (15%)

Agent Skills by chmonya.inc

Showing 17 vetted skills indexed across 1 GitHub repositories.

chmonya-incchmonya-inc
1

android-data-layer

Implements Android data layers with Repository pattern, Room database, and offline-first synchronization.

Official
Intermediate
chmonya-incchmonya-inc
1

android-tdd

Guides test-driven development for Android and Kotlin Multiplatform code with tiered testing strategies.

Official
Advanced
chmonya-incchmonya-inc
1

dnd-kmp

Orchestrates Kotlin Multiplatform development for the D&D Helper app with architecture rules and skill delegation.

Official
Advanced
chmonya-incchmonya-inc
1

kmp-ktor

Configure Ktor HttpClient for Kotlin Multiplatform with engines, auth, serialization, and MockEngine testing.

Official
Advanced
chmonya-incchmonya-inc
1

android-debugging

Diagnose Android and KMP issues using Logcat, ADB, ANR traces, and R8 mapping files.

Official
Intermediate
chmonya-incchmonya-inc
1

android-ux

Applies Material Design 3 UX principles to design and audit Android Compose screens.

Official
Intermediate
chmonya-incchmonya-inc
1

android-dev

Applies senior-level architecture guidelines to Android and Kotlin Multiplatform development work.

Official
Advanced
chmonya-incchmonya-inc
1

android-retrofit

Configures Retrofit networking in Android with coroutines, OkHttp, Hilt, and repository error handling.

Official
Intermediate
chmonya-incchmonya-inc
1

kotlin-coroutines

Reviews and writes Kotlin coroutine code covering dispatchers, scopes, cancellation, and exception handling.

Official
Advanced
chmonya-incchmonya-inc
1

compose

Guides writing correct, performant Jetpack Compose and Compose Multiplatform UI code.

Official
Advanced
chmonya-incchmonya-inc
1

rxjava-migration

Migrate RxJava code to Kotlin coroutines and flows with explicit type and operator mappings.

Official
Advanced
chmonya-incchmonya-inc
1

kmp-boundaries

Designs Kotlin Multiplatform boundaries between common code and platform APIs using expect/actual or interfaces.

Official
Advanced
chmonya-incchmonya-inc
1

kotlin-flows

Guides correct selection, creation, and lifecycle-safe collection of Kotlin Flow, StateFlow, SharedFlow, and Channel.

Official
Advanced
chmonya-incchmonya-inc
1

coil-compose

Implements image loading in Compose Multiplatform apps using Coil 3 APIs.

Official
Intermediate
chmonya-incchmonya-inc
1

android-source-search

Fetches AOSP and AndroidX source code via Gitiles, GitHub raw URLs, and MCP tools.

Official
Intermediate
chmonya-incchmonya-inc
1

gradle-build-performance

Diagnoses and optimizes slow Android Gradle builds using build scans and configuration tuning.

Official
Intermediate
chmonya-incchmonya-inc
1

android-gradle-logic

Centralizes Android Gradle configuration into reusable convention plugins with composite builds and version catalogs.

Official
Intermediate

Frequently Asked Questions About chmonya.inc

FAQPage Schema
What 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.