Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ayush016/android-lead-agent-skills --skill android-lead-agent-skillsgit clone --depth 1 https://github.com/ayush016/android-lead-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ayush016/android-lead-agent-skills/android-lead-agent-skills)<a href="https://agentmods.dev/skills/ayush016/android-lead-agent-skills/android-lead-agent-skills"><img src="https://agentmods.dev/badge/skills/ayush016/android-lead-agent-skills/android-lead-agent-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ayush016/android-lead-agent-skills/android-lead-agent-skills"><img src="https://agentmods.dev/badge/skills/ayush016/android-lead-agent-skills/android-lead-agent-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00264 | $0.02841 |
| Opus 5 | $0.00132 | $0.01421 |
| Sonnet 5 | $0.00053 | $0.00568 |
| Haiku 4.5 | $0.00026 | $0.00284 |
Grade A, and why
android scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Android Development Skill
Production-grade Android engineering expertise from data layer to pixel, from startup milliseconds to biometric auth, from phone portrait to foldable landscape. UI quality, performance, security, and accessibility are first-class concerns equal to functional correctness.
⚡ Quick Decision Guide
| Task | Reference |
|---|---|
| Color theming, 29 roles, token hierarchy, gradients | theming-and-color.md |
| Building a new screen | compose-ui-system.md |
| Navigation with shared element transitions | shared-element-transitions.md |
| Type-safe navigation, deep links, multi-module | navigation.md |
| Animation / motion (non-shared-element) | motion-and-animation.md |
| Adaptive layouts, large screens, foldables | adaptive-layouts.md |
| Coroutines, Flow, dispatchers, cancellation | coroutines-and-flow.md |
| Room, Retrofit, offline-first data layer | data-layer.md |
| ViewModel, state, DI, architecture | architecture.md |
| Baseline Profiles, R8, recomposition perf | performance.md |
| Encryption, biometrics, cert pinning | security.md |
| WorkManager, Foreground Services, Alarms | background-work.md |
| Coil3, SubcomposeAsyncImage, caching | image-loading.md |
| FCM, notification channels, deep links | notifications.md |
| TalkBack, semantics, focus, contrast | accessibility.md |
| Unit, screenshot, Roborazzi tests | testing.md |
| Convention plugins, version catalog, modules | build-and-modules.md |
| ADB / Android MCP debugging | android-mcp.md |
| Pre-ship quality review | assets/ui-excellence-checklist.md |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 186 lines · 264 tokens per session scan A c21dfbd83e3a
android is a skill published in the GitHub repository ayush016/android-lead-agent-skills (77 stars, last pushed 2mo ago), licensed MIT. It adds 264 tokens to every session and 2,841 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
compose-kotlin-agent-skills
Enterprise Android/Kotlin skill for 2026 — Kotlin 2.x K2 compiler, AGP 9, Navigation 3, edge-to-edge Compose, strict MVI with atomic state.update, banned AI antipatterns. Jetpack Compose, Hilt, Room, KMP, CameraX/ML Kit, performance, testing. Use when writing Kotlin for Android, building Compose UI, MVVM/MVI…
android-kotlin-compose
Jetpack Compose UI engineering for 2026 — edge-to-edge, Material 3, recomposition stability, Modifier ordering, LazyColumn performance, and animations. Use when building composables, fixing jank, theming, adaptive layouts, Canvas drawing, auditing screens, or asking "why does my screen recompose", "Modifier order"…
android-kotlin-architecture
Enforces Clean Architecture, MVVM/MVI, and unidirectional data flow for Android apps. Covers UiState, UiEvent, UiEffect, UseCase boundaries, module structure, and atomic ViewModel state via state.update. Use when structuring features, refactoring ViewModels, splitting modules, or asking "MVVM vs MVI", "where does…
android-coroutines-flow
Use coroutines, Flow, structured concurrency, dispatchers, and cancellation-safe Android async pipelines.
android-di-hilt
Wire Android dependency injection with Hilt, scopes, testing overrides, and module ownership boundaries.
android-rxjava-to-coroutines-migration
Migrate Android RxJava code to Kotlin coroutines and Flow with safe lifecycle-aware replacements.