mobile-architecture-director

mobile-architecture-director is a skill for Codex from cmdr-chara/codex-toolkit. It costs 83 tokens per session (1,824 once invoked), scanned A, original, MIT.

A decision guide for choosing a mobile app platform, such as Flutter, React Native, or native iOS and Android. It compares the options against product needs, team skills, devices, security, offline use, performance, accessibility, and release requirements.

In plain words
What is it for?
Use it before building a mobile app or when checking whether an existing platform still fits. It helps define which parts should be shared between platforms, which should be native, and what prototypes or checks are needed.
Why use it?
It helps avoid choosing a platform because it is familiar or popular when it may not fit the app's real constraints. It records the reasons, risks, and tests behind the choice.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it before building a mobile app or when checking whether an existing platform still fits. It helps define which parts should be shared between platforms, which should be native, and what prototypes or checks are needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cmdr-chara/codex-toolkit/mobile-architecture-director
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.

Any agent
npx skills add cmdr-chara/codex-toolkit --skill mobile-architecture-director
Clone the repo
git clone --depth 1 https://github.com/cmdr-chara/codex-toolkit

Made for: Codex.

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-architecture-director

README.md
[![agentmods](https://agentmods.dev/badge/skills/cmdr-chara/codex-toolkit/mobile-architecture-director.svg)](https://agentmods.dev/skills/cmdr-chara/codex-toolkit/mobile-architecture-director)
Your own site
<a href="https://agentmods.dev/skills/cmdr-chara/codex-toolkit/mobile-architecture-director"><img src="https://agentmods.dev/badge/skills/cmdr-chara/codex-toolkit/mobile-architecture-director.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,824 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.00083 $0.01824
Opus 5 $0.00042 $0.00912
Sonnet 5 $0.00017 $0.00365
Haiku 4.5 $0.00008 $0.00182

Measured 8d ago against content hash bd9406f26e78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mobile-architecture-director 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 8d 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.

skills/mobile-architecture-director/SKILL.md · 200 lines

How it starts

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

Mobile Architecture Director

Choose the platform that best satisfies the product's hard constraints and organizational ability to operate it. Do not convert team preference into architecture evidence.

Trigger boundary

Use this skill for:

  • deciding Flutter versus Expo/React Native versus native or another approach;
  • reviewing whether an existing mobile platform choice still fits new constraints;
  • defining shared/native boundaries, delivery model, offline/data architecture, and prototype risks before implementation;
  • producing a mobile architecture decision record with disqualifiers and validation.

Do not trigger for:

  • implementing Flutter—use flutter-production-builder after selection;
  • implementing Expo/React Native—use expo-react-native-builder after selection;
  • general web responsive work;
  • a choice already constrained by an approved platform decision unless new evidence invalidates it.

Required inputs

Capture:

  1. target users, countries, devices, OS/platform minimums, and accessibility obligations;
  2. core flows, UI/brand demands, release cadence, and expected product lifetime;
  3. device APIs, background execution, widgets/extensions, media, graphics, maps, payments, identity, notifications, and deep links;
  4. offline duration, sync/conflict, local data sensitivity, and backend contracts;
  5. latency, startup, animation, memory, battery, binary/download, and reliability needs;
  6. app-store, enterprise, web/desktop, over-the-air update, and compliance constraints;
  7. team skills, hiring, ownership, CI/build infrastructure, native support, and migration budget;
  8. existing code/assets and the amount that is genuinely reusable.

Replace “cross-platform” with the exact surfaces that must share behavior, UI, domain logic, or release timing.

Safety baseline

  • Inspect and preserve the repository, prototypes, approved product decisions, and uncommitted user work; do not replace an existing app merely to simplify the comparison.
  • Do not select from popularity, one benchmark, or a preferred language alone.
  • Verify current platform/framework support from primary sources and date the record.
  • Treat third-party plugin/native-module compatibility as a prototype question, not a promise.
  • Do not assume over-the-air updates can change native code or bypass store policy.
  • Do not reduce security to “use secure storage”; model trust, data, device compromise, transport, auth, and backend authorization.
  • Never claim feature parity without platform-specific acceptance criteria.

Read the full file on GitHub · 200 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 200 lines · 83 tokens per session scan A bd9406f26e78

Subscribe to this mod's changes

mobile-architecture-director is a skill published in the GitHub repository cmdr-chara/codex-toolkit (2 stars, last pushed 10d ago), licensed MIT. It adds 83 tokens to every session and 1,824 once invoked, about $0.0004 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.