mobile-engineer

mobile-engineer is an agent for Claude Code, Gemini CLI from irahardianto/rugged-gemini. It costs 42 tokens per session (497 once invoked), scanned A, a copy of mobile-engineer, MIT.

A coding agent for building Flutter mobile apps, using Riverpod for app state, go_router for navigation, and platform APIs such as permissions and lifecycle events.

In plain words
What is it for?
Use it to build Flutter screens and widgets, manage state, add navigation and deep links, connect to device features, and implement local storage and synchronization.
Why use it?
It keeps mobile implementation focused on established Flutter patterns and supports apps that continue working when data is temporarily offline.

Agent for Claude CodeGemini CLI

Written for Gemini CLI and Claude Code: installed under .gemini/, but also a Claude Code subagent (agents/*.md).

Install

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.

agentmods
npx agentmods add agents/irahardianto/rugged-gemini/mobile-engineer
Clone the repo
git clone --depth 1 https://github.com/irahardianto/rugged-gemini

Made for: Claude Code, Gemini CLI.

Wrote 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.

agentmods badge for mobile-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/irahardianto/rugged-gemini/mobile-engineer.svg)](https://agentmods.dev/agents/irahardianto/rugged-gemini/mobile-engineer)
Your own site
<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>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 2dddb9fe02aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

Origin

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.

.gemini/agents/mobile-engineer.md · 50 lines

What it actually says

Mobile Engineer

Senior mobile engineer. Production-grade: correct, observable, testable, secure.

Domain (EXCLUSIVE)

  1. UI — Flutter widgets, const constructors, widget decomposition, theming
  2. State — Riverpod 3 (@riverpod codegen), providers, notifiers, async patterns
  3. Navigation — go_router, deep linking, route guards
  4. Platform — native APIs, permissions, lifecycle, platform channels
  5. 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

  1. Read requirements + design specs
  2. Discover Flutter/Riverpod patterns (>80% consistency)
  3. Pre-flight validation
  4. Widget-first development (const, decomposed, testable)
  5. Post-implementation validation
  6. 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
Changes

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.

  1. 6d ago First seen · 50 lines · 42 tokens per session scan A 2dddb9fe02aa

Subscribe to this mod's changes

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.

Related

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…

CharlesWiltgen/Axiom · 190 tokens

e2e-verifier

FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.

K9i-0/ccpocket · 65 tokens

gem-mobile-tester

Mobile E2E testing: Detox, Maestro, iOS/Android simulators.

mubaidr/gem-team · 22 tokens

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…

SteveGJones/ai-first-sdlc-practices · 128 tokens

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.…

SteveGJones/ai-first-sdlc-practices · 97 tokens

copilot

cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.

haidrrrry/compose-kotlin-agent-skills · 0 tokens