ShinKev

19 mods across 1 repository, 2 stars between them.

android-viewmodel

01

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Best practices for implementing ViewModels in KMP/CMP. ViewModel is now KMP-compatible via org.jetbrains.androidx.lifecycle. Covers StateFlow for UI state, SharedFlow for events, and platform differences in lifecycle-aware collection.

2 2mo ago A 50 tokens

kmp-architecture

02

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Expert guidance on setting up and maintaining a modern Kotlin Multiplatform (KMP) + Compose Multiplatform (CMP) application architecture. Use when asked about project structure, KMP module setup, Koin DI, or cross-platform clean architecture.

2 2mo ago A 55 tokens

kmp-data-layer

03

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Guidance on implementing the KMP Data Layer using the Repository pattern, SQLDelight (relational), MultiplatformSettings (key-value), and Ktor Client (remote) with offline-first synchronization.

2 2mo ago A 46 tokens

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Expert guidance on setting up scalable Gradle build logic for KMP + CMP projects using Convention Plugins and Version Catalogs.

2 2mo ago A 30 tokens

android-coroutines

05

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Authoritative rules and patterns for production-quality Kotlin Coroutines on Android. Covers structured concurrency, lifecycle integration, and reactive streams. Android-specific — for KMP shared coroutines patterns see kotlin-concurrency-expert.

2 2mo ago A 46 tokens

kmp-networking-ktor

06

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Expert guidance on setting up and using Ktor Client for type-safe HTTP networking in KMP. Covers client configuration, platform engines, ContentNegotiation with kotlinx.serialization, authentication, error handling, and Koin integration.

2 2mo ago A 50 tokens

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Kotlin Coroutines review and remediation for KMP and Android codebases. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve scoping issues in any Kotlin code (commonMain, androidMain, iosMain).

2 2mo ago A 58 tokens

kmp-di-koin

08

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Expert guidance on setting up and using Koin for dependency injection in KMP projects. Covers commonMain module definitions, platform-specific modules, ViewModel injection, iOS initialization, and migration from Hilt to Koin.

2 2mo ago A 50 tokens

kmp-expect-actual

09

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Expert guidance on when and how to use Kotlin Multiplatform expect/actual declarations vs interface + Koin DI. Use when implementing platform-specific functionality, deciding where platform code belongs, or resolving compilation errors in KMP source sets.

2 2mo ago A 53 tokens

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Guide and execute the migration of asynchronous code from RxJava to Kotlin Coroutines and Flow. Use this skill when a user asks to convert RxJava (Observables, Singles, Completables, Subjects) to Coroutines (suspend functions, Flows, StateFlows).

2 2mo ago A 63 tokens

ShinKev/kmp-skill-library

Skill Claude CodeCodex

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.

2 2mo ago A 41 tokens

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Audit and improve Compose Multiplatform (CMP) runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in shared or Android Compose UI.

2 2mo ago A 49 tokens

ShinKev/kmp-skill-library

Skill Claude CodeCodex

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

2 2mo ago A 37 tokens

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Production-ready scripts for Android app testing, building, and automation. Provides semantic UI navigation, build automation, log monitoring, and emulator lifecycle management. Optimized for AI agents with minimal token output.

2 2mo ago A 45 tokens

kmp-testing

15

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Comprehensive KMP testing strategy. Covers commonTest with kotlin.test + Turbine for shared logic, androidTest with Compose test rules and Roborazzi screenshot tests, and iOS snapshot testing guidance.

2 2mo ago A 44 tokens

cmp-navigation

17

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Implement type-safe navigation in Compose Multiplatform using the JetBrains Navigation Compose Multiplatform library. Use when setting up navigation, passing arguments, handling deep links, or structuring multi-screen KMP apps.

2 2mo ago A 45 tokens

coil-compose

18

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Expert guidance on using Coil 3 for image loading in Compose Multiplatform. Use when asked about loading images from URLs, handling image states, or optimizing image performance in CMP (Android + iOS).

2 2mo ago A 44 tokens

compose-ui

19

ShinKev/kmp-skill-library

Skill Claude CodeCodex

Best practices for building UI with Compose Multiplatform (CMP), focusing on state hoisting, performance optimizations, and theming. Shared composables live in commonMain. Use this when writing or refactoring Composable functions in KMP/CMP projects.

2 2mo ago A 55 tokens