Skip to main content

← All sources

Android Agent Skills skills

Android dev skills — Kotlin, Jetpack Compose, standardized for Copilot, Claude, Gemini, Cursor skills-hub.ai mirrors 17 skills from Android Agent Skills daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/new-silvermoon/awesome-android-agent-skills

Installing a Android Agent Skills skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Android Agent Skills skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Android Agent Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=android-skills

# Browse all sources
open https://skills-hub.ai/sources

Top Android Agent Skills skills

See all →

The most-installed skills from Android Agent Skills, ranked by adoption.

  1. 01android-emulator-skill

    4 installs

    Production-ready scripts for Android app testing, building, and automation. Provides semantic UI navigation, build automation, log monitoring, and emulator lifecycle management. Optimized for AI agents with minimal token output.

    Buildfrom Android Agent Skills
  2. 02android-accessibility

    1 installs

    Expert checklist and prompts for auditing and fixing Android accessibility issues, especially in Jetpack Compose.

    Buildfrom Android Agent Skills
  3. 03navigation3

    Implement navigation in Jetpack Compose using Navigation 3. Use when asked to build state-driven navigation, manage back stacks, scope ViewModels, implement adaptive layouts, or migrate from Navigation Compose.

    Buildfrom Android Agent Skills
  4. 04android-retrofit

    Expert guidance on setting up and using Retrofit for type-safe HTTP networking in Android. Covers service definitions, coroutines, OkHttp configuration, and Hilt integration.

    Buildfrom Android Agent Skills
  5. 05android-coroutines

    Authoritative rules and patterns for production-quality Kotlin Coroutines onto Android. Covers structured concurrency, lifecycle integration, and reactive streams.

    Buildfrom Android Agent Skills
  6. 06rxjava-to-coroutines-migration

    Guide and execute the migration of asynchronous code from RxJava to Kotlin Coroutines and Flow. Use this skill when a user asks to convert RxJava (Observables, Singles, Completables, Subjects) to Coroutines (suspend functions, Flows, StateFlows).

    Buildfrom Android Agent Skills
  7. 07android-gradle-logic

    Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.

    Buildfrom Android Agent Skills
  8. 08android-viewmodel

    Best practices for implementing Android ViewModels using Kotlin 2.3+ Explicit Backing Fields, StateFlow for UI state, and SharedFlow for one-off events.

    Buildfrom Android Agent Skills
  9. 09android-data-layer

    Guidance on implementing the Data Layer using Repository pattern, Room (Local), and Retrofit (Remote) with offline-first synchronization.

    Buildfrom Android Agent Skills
  10. 10compose-ui

    Best practices for building UI with Jetpack Compose, focusing on state hoisting, detailed performance optimizations, and theming. Use this when writing or refactoring Composable functions.

    Buildfrom Android Agent Skills
  11. 11android-architecture

    Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.

    Buildfrom Android Agent Skills
  12. 12coil-compose

    Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose.

    Buildfrom Android Agent Skills
  13. 13android-testing

    Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.

    Buildfrom Android Agent Skills
  14. 14compose-performance-audit

    Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI.

    Buildfrom Android Agent Skills
  15. 15kotlin-concurrency-expert

    Kotlin Coroutines review and remediation for Android. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve lifecycle issues in Kotlin/Android code.

    Buildfrom Android Agent Skills
  16. 16gradle-build-performance

    Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.

    Buildfrom Android Agent Skills
  17. 17xml-to-compose-migration

    Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.

    Buildfrom Android Agent Skills

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Sep 12, 2026, 4:24 PM (success).

Android Agent Skills skills, frequently asked

What are Android Agent Skills skills?

Android Agent Skills skills are AI coding skills published by Android Agent Skills (Android dev skills — Kotlin, Jetpack Compose, standardized for Copilot, Claude, Gemini, Cursor) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Android Agent Skills skills are available?

skills-hub.ai indexes 17 skills from Android Agent Skills, synced daily from the upstream GitHub repository (https://github.com/new-silvermoon/awesome-android-agent-skills).

How do I install a Android Agent Skills skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Android Agent Skills skills?

Yes. Every skill from this source is mirrored from Android Agent Skills's own GitHub repository (https://github.com/new-silvermoon/awesome-android-agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.