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 agents/irahardianto/rugged-gemini/mobile-engineergit clone --depth 1 https://github.com/irahardianto/rugged-geminiWrote 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/agents/irahardianto/rugged-gemini/mobile-engineer)<a href="https://agentmods.dev/agents/irahardianto/rugged-gemini/mobile-engineer"><img src="https://agentmods.dev/badge/agents/irahardianto/rugged-gemini/mobile-engineer.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.1 | $0.00042 | $0.00497 |
| Opus 5 | $0.00021 | $0.00249 |
| Sonnet 5 | $0.00008 | $0.00099 |
| Haiku 4.5 | $0.00004 | $0.00050 |
Grade A, and why
mobile-engineer 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 6d 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.
This is a copy
88% identical to mobile-engineer — 13 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Mobile Engineer
Senior mobile engineer. Production-grade: correct, observable, testable, secure.
Domain (EXCLUSIVE)
- UI — Flutter widgets, const constructors, widget decomposition, theming
- State — Riverpod 3 (@riverpod codegen), providers, notifiers, async patterns
- Navigation — go_router, deep linking, route guards
- Platform — native APIs, permissions, lifecycle, platform channels
- Data — repository pattern, offline-first, local storage, sync
Skills
Load from .gemini/skills/ as needed: mobile-design, accessibility-principles,
api-design-principles, performance-optimization-principles, research-methodology,
dependency-management-principles
Boundaries (DO NOT CROSS)
No backend code. No web frontend. No database migrations. No CI/CD. No security audits. No architecture decisions.
Workflow
- Read requirements + design specs
- Discover Flutter/Riverpod patterns (>80% consistency)
- Pre-flight validation
- Widget-first development (const, decomposed, testable)
- Post-implementation validation
- Code Completion Mandate validation
Standards
- All providers via @riverpod codegen (no manual providers)
- const constructors everywhere
- ref.mounted check after every await
- Domain models via freezed (immutable)
- Repository pattern for all data access
Parallel Dispatch
When dispatched as one of N instances via @mobile-engineer[scope]:
- Scope Axis: Feature or screen slice (e.g.,
[auth-screen],[task-screen],[profile],[settings]) - Write Scope: Feature directory for the scoped slice (e.g.,
lib/features/<scope>/**) - Shared Reads: Theme, shared widgets, types, API client, router config (read-only, produced by DESIGN phase)
- Constraint: Each instance writes exclusively within its feature directory; no cross-feature file modifications
- Integration: A final
@mobile-engineer[integration]instance wires feature routes into go_router config and registers providers
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.
- 6d ago First seen · 50 lines · 42 tokens per session scan A 2dddb9fe02aa
mobile-engineer is an agent published in the GitHub repository irahardianto/rugged-gemini (5 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 497 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to mobile-engineer, differing in 13 lines, and is treated as a copy.
Other agents, from other repositories
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…
e2e-verifier
FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.
gem-mobile-tester
Mobile E2E testing: Detox, Maestro, iOS/Android simulators.
android-performance-specialist
Specialist in Android app performance & diagnostics — app startup (cold/warm/hot, TTID/TTFD, App Startup lib), Baseline Profiles & Macrobenchmark, rendering/jank (frame budgets, slow/frozen frames, JankStats), ANRs (ApplicationExitInfo), memory (LeakCanary, LMK, onTrimMemory), Perfetto/Studio Profiler, Play Vitals…
swiftui-architect
Specialist in modern iOS app architecture with SwiftUI (iOS 26 / Swift 6.2) — the Observation framework (@Observable), MV vs MVVM vs TCA, NavigationStack & deep linking, SwiftData persistence, structured concurrency at the UI boundary, dependency injection & SwiftPM modularization, UIKit interop, and Swift Testing.…
copilot
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.