almasumdev

306 mods across 15 repositories, 16 stars between them.

compose-animations

97

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.

1 4mo ago A 44 tokens

compose-images

98

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.

1 4mo ago A 38 tokens

jetpack-compose

100

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.

1 4mo ago A 43 tokens

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

102

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

103

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

104

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

105

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

106

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

107

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

108

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

113

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

114

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

117

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

118

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

119

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

120

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