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 skills add cmdr-chara/codex-toolkit --skill mobile-architecture-directorgit clone --depth 1 https://github.com/cmdr-chara/codex-toolkitWrote 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/skills/cmdr-chara/codex-toolkit/mobile-architecture-director)<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>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.00083 | $0.01824 |
| Opus 5 | $0.00042 | $0.00912 |
| Sonnet 5 | $0.00017 | $0.00365 |
| Haiku 4.5 | $0.00008 | $0.00182 |
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.
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-builderafter selection; - implementing Expo/React Native—use
expo-react-native-builderafter selection; - general web responsive work;
- a choice already constrained by an approved platform decision unless new evidence invalidates it.
Required inputs
Capture:
- target users, countries, devices, OS/platform minimums, and accessibility obligations;
- core flows, UI/brand demands, release cadence, and expected product lifetime;
- device APIs, background execution, widgets/extensions, media, graphics, maps, payments, identity, notifications, and deep links;
- offline duration, sync/conflict, local data sensitivity, and backend contracts;
- latency, startup, animation, memory, battery, binary/download, and reliability needs;
- app-store, enterprise, web/desktop, over-the-air update, and compliance constraints;
- team skills, hiring, ownership, CI/build infrastructure, native support, and migration budget;
- 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.
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.
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.
- 8d ago First seen · 200 lines · 83 tokens per session scan A bd9406f26e78
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.
Other skills, from other repositories
boss-advanced
Advanced Boss orchestration patterns — Agent Teams leadership, 6-section delegation template, Skill vs Agent conflict resolution, Guardian pattern, and AI-slop detection.
gstack-sprint
3-Phase Sprint workflow — design → execute → review with user interaction at decision points.
boss-briefing
Vault health check — workflow pattern analysis, profile sync, session gap recovery, persona rule proposals.
briefing-vault
Initialize, manage, and search the per-project .briefing/ vault. Obsidian-compatible persistent knowledge base.
imagegen-frontend-mobile
Elite mobile app image-generation skill for creating premium, app-native screen concepts and flows. Designed for iOS, Android, and cross-platform mobile products. Prioritizes clean hierarchy, comfortably readable text, strong multi-screen consistency, controlled color palettes, non-generic creative direction, textured…
tg-miniapp
A collection of patterns for Telegram Mini Apps, which are web apps opened inside Telegram, including device safe areas, fixed elements, navigation buttons, sharing, and fullscreen behavior.