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/brycegao/android-finance-spec/agents-mdgit clone --depth 1 https://github.com/brycegao/android-finance-specWrote 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/brycegao/android-finance-spec/agents-md)<a href="https://agentmods.dev/instructions/brycegao/android-finance-spec/agents-md"><img src="https://agentmods.dev/badge/instructions/brycegao/android-finance-spec/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.00175 | $0.00175 |
| Opus 5 | $0.00088 | $0.00088 |
| Sonnet 5 | $0.00035 | $0.00035 |
| Haiku 4.5 | $0.00017 | $0.00017 |
Grade A, and why
android-finance-spec 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.
What it actually says
Android Finance Spec Agent Instructions
When generating, editing, reviewing, or refactoring this repository, follow all Android finance specs:
specs/finance-number-skill.mdspecs/rtl-adaption.mdspecs/kotlin-style.md
Rules:
- Treat every MUST and MUST NOT rule as a hard gate.
- Keep the installable skill in
skills/android-finance-spec/synchronized with rootspecs/. - Before adding code, search for existing structure, naming, scripts, and documentation patterns.
- Do not invent missing helpers, wrappers, base classes, abstractions, or dependencies.
- After changing specs, run
python3 scripts/sync_skill_refs.py. - After changing scanner logic or examples, run
python3 -m unittest tests/test_android_finance_scan.py.
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 · 17 lines · 175 tokens per session scan A 705ceb444cdc
android-finance-spec AGENTS.md is an instructions file published in the GitHub repository brycegao/android-finance-spec (4 stars, last pushed 2mo ago), licensed MIT. It adds 175 tokens to every session, about $0.0009 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
android-ai-skills copilot-instructions.md
Instructions for RanaNadeemAslam/android-ai-skills, covering android ai skills — github copilot, architecture, layered architecture, ui layer & state management and viewmodel.
agent-skills-standard copilot-instructions.md
Copilot instructions for HoangNguyen0403/agent-skills-standard, covering rtk — token-optimized cli, rule, instead of: use and meta commands (use directly).
agent-skills-standard AGENTS.md
AGENTS.md instructions for HoangNguyen0403/agent-skills-standard, covering project context for ai agents, agent skills index, 🔌 runtime enforcement via mcp and skill resolution protocol.
agent-skills-standard agent-skill-standard-rule.instructions.md
Rule for Agent Skills Standard - Always consult AGENTS.md for consolidated project context and technical triggers.
agent-skills-standard CLAUDE.md
Claude Code instructions for HoangNguyen0403/agent-skills-standard, covering agent protocol and self-learning protocol.
KMPilot CLAUDE.md
Instructions for ThisIsSadeghi/KMPilot, covering claude, stop - mandatory workflow rules, design pipeline, platform capabilities & native views (rule 14) and build commands.