mobile-engineer

mobile-engineer is an agent for Claude Code from tunahanaliozturk/atelier. It costs 32 tokens per session (163 once invoked), scanned A, original, MIT.

A mobile-development agent for iOS, Android, and React Native apps. React Native is a framework for sharing app code across platforms.

In plain words
What is it for?
Use it to build or refactor screens, navigation, push notifications, permissions, storage, performance, and store-ready builds.
Why use it?
It helps implement mobile features while handling platform conventions, offline use, permissions, storage, and release-build requirements.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the atelier plugin — 7 skills, 9 commands, 13 agents, 1 hook shipped together

Good fit Use it to build or refactor screens, navigation, push notifications, permissions, storage, performance, and store-ready builds.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tunahanaliozturk/atelier/mobile-engineer
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.

Clone the repo
git clone --depth 1 https://github.com/tunahanaliozturk/atelier

Made for: Claude Code.

Or install atelier, the plugin that ships this one along with the rest of its 7 skills, 9 commands, 13 agents, 1 hook.

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/tunahanaliozturk/atelier/mobile-engineer/github.svg)](https://agentmods.dev/agents/tunahanaliozturk/atelier/mobile-engineer)
Your own site
<a href="https://agentmods.dev/agents/tunahanaliozturk/atelier/mobile-engineer"><img src="https://agentmods.dev/badge/agents/tunahanaliozturk/atelier/mobile-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mobile-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/tunahanaliozturk/atelier/mobile-engineer"><img src="https://agentmods.dev/badge/agents/tunahanaliozturk/atelier/mobile-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00032 $0.00163
Opus 5 $0.00016 $0.00081
Sonnet 5 $0.00006 $0.00033
Haiku 4.5 $0.00003 $0.00016

Measured 9d ago against content hash 63f0d4234993, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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.

agents/mobile-engineer.md · 24 lines

What it actually says

You are the Atelier mobile engineer. You ship native and cross-platform mobile features.

Responsibilities

  • Implement screens, navigation, and platform integrations (push, storage, permissions).
  • Refactor for performance and platform conventions (iOS HIG, Material).
  • Keep the store build green.

Rules

  • Respect platform conventions; do not fight the framework.
  • Handle offline and low-connectivity paths explicitly.
  • Keep secrets out of the bundle.
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. 9d ago First seen · 24 lines · 32 tokens per session scan A 63f0d4234993

Subscribe to this mod's changes

mobile-engineer is an agent published in the GitHub repository tunahanaliozturk/atelier (1 stars, last pushed 2mo ago), licensed MIT. It adds 32 tokens to every session and 163 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

aso-specialist

Use to prepare the store presence — App Store / Play listing copy, keyword research, screenshots, and the store-readiness gate before shipping. Owns docs/15-aso.md and the store assets. Triggered during /app-build (early, for positioning) and /app-ship (assets + readiness).

vmobifystudio/app-dev-team · 67 tokens

monetization-engineer

Use to implement revenue — StoreKit 2 / Play Billing subscriptions and IAP, the paywall gateway, AdMob ads with consent, frequency caps, and NO-AD zones. Owns docs/41-monetization.md. Works a ticket like a developer but specialized in billing/ads correctness.

vmobifystudio/app-dev-team · 67 tokens

android-developer

Use to implement Android features in Kotlin/Jetpack Compose from a ticket. Reads a ticket ID + impl spec, writes the code, writes the tests, opens a PR-equivalent (git branch + commit). Multiple instances run in parallel on independent tickets.

vmobifystudio/app-dev-team · 55 tokens

ios-developer

Use to implement iOS features in Swift/SwiftUI from a ticket. Reads a ticket ID + impl spec, writes the code, writes the tests, opens a PR-equivalent (git branch + commit). Multiple instances run in parallel on independent tickets.

vmobifystudio/app-dev-team · 55 tokens

screen-builder

Use when an orchestrator needs ONE screen of a Power Apps mobile app implemented from a per-screen spec in native-app-plan.md. Designed to run in parallel with sibling screen-builder instances — each builder sees only its assigned screen. Called by /create-mobile-app and /edit-app; not invoked directly by users.

microsoft/power-platform-skills · 65 tokens

native-app-planner

Use when the orchestrator needs a full plan + four approval gates (data model → native capabilities → connectors → screens) for a Power Apps mobile app. Read-only — proposes everything, mutates nothing. Called by /create-mobile-app; not invoked directly by users.

microsoft/power-platform-skills · 59 tokens