Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A collection of standardized Agent Skills to teach GitHub Copilot, Claude, Gemini and Cursor about modern Android development (Kotlin, Jetpack Compose, etc.).
| Date | Stars |
|---|---|
| 2026-07-31 | 907 |
| 2026-08-05 | 911 |
| 2026-08-06 | 911 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Awesome Android Agent Skills
[](https://agentskills.io)
[](https://developer.android.com)
Welcome to **Awesome Android Agent Skills**, a repository of specialized "brains" for your AI coding assistants. This project provides a suite of **Agent Skills** designed to supercharge GitHub Copilot, Claude, Google Gemini, Cursor and other agentic AI tools with expert knowledge of modern Android development.
## What are Agent Skills?
**Agent Skills** are a standardized way to package capabilities, instructions, and best practices for AI agents. Instead of pasting the same prompt repeatedly ("How do I implement MVVM?", "Check this for accessibility"), you install these skills into your agent's environment.
When an agent detects you are working on a relevant task (e.g., "Create a verified repository"), it automatically loads the expert instructions from the corresponding `SKILL.md` file. This ensures:
* **Consistency**: The agent always follows your defined architecture.
* **Accuracy**: It uses the latest 2025 best practices (Compose, Hilt, Room).
* **Efficiency**: No need for long context-stuffing prompts.
> Learn more at [agentskills.io](https://agentskills.io).
## How Skills Work Together
Skills reference each other and build on shared context. The `Agent.md` file is the foundation — every AI agent interacting with your project reads it implicitly to understand your project's architecture, minimum SDK, and testing philosophy before executing any specific tasks.
```text
┌───────────────────────────────────────────┐
│ Agent.md │
│ (read by all AI agents implicitly) │
└─────────────────────┬─────────────────────┘
│
┌───────────────┬───────┴───────┬───────────────┐
▼ ▼ ▼ ▼
┌──────────┐ ┌───────────┐ ┌────────────┐ ┌────────────┐
│ Architect│ │ UI & Nav │ │ Migration │ │ Automation │
├──────────┤ ├───────────┤ ├────────────┤ ├────────────┤
│viewmodel │ │compose-ui │ │rx-to-corout│ │testing │
│data-layer│ │navigation │ │xml2compose │ │emulator │
│clean-arch│ │coil-image │ │ │ │ │
└──────────┘ └───────────┘ └────────────┘ └────────────┘
```
## Available Skills
These skills are categorized into domains in `.github/skills/` to provide specialized instructions for compatible agents.
### Architecture
* **[Android Architecture](.github/skills/architecture/android-architecture/SKILL.md)** - Expert guidance on **Clean Architecture**, **Modularization**, and **Dependency Injection** with **Hilt**.
* **[ViewModel & State](.github/skills/architecture/android-viewmodel/SKILL.md)** - Proper implementation using `StateFlow` and `SharedFlow`.
* **[Data Layer & Offline-First](.github/skills/architecture/android-data-layer/SKILL.md)** - **Repository Pattern** with **Room** and **Retrofit**.
### UI (Compose & Legacy)
* **[Jetpack Compose UI](.github/skills/ui/compose-ui/SKILL.md)** - Best practices for stateless, performant Composables.
* **[Compose Navigation](.github/skills/ui/compose-navigation/SKILL.md)** - Type-safe navigation, deep links, and nested graphs.
* **[Coil for Jetpack Compose](.github/skills/ui/coil-compose/SKILL.md)** - Expert guidance on image loading in Compose.
* **[Accessibility](.github/skills/ui/android-accessibility/SKILL.md)** - Auditing content descriptions, touch targets, and contrast.
### Migration
* **[XML to Compose Migration](.github/skills/migration/xml-to-compose-migration/SKILL.md)** - Converting XML layouts to idiomatic Jetpack Compose.
* **[RxJava to Coroutines Migration](.github/skills/migration/rxjava-to-coroutines-migration/SKILL.md)** - Migrating asynchronous code from RxJava to Coroutines and FloExcerpt of 8,033 characters
Read on GitHub29
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:2c57bac5c9d2734e, llm:Repository description: 'A collection of standardized Agent Skills to teach GitHub Copilot, Claude, Gemini and Cursor about modern Android development (Kotlin, Jetpack Compose, etc.)'.
matched fp:2c57bac5c9d2734e, llm:Repository description: 'A collection of standardized Agent Skills to teach GitHub Copilot, Claude, Gemini and Cursor about modern Android development (Kotlin, Jetpack Compose, etc.)'.
matched fp:2c57bac5c9d2734e, llm:Repository description: 'A collection of standardized Agent Skills to teach GitHub Copilot, Claude, Gemini and Cursor about modern Android development (Kotlin, Jetpack Compose, etc.)'.