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/guillemroca/agent-skills-android/agents-mdgit clone --depth 1 https://github.com/GuillemRoca/agent-skills-androidWrote 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/guillemroca/agent-skills-android/agents-md)<a href="https://agentmods.dev/instructions/guillemroca/agent-skills-android/agents-md"><img src="https://agentmods.dev/badge/instructions/guillemroca/agent-skills-android/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.01534 | $0.01534 |
| Opus 5 | $0.00767 | $0.00767 |
| Sonnet 5 | $0.00307 | $0.00307 |
| Haiku 4.5 | $0.00153 | $0.00153 |
Grade A, and why
agent-skills-android 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 4d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Agent Skills for Android
Skill-First Execution Model
When working on an Android project with agent skills installed, always check for a matching skill before implementing directly. Skills provide battle-tested workflows that prevent common mistakes.
Structured Lifecycle
Work follows a five-phase lifecycle. Each phase has dedicated skills:
DEFINE → PLAN → BUILD → VERIFY → REVIEW → SHIP
| Phase | Skills | Purpose |
|---|---|---|
| DEFINE | interview-me, idea-refine, spec-driven-development, context-engineering |
Sharpen ideas, write specs, set up AI context |
| PLAN | planning-and-task-breakdown, android-architecture |
Break work into tasks, make architecture decisions |
| BUILD | incremental-implementation, test-driven-development, android-ui-engineering, android-data-persistence, android-background-work, api-and-interface-design, source-driven-development, doubt-driven-development, code-simplification, documentation-and-adrs |
Implement incrementally with TDD |
| VERIFY | android-device-testing, android-e2e-verification, android-accessibility, debugging-and-error-recovery, performance-optimization |
Test, debug, and validate |
| REVIEW | code-review-and-quality, security-and-hardening |
Review quality and security |
| SHIP | ci-cd-and-automation, git-workflow-and-versioning, shipping-and-launch, observability-and-instrumentation, deprecation-and-migration |
Automate, version, observe, and release |
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.
- 4d ago First seen · 126 lines · 1,534 tokens per session scan A 753d51ab49ac
agent-skills-android AGENTS.md is an instructions file published in the GitHub repository GuillemRoca/agent-skills-android (2 stars, last pushed 2mo ago), licensed MIT. It adds 1,534 tokens to every session, about $0.0077 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-31.
Other instructions, from other repositories
spec-kitty AGENTS.md
AGENTS.md instructions for Priivacy-ai/spec-kitty, covering spec kitty development guidelines, ⚠️ critical: load the project charter first, ⚠️ critical: template source location, ⚠️ critical: use canonical sources, never improvise and ⚠️ critical: git workflow — no direct pushes to origin/main.
eai-gofer language-server.instructions.md
Instructions for eai-support/eai-gofer, covering language server development instructions, architecture, key files, mcp tools (6 total) and adding new mcp tools.
sdd-starter CLAUDE.md
Claude Code instructions for KazukiShinomiya/sdd-starter, covering claude.md, 共有文脈(全エージェント共通), このプロジェクトの核(変更時に守る) and claude 固有の運用指針.
sdd-starter AGENTS.md
AGENTS.md instructions for KazukiShinomiya/sdd-starter, covering agents.md - project context (shared memory for ai agents), active tech stack, recent changes and 憲法の扱い(テンプレ本体の開発).
capgo-skills AGENTS.md
AGENTS.md instructions for Cap-go/capgo-skills, covering agents.md, quick start, install dependencies, build the plugin (typescript + rollup + docgen) and full verification (ios, android, web).
capgo-skills CLAUDE.md
Claude Code instructions for Cap-go/capgo-skills, covering capacitor skills for claude, skills overview, capacitor-plugins, capgo-live-updates and capawesome-live-update-migration.