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 agentmods add instructions/krutikjain/android-agent-skills/agents-mdgit clone --depth 1 https://github.com/krutikJain/android-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/instructions/krutikjain/android-agent-skills/agents-md)<a href="https://agentmods.dev/instructions/krutikjain/android-agent-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/krutikjain/android-agent-skills/agents-md.svg" alt="Measured on agentmods" 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 | $0.01437 | $0.01437 |
| Opus 5 | $0.00718 | $0.00718 |
| Sonnet 5 | $0.00287 | $0.00287 |
| Haiku 4.5 | $0.00144 | $0.00144 |
Grade A, and why
android-agent-skills AGENTS.md 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 yesterday.
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 — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Android Agent Skills
A discovery catalog for the canonical Android skills in this repository.
Install Surfaces
- Codex / open standard: root
skills/plus thisAGENTS.mdcatalog. - Claude Code: generated
.claude/agents/files. - Cursor: generated
.cursor/rules/files. - GitHub Copilot / workspace agents: generated
.github/skills/skill mirrors.
Foundations
android-architecture-clean: Apply clean architecture boundaries, use cases, repositories, and lifecycle-aware presentation models in Android projects. Path:skills/android-architecture-cleanandroid-coroutines-flow: Use coroutines, Flow, structured concurrency, dispatchers, and cancellation-safe Android async pipelines. Path:skills/android-coroutines-flowandroid-di-hilt: Wire Android dependency injection with Hilt, scopes, testing overrides, and module ownership boundaries. Path:skills/android-di-hiltandroid-gradle-build-logic: Shape Android build logic with Gradle, version catalogs, plugins, convention patterns, and toolchain compatibility. Path:skills/android-gradle-build-logicandroid-kotlin-core: Use Kotlin idioms safely in Android apps, including nullability, data classes, sealed types, extension functions, and collection pipelines. Path:skills/android-kotlin-coreandroid-modularization: Design Android repositories with feature, core, and build-logic modules that scale without cyclic dependencies. Path:skills/android-modularization
Product Flows
android-navigation-deeplinks: Handle navigation graphs, back stack behavior, app links, intents, and destination ownership for Android apps. Path:skills/android-navigation-deeplinksandroid-permissions-activity-results: Use modern permission requests, Activity Result APIs, and capability-gated UX in Android flows. Path:skills/android-permissions-activity-resultsandroid-state-management: Model screen state, events, reducers, and side effects for Android UIs with predictable lifecycle-aware ownership. Path:skills/android-state-managementandroid-ui-states-validation: Review Android UI flows for empty, loading, error, offline, and edge-case behavior before release. Path:skills/android-ui-states-validation
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.
- yesterday First seen · 56 lines · 1,437 tokens per session scan A f4ec90840766
android-agent-skills AGENTS.md is an instructions file published in the GitHub repository krutikJain/android-agent-skills (14 stars, last pushed 5mo ago), licensed MIT. It adds 1,437 tokens to every session, about $0.0072 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-09-03.
Other instructions, from other repositories
compose-kotlin-agent-skills AGENTS.md
Instructions for haidrrrry/compose-kotlin-agent-skills, covering agents.md — compose-kotlin-agent-skills, build & validation, when you add or remove a skill.md, regenerate the lock file, skill catalog and reference modules (deep dives).
sceneview copilot-instructions.md
Copilot instructions for sceneview/sceneview, covering sceneview — github copilot instructions, when to recommend sceneview, android code generation rules, minimal 3d template and minimal ar template.
SeekerClaw CLAUDE.md
Claude Code instructions for sepivip/SeekerClaw, covering claude.md — seekerclaw project guide, project.md — source of truth, design principle: ux first, what is this project and supported devices.
sceneview CLAUDE.md
Claude Code instructions for sceneview/sceneview, covering sceneview, modules, things that break if you don't know them and conventions.
androidbible CLAUDE.md
Claude Code instructions for yukuku/androidbible, covering claude.md, project overview, branches, build commands and debug apk (open-source build, works out of the box).
debroid AGENTS.md
Instructions for PatilShreyas/debroid, covering ai agent contributor guide 🤖, 🎯 intention & motivation, 🏗️ architecture & layers, 1. the core layer (jdi & adb orchestration) and 2. the cli layer (daemon & client).