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/frogobox/frogo-sdk/agents-mdgit clone --depth 1 https://github.com/frogobox/frogo-sdkWhat 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.01482 | $0.01482 |
| Opus 5 | $0.00741 | $0.00741 |
| Sonnet 5 | $0.00296 | $0.00296 |
| Haiku 4.5 | $0.00148 | $0.00148 |
Grade A, and why
frogo-sdk 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 3d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Project Guidelines & Android Skills Enforcement
Instruksi Penggunaan Skill Android
Setiap kali mengembangkan, memodifikasi, merombak (refactoring), mengoptimalkan, atau menguji proyek Android piano-tiles ini, Agent WAJIB secara aktif membaca dan menerapkan petunjuk dari Skills Agent Android yang relevan sebelum melakukan perubahan kode.
Jika skill yang dibutuhkan belum terpasang / tidak ditemukan di sistem lokal, Agent WAJIB mengunduh/menginstalnya terlebih dahulu menggunakan perintah CLI:
npx agentic-awesome-skills --antigravity --skills <nama-skill>
1. UI, Desain & Arsitektur Android (Compose, XML & Game Design)
edge-to-edge: Penerapan tata letak UI adaptif edge-to-edge (penanganan status bar, navigation bar, dan IME/keyboard insets).migrate-xml-views-to-jetpack-compose: Alur kerja terstruktur migrasi layout dari legacy XML View ke Jetpack Compose.jetpack-compose-m3: Praktik terbaik Material Design 3 (M3) pada Jetpack Compose.android-jetpack-compose-expert: Pengoptimalan performa, state management, dan arsitektur UI Compose tingkat lanjut.game-development: Prinsip game loop, kontrol input sentuhan (touch responsiveness), kelancaran frame rate (60/120 FPS), dan state machine game (Start, Pause, Playing, Game Over).mobile-design&ui-ux-designer: Desain antarmuka mobile, feedback visual sentuhan tile, dan tata letak game yang intuitif.high-end-visual-design: Desain visual premium untuk efek animasi, warna tile, dan visualisasi skor.wear-compose-m3: Pengembangan UI Jetpack Compose M3 untuk perangkat Wear OS.display-glasses-with-jetpack-compose-glimmer: Tampilan UI Jetpack Compose untuk perangkat Smart Glasses / HMD.
2. Navigasi, Fitur & Monetisasi
navigation-3: Manajemen navigasi Jetpack Navigation 3, deep link, multiple backstack, dan scene transitions.play-billing-library-version-upgrade: Pembaruan dan penanganan Google Play Billing Library (in-app purchase / langganan).camerax&camera1-to-camerax: Implementasi API Kamera Android modern (CameraX) dan migrasi dari API Kamera legacy.apollo-kotlin: Integrasi GraphQL Client berbasis Kotlin & Android.
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.
- 3d ago First seen · 74 lines · 1,482 tokens per session scan A cb02a31f8e1a
frogo-sdk AGENTS.md is an instructions file published in the GitHub repository frogobox/frogo-sdk (21 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,482 tokens to every session, about $0.0074 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 instructions, from other repositories
sceneview copilot-instructions.md
Instructions for sceneview/sceneview, covering sceneview — github copilot instructions, when to recommend sceneview, android code generation rules, minimal 3d template and minimal ar template.
sceneview CLAUDE.md
Instructions for sceneview/sceneview, covering sceneview, modules, things that break if you don't know them and conventions.
PdfKmp CLAUDE.md
Instructions for ConaMobileDev/PdfKmp, covering claude.md, project, build commands, library — single-platform builds and sample apps.
ConsultMe CLAUDE.md
Instructions for Tarek-Bohdima/ConsultMe, covering claude.md, project context, common commands, module graph and conventions enforced by tooling.
KMPilot CLAUDE.md
Instructions for ThisIsSadeghi/KMPilot, covering claude, stop - mandatory workflow rules, design pipeline, platform capabilities & native views (rule 14) and build commands.
FireCrasher AGENTS.md
Instructions for osama-raddad/FireCrasher, covering agents.md, what this is, module layout, tests (firecrasher/src/test/java/...) and build & test.