almasumdev/awesome-java-android-agent-skills

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

1Stars on the repository
21Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on structuring a Java-based Android application using Clean Architecture, feature modularization, and dependency injection with Hilt. Use this when asked about project structure, module layout, or DI in a Java codebase.

1 4mo ago A 50 tokens

java-data-layer

02

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on building an offline-first data layer in Java using Room, Retrofit, and the Repository pattern. Use this when designing repositories, DAOs, DTO-to-entity mapping, or cache strategies.

1 4mo ago A 44 tokens

java-mvvm

03

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on implementing MVVM in Java using Jetpack ViewModel and LiveData with unidirectional data flow. Use this when building screens, wiring Fragments/Activities to state holders, or reviewing MVVM code in Java.

1 4mo ago A 51 tokens

gradle-groovy

04

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on writing and maintaining Android Gradle build files in Groovy DSL for a Java project — product flavors, signing configs, build types, and dependency management. Use this when configuring build.gradle for new modules or flavors.

1 4mo ago A 51 tokens

java-android-ci

05

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on setting up GitHub Actions CI for a Java Android project — JDK 17, Gradle caching, lint, unit + instrumented tests, signing, and Play Publisher. Use this when creating or tuning CI pipelines for a Java-based Android app.

1 4mo ago A 58 tokens

java-executors

06

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on using java.util.concurrent (ExecutorService, ThreadPoolExecutor, Futures, ListenableFuture) on Android from Java. Use this when designing background work, custom thread pools, or cancellation-aware pipelines.

1 4mo ago A 47 tokens

retrofit-java

07

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Retrofit 2 + OkHttp 4 from Java — services, converters, interceptors, call adapters, timeouts, and error body parsing. Use this when building or reviewing the networking layer in a Java Android app.

1 4mo ago A 51 tokens

rxjava3

08

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on RxJava 3 for Android — Observable, Single, Flowable, schedulers, disposables, and error handling. Use this when building reactive pipelines or maintaining existing RxJava code in Java.

1 4mo ago A 46 tokens

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Mechanical, safety-oriented migration from findViewById to Jetpack ViewBinding in a Java Android codebase. Use this when modernizing an older project that still uses findViewById throughout Activities, Fragments, and adapters.

1 4mo ago A 54 tokens

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on optimizing a Java Android Gradle build — configuration cache, R8 optimization, resource shrinking, parallel execution, and remote build cache. Use this when build times regress or APK/AAB size bloats.

1 4mo ago A 48 tokens

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on auditing a Java Android app's runtime performance with Android Studio Profiler, StrictMode, Layout Inspector, and GPU overdraw. Use this when investigating jank, slow startup, ANRs, or memory leaks.

1 4mo ago A 50 tokens

espresso-java

13

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Android UI testing in Java with Espresso, IdlingResource, Hilt test rules, and Robolectric for fast JVM UI tests. Use this when writing instrumented tests, replacing flaky sleeps, or setting up a hermetic UI test harness.

1 4mo ago A 54 tokens

junit-mockito

14

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on unit testing Java Android code with JUnit, Mockito, and parameterized tests for ViewModels, repositories, and use cases. Use this when writing or reviewing JVM-side unit tests.

1 4mo ago A 45 tokens

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on using the Jetpack Navigation Component from Java with an XML nav graph, Safe Args, and deep links. Use this when adding screens, passing arguments, or wiring a bottom nav/drawer in a Java project.

1 4mo ago A 51 tokens

android-views-xml

17

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on authoring modern Android XML layouts with ConstraintLayout, the Material 3 style/theme system, and proper resource organisation. Use this when creating or reviewing layout, dimens, colors, or themes XML.

1 4mo ago A 48 tokens

glide-images

18

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on using Glide 4 from Java for image loading, caching, placeholders, thumbnails, and transformations. Use this when loading remote or local images on Android.

1 4mo ago A 37 tokens

java-accessibility

19

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on Android accessibility from Java — contentDescription, TalkBack, touch targets, dynamic text sizing, and Accessibility Scanner. Use this when building UI or auditing an existing screen for a11y.

1 4mo ago A 44 tokens

java-localization

20

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on localizing Android apps from Java — strings.xml variants, plurals, ICU MessageFormat, RTL, and per-app locale. Use this when adding a language, handling pluralization, or enabling runtime language switching.

1 4mo ago A 49 tokens

almasumdev/awesome-java-android-agent-skills

Skill Claude CodeCodex

Expert guidance on using Jetpack ViewBinding idiomatically from Java in Activities, Fragments, and RecyclerView adapters. Use this when wiring XML to Java code, replacing findViewById, or reviewing ViewBinding usage.

1 4mo ago A 50 tokens