awesome-android-agent-skills
Expert Android development skills for AI coding assistants
All Skills in This Repository (32)
Pure Emerald Level Indicatorsnavigation3
Implements state-driven navigation in Jetpack Compose using Navigation 3 back stacks and serializable keys.
compose-ui
Guides writing Jetpack Compose UI with state hoisting, performance optimization, and theming.
coil-compose
Implements image loading in Jetpack Compose using Coil with AsyncImage and state handling.
android-accessibility
Audits Android Jetpack Compose components for accessibility issues and suggests fixes.
android-coroutines
Implements structured Kotlin Coroutines patterns for Android lifecycle-safe asynchronous programming.
android-retrofit
Implements type-safe HTTP networking in Android using Retrofit, coroutines, OkHttp, and Hilt.
kotlin-concurrency-expert
Reviews and fixes Kotlin Coroutines issues in Android codebases for lifecycle safety and structured concurrency.
android-gradle-logic
Configures scalable Android build systems using Gradle Convention Plugins and Version Catalogs.
android-data-layer
Implements Android data layers using Repository pattern, Room, and Retrofit with offline-first synchronization.
android-architecture
Guides Android app structuring with Clean Architecture, Hilt dependency injection, and modularization.
android-viewmodel
Implements Android ViewModels with StateFlow UI state and SharedFlow one-off events.
android-testing
Implements unit, Hilt integration, and Roborazzi screenshot tests for Android applications.
Frequently Asked Questions
FAQPage SchemaHow to install Awesome Android Agent Skills?โผ
Run `npx skills add new-silvermoon/awesome-android-agent-skills --all -g -y` in your terminal to install all Android skills globally.
What do these Android agent skills do?โผ
They give your AI coding assistant expert instructions for Android tasks like building Compose UIs, structuring Clean Architecture, writing Coroutines, and setting up Retrofit networking.
Which AI tools work with these Android skills?โผ
They work with GitHub Copilot, Claude, Cursor, Gemini, and any agent that reads the standard SKILL.md format from your project's .github/skills folder.
Can AI migrate my Android app from XML to Compose?โผ
Yes. The migration skills guide your agent through converting XML layouts to Jetpack Compose and RxJava code to Kotlin Coroutines step by step.
Do I need Android experience to use these skills?โผ
Basic Android project setup helps, but the skills let your AI agent handle the expert-level decisions like architecture, state management, and performance tuning for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core