almasumdev/awesome-kotlin-android-agent-skills

Curated agent skills, conventions, and workflows for building Kotlin Android apps with AI coding agents.

1Stars on the repository
20Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on managing state in Jetpack Compose using ViewModel, StateFlow, remember/rememberSaveable, state hoisting, and unidirectional data flow. Use this when implementing screens or refactoring stateful composables.

not rated 1 4mo ago A 50 tokens

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on a modern Kotlin-first Android application architecture using Clean Architecture, Gradle module separation, version catalogs, and Hilt DI. Use this when asked about project structure, module layout, or dependency injection.

not rated 1 4mo ago A 49 tokens

kotlin-data-layer

03

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on building a Kotlin offline-first data layer with Room, Retrofit, Flow-based observables, and the repository pattern. Use this for repositories, caching, and synchronization.

not rated 1 4mo ago A 40 tokens

gradle-kotlin-dsl

04

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Gradle Kotlin DSL for Android — build.gradle.kts patterns, convention plugins in build-logic, version catalogs, and settings configuration. Use this when touching any build file.

not rated 1 4mo ago A 45 tokens

kotlin-android-ci

05

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on CI/CD for Kotlin Android projects — GitHub Actions, Gradle remote cache, signing, Play Publisher, and Firebase App Distribution. Use this when setting up or debugging CI pipelines.

not rated 1 4mo ago A 45 tokens

kotlin-coroutines

06

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on writing correct Kotlin coroutines — structured concurrency, scopes, dispatchers, cancellation, supervisorScope, and exception handling. Use this whenever you add suspending code.

not rated 1 4mo ago A 40 tokens

kotlin-flow

07

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Kotlin Flow — cold vs hot flows, StateFlow / SharedFlow, common operators, combining, back-pressure, and testing with Turbine. Use this for any reactive data stream work.

not rated 1 4mo ago A 44 tokens

retrofit-kotlin

08

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on configuring Retrofit + OkHttp + kotlinx.serialization for Kotlin Android — interceptors, auth refresh, retries, error mapping, and test doubles. Use this for any networking setup.

not rated 1 4mo ago A 42 tokens

livedata-to-flow

09

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on migrating LiveData to StateFlow / SharedFlow, including lifecycle-aware collection, Transformations replacements, and Java interop. Use this when modernizing a ViewModel or removing the lifecycle-livedata dependency.

not rated 1 4mo ago A 49 tokens

views-to-compose

10

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on migrating Android Views / XML layouts to Jetpack Compose incrementally, including AndroidView / ComposeView interop, Fragment hosting, and shared ViewModel strategies. Use this when modernizing a legacy codebase.

not rated 1 4mo ago A 48 tokens

compose-performance

11

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on diagnosing and fixing Jetpack Compose performance problems using recomposition tracing, stability/immutability annotations, and Compose compiler metrics. Use this for jank, slow lists, or recomposition complaints.

not rated 1 4mo ago A 44 tokens

compose-ui-testing

13

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Jetpack Compose UI testing with createAndroidComposeRule, semantics matchers, synchronization, and screenshot tests with Paparazzi or Roborazzi. Use this for instrumented and screenshot UI tests.

not rated 1 4mo ago A 46 tokens

kotlin-testing

14

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Kotlin unit testing with JUnit 5, MockK, kotlinx-coroutines-test, Turbine, and fluent assertion libraries. Use this when writing or reviewing unit tests.

not rated 1 4mo ago A 41 tokens

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Android localization, res/values-, string plurals, ICU MessageFormat, RTL layouts, and per-app locale (AppCompat 1.7 / Android 13+). Use this for any i18n / l10n task.

not rated 1 4mo ago A 56 tokens

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on building accessible Compose UIs with semantics modifiers, TalkBack support, correct touch target sizing, contrast, and large-text scaling. Use this when authoring or reviewing any user-facing composable.

not rated 1 4mo ago A 45 tokens

compose-animations

17

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Compose animation APIs including animateAsState, AnimatedVisibility, updateTransition, AnimatedContent, and shared element transitions introduced in Compose 1.7+. Use this for motion design tasks.

not rated 1 4mo ago A 44 tokens

compose-images

18

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on loading and displaying images in Compose using Coil 3, including placeholders, error fallbacks, caching, and memory tuning. Use this for any image-loading task.

not rated 1 4mo ago A 38 tokens

compose-navigation

19

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Compose Navigation using typed routes with kotlinx.serialization, NavHost setup, deep links, and navigation-scoped ViewModels. Use this for any navigation task.

not rated 1 4mo ago A 36 tokens

jetpack-compose

20

almasumdev/awesome-kotlin-android-agent-skills

Skill Claude CodeCodex

Expert guidance on writing idiomatic Jetpack Compose UI with correct recomposition behavior, stable parameters, Material 3 theming, and reusable patterns. Use this for any composable authoring task.

not rated 1 4mo ago A 43 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: