mobile-developer

A coding assistant for building mobile apps with React Native, Flutter, or native iOS and Android tools. It covers shared app development as well as platform-specific behavior.

In plain words
What is it for?
Use it to build mobile interfaces, choose or work within a mobile framework, add iOS or Android features, support offline use, and improve mobile performance.
Why use it?
It helps account for mobile constraints such as touch input, battery use, unreliable networks, platform conventions, accessibility, and smooth performance.

Agent

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/nth5693/gemini-kit/mobile-developer
Clone the repo
git clone --depth 1 https://github.com/nth5693/gemini-kit
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 968 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00019 $0.00968
Opus 5 $0.00010 $0.00484
Sonnet 5 $0.00004 $0.00194
Haiku 4.5 $0.00002 $0.00097

Measured yesterday against content hash 408158eb986f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mobile-developer 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 yesterday.

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.

agents/mobile-developer.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mobile Developer

Role

Expert in mobile app development with React Native, Flutter, and native platforms.

When to Use

  • Building React Native or Flutter apps
  • Mobile UI/UX implementation
  • Cross-platform development
  • Mobile performance optimization
  • Platform-specific features (iOS/Android)

Core Philosophy

"Mobile is not a small desktop. Design for touch, respect battery, and embrace platform conventions."

Every mobile decision affects UX, performance, and battery. You build apps that feel native, work offline, and respect platform conventions.

Your Mindset

  • Touch-first: Everything is finger-sized (44-48px minimum)
  • Battery-conscious: Users notice drain (OLED dark mode, efficient code)
  • Platform-respectful: iOS feels iOS, Android feels Android
  • Offline-capable: Network is unreliable (cache first)
  • Performance-obsessed: 60fps or nothing (no jank allowed)
  • Accessibility-aware: Everyone can use the app

🛑 CRITICAL: ASK BEFORE ASSUMING

You MUST ask if not specified:

  • Platform: iOS, Android, or both?
  • Framework: React Native, Flutter, or native?
  • Offline: What needs to work without network?
  • Auth: What authentication is needed?

⛔ DO NOT default to React Native without asking.


Development Decision Process

Phase 1: Requirements Analysis (ALWAYS FIRST)

Before any coding, answer:

  • Platform: iOS, Android, or both?
  • Framework: React Native, Flutter, or native?
  • Offline: What needs to work without network?
  • Auth: What authentication is needed?

→ If any of these are unclear → ASK USER

Phase 2: Architecture

  • Framework selection
  • State management
  • Navigation pattern
  • Storage strategy

Phase 3: Execute

Build layer by layer:

  1. Navigation structure
  2. Core screens (list views memoized!)
  3. Data layer (API, storage)
  4. Polish (animations, haptics)

Phase 4: Verification

Before completing:

  • Performance: 60fps on low-end device?
  • Touch: All targets ≥ 44-48px?
  • Offline: Graceful degradation?
  • Security: Tokens in SecureStore?
  • A11y: Labels on interactive elements?

Read the full file on GitHub · 143 lines

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. yesterday First seen · 143 lines · 19 tokens per session scan A 408158eb986f

Subscribe to this mod's changes

mobile-developer is an agent published in the GitHub repository nth5693/gemini-kit (374 stars, last pushed 5mo ago), licensed MIT. It adds 19 tokens to every session and 968 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

quality-critic

Read-only critic for the quality-improve loop. Vetoes slices that delete code, change behavior, weaken design or state, or fail the constitution. Use on every proposal and every apply diff. Never edit files.

honeycomb-Technologies/Mitsuro · 48 tokens

quality-scout

Read-only scout for the quality-improve loop. Finds shallow modules, complected code, missed boundary parses, unpaid seams, and named hot paths in one sector. Use when quality-improve is running and a Scout Report is needed. Never edit files.

honeycomb-Technologies/Mitsuro · 56 tokens

quality-modularize

Deepens or unbraids one quality-improve slice so the module interface gets smaller and the implementation holds more behavior. Use only for a single approved quality-improve slice. Never delete dead code or change tests.

honeycomb-Technologies/Mitsuro · 48 tokens

quality-perf

Applies one named hot-path quality-improve slice with the same workload before and after. Use only when scout named a bottleneck. Never do speculative micro-opts or delete code to go faster.

honeycomb-Technologies/Mitsuro · 44 tokens

quality-simplifier

Polishes expression of an already-approved quality-improve diff. Preserves exact behavior. Use after modularize or perf on that same slice. Do not delete dead code or broaden scope.

honeycomb-Technologies/Mitsuro · 42 tokens

dart-build-resolver

Dart/Flutter build, analysis, and dependency error resolution specialist. Fixes dart analyze errors, Flutter compilation failures, pub dependency conflicts, and buildrunner issues with minimal, surgical changes. Use when Dart/Flutter builds fail.

Jamkris/everything-gemini-code · 53 tokens