piyushverma0/android-agent-skills

27 Android skills for AI agents (Claude Code, Codex, Cursor). Fixes Supabase auth, Hilt errors, design inconsistency, kapt→ksp, missing UiState states. Reduced my token bills 5×. FitGenZ AI shipped in 18 days.

This repository also configures its own agents. See what android-agent-skills tells them →

15Stars on the repository
28Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

accessibility

01

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Android accessibility for AI agents. Use this skill whenever implementing accessibility, TalkBack support, content descriptions, semantic properties, touch target sizes, contrast ratios, screen reader support, contentDescription, semantics modifier, clearAndSetSemantics, mergeDescendants, heading, stateDescription…

not rated 15 4mo ago A 101 tokens original MIT

adaptive-ui

02

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Adaptive UI for Android — responsive layouts for phones, tablets, foldables, Chromebooks, and large screens. Use this skill for EVERY screen you build. Triggers on: WindowSizeClass, ListDetailPaneScaffold, SupportingPaneScaffold, ThreePaneScaffold, NavigationSuiteScaffold, NavigationRail, NavigationDrawer, adaptive…

not rated 15 4mo ago A 157 tokens original MIT

piyushverma0/android-agent-skills

Skill Claude CodeCodex

MVVM + Clean Architecture + Unidirectional Data Flow patterns for Android AI agents. Use this skill whenever designing app structure, creating ViewModels, Repositories, UseCases, data classes, domain models, UiState, UiEvent, package structure, separation of concerns, data layer, domain layer, presentation layer…

not rated 15 4mo ago A 136 tokens original MIT

android-setup

04

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Android project initialization and environment setup for AI agents. Use this skill whenever starting a new Android project, setting up build files, configuring version catalogs, choosing SDK versions, setting up Kotlin DSL, or when the agent needs to know the project's base configuration. Triggers on: new Android…

not rated 15 4mo ago A 133 tokens original MIT

android-testing

05

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Android testing for AI agents. Use this skill whenever writing unit tests, integration tests, UI tests, ViewModel tests, Repository tests, DAO tests, Compose UI tests, Hilt testing, @HiltAndroidTest, TestCoroutineDispatcher, runTest, turbine Flow testing, MockK, Mockito, FakeRepository, Robolectric, Espresso, Compose…

not rated 15 4mo ago A 120 tokens original MIT

biometrics

06

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Biometric authentication for Android AI agents. Use this skill whenever implementing fingerprint authentication, face unlock, biometric login, BiometricPrompt, BiometricManager, CryptoObject, Keystore encryption with biometrics, Class 2 vs Class 3 biometrics, biometric availability check, fallback to PIN/pattern…

not rated 15 4mo ago A 83 tokens original MIT

ci-cd-android

07

piyushverma0/android-agent-skills

Skill Claude CodeCodex

CI/CD pipeline for Android AI agents. Use this skill whenever setting up GitHub Actions for Android, automated testing in CI, APK/AAB build automation, Play Store deployment automation, Fastlane for Android, code quality checks in CI, lint in pipeline, unit test automation, instrumented test automation, Firebase Test…

not rated 15 4mo ago A 95 tokens original MIT

compose-animation

08

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Jetpack Compose animations for Android AI agents — M3 Expressive motion system. Use this skill for any animation: AnimatedVisibility, AnimatedContent, Crossfade, animateAsState, animateColorAsState, animateDpAsState, animateFloatAsState, updateTransition, InfiniteTransition, rememberInfiniteTransition, spring physics…

not rated 15 4mo ago A 148 tokens original MIT

compose-navigation

09

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Jetpack Compose Navigation for Android AI agents. Use this skill whenever implementing navigation, NavHost, NavController, back stack, deep links, navigation arguments, routes, type-safe navigation, @Serializable routes, navController.navigate, popBackStack, navigateUp, bottom navigation, tab navigation, nested…

not rated 15 4mo ago A 138 tokens original MIT

compose-ui

10

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Jetpack Compose UI best practices for AI agents building Android apps. Use this skill whenever writing any Composable function, building screens, handling UI state, working with Scaffold, LazyColumn, ModalBottomSheet, BottomSheet, edge-to-edge, IME keyboard insets, recomposition, side effects, LaunchedEffect…

not rated 15 4mo ago A 131 tokens original MIT

datastore

11

piyushverma0/android-agent-skills

Skill Claude CodeCodex

DataStore (Preferences and Proto) for Android AI agents. Use this skill whenever storing user preferences, settings, small key-value data, replacing SharedPreferences, using DataStore Preferences, DataStore Proto, reading/writing Flow from DataStore, Hilt DataStore injection, migration from SharedPreferences, or any…

not rated 15 4mo ago A 109 tokens original MIT

design-system

12

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Global-level design system for Android AI agents — Material 3 Expressive. Use this skill for visual consistency: spacing tokens, 8dp grid, M3 typography scale (15 styles), HCT color system, dynamic color Material You, shape system with morphing, motion tokens, physics-based spring animations, design tokens…

not rated 15 4mo ago A 144 tokens original MIT

design-tokens

13

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Material 3 design system foundation for Android apps. Use this skill for ANY theming, color, spacing, shape, or elevation work — MaterialTheme, colorScheme, ColorScheme roles, lightColorScheme, darkColorScheme, dynamicColorScheme, primary/secondary/tertiary/surface/background tokens, onSurface, onBackground…

not rated 15 4mo ago A 162 tokens original MIT

firebase

14

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Firebase integration for Android AI agents. Use this skill whenever integrating Firebase Authentication, Firestore, Realtime Database, Firebase Storage, Firebase Analytics, Firebase Crashlytics, Firebase Messaging (FCM), Firebase Remote Config, Firebase App Check, google-services.json, Firebase SDK setup, BoM (Bill of…

not rated 15 4mo ago A 104 tokens original MIT

gradle

15

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Gradle build system for Android AI agents. Use this skill whenever configuring Gradle, managing dependencies with Version Catalog, Gradle Kotlin DSL, Convention Plugins, composite builds, build variants, product flavors, build types, signing configs, Gradle properties, build optimization, configuration cache, parallel…

not rated 15 4mo ago A 123 tokens original MIT

hilt-di

16

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Hilt dependency injection for Android AI agents. Use this skill whenever setting up Hilt, writing @HiltViewModel, @AndroidEntryPoint, @HiltAndroidApp, @Module, @InstallIn, @Provides, @Binds, @Singleton, @ViewModelScoped, @ActivityScoped, @EntryPoint, @AssistedInject, @HiltWorker, @HiltAndroidTest, @BindValue, or…

not rated 15 4mo ago A 155 tokens original MIT

kotlin-patterns

17

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Idiomatic Kotlin patterns for Android AI agents. Use this skill whenever writing Kotlin code for Android, especially: coroutines, Flow, StateFlow, SharedFlow, viewModelScope, lifecycleScope, Dispatchers, withContext, suspend functions, sealed classes, sealed interfaces, data classes, extension functions, scope…

not rated 15 4mo ago A 134 tokens original MIT

material3

18

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Material 3 Expressive components and theming for Android AI agents. Use this skill for any M3 component: TopAppBar, LargeTopAppBar, CenterAlignedTopAppBar, BottomAppBar, FAB, ExtendedFAB, NavigationBar, NavigationRail, NavigationDrawer, NavigationSuiteScaffold, ModalBottomSheet, Chip (Filter/Assist/Input/Suggestion)…

not rated 15 4mo ago A 172 tokens original MIT

notifications

19

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Android notifications for AI agents. Use this skill whenever implementing push notifications, local notifications, notification channels, FCM (Firebase Cloud Messaging), notification styles (BigText, BigPicture, Inbox), notification actions, notification groups, notification importance, foreground services with…

not rated 15 4mo ago A 84 tokens original MIT

offline-first

20

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Offline-first architecture for Android AI agents. Use this skill whenever the app needs to work without internet, implementing cache-first strategy, local-first data, sync architecture, optimistic UI updates, conflict resolution, network connectivity monitoring, WorkManager background sync, retry logic, pending…

not rated 15 4mo ago A 113 tokens original MIT

performance

21

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Android app performance for AI agents. Use this skill whenever optimizing app performance, reducing recomposition, Compose stability, @Stable, @Immutable, skippable composables, baseline profiles, R8 optimization, lazy loading, image memory, Coil caching, RecyclerView vs LazyList performance, memory leaks, LeakCanary…

not rated 15 4mo ago A 110 tokens original MIT

permissions

22

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Android runtime permissions for AI agents. Use this skill whenever requesting permissions, handling permission results, camera permission, location permission, microphone permission, storage permission, contacts permission, notifications permission, Bluetooth permission, ActivityResultLauncher, requestPermissions…

not rated 15 4mo ago A 83 tokens original MIT

play-store-release

23

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Play Store release process for Android AI agents. Use this skill whenever preparing an Android app for Play Store submission, creating a release AAB, app signing, Play App Signing, version code management, release tracks (internal/alpha/beta/production), store listing requirements, content ratings, data safety form…

not rated 15 4mo ago A 121 tokens original MIT

retrofit

24

piyushverma0/android-agent-skills

Skill Claude CodeCodex

Retrofit HTTP networking for Android AI agents. Use this skill whenever implementing REST API calls, Retrofit service interfaces, OkHttp client, interceptors, authentication headers, API key injection, JWT tokens, @GET @POST @PUT @DELETE @PATCH annotations, @Query @Path @Body @Header @Field @Multipart…

not rated 15 4mo ago A 122 tokens original MIT

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: