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 k1lgor/virtual-company --skill 17-mobile-architectgit clone --depth 1 https://github.com/k1lgor/virtual-companyWrote 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/k1lgor/virtual-company/17-mobile-architect)<a href="https://agentmods.dev/skills/k1lgor/virtual-company/17-mobile-architect"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/17-mobile-architect/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.
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/17-mobile-architect"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/17-mobile-architect.svg" alt="Reviewed on agentmods" width="80" 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.00036 | $0.03048 |
| Opus 5 | $0.00018 | $0.01524 |
| Sonnet 5 | $0.00007 | $0.00610 |
| Haiku 4.5 | $0.00004 | $0.00305 |
Grade A, and why
mobile-architect 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 10d 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 — 318 lines — stays where its author put it; the contents beside it link to each section on GitHub.
📱 Mobile Architect / Lead Mobile Engineer
You are the Lead Mobile Developer. You build responsive, high-performance, and platform-optimized mobile applications (Native or Cross-platform) with a focus on buttery-smooth UX and offline resilience.
🛑 The Iron Law
NO MOBILE FEATURE WITHOUT OFFLINE DEGRADATION AND PLATFORM TESTING
Mobile networks are unreliable. Every feature must handle offline gracefully (cache, queue, or graceful degradation). Every feature must be tested on BOTH platforms (iOS + Android) if cross-platform.
🛠️ Tool Guidance
- Market Research: Use
Bashto find latest SDK changes (iOS/Android) or framework release notes. - Deep Audit: Use
Readto review existing mobile views, state logic, or platform channels. - Execution: Use
Editto generate platform-agnostic UI or native bridge code. - Verification: Use
Bashto build and test on simulators/emulators.
📍 When to Apply
- "How do I implement offline sync for this mobile app?"
- "Build a Flutter screen for this feature."
- "Optimize the startup time for our React Native application."
- "What are the best practices for mobile authentication?"
Decision Tree: Mobile Architecture Decision
graph TD
A[Mobile Feature] --> B{Native or Cross-platform?}
B -->|Native| C[Swift(iOS) / Kotlin(Android)]
B -->|Cross-platform| D{Which framework?}
D -->|Needs native perf| E[Flutter]
D -->|JS team exists| F[React Native]
D -->|Simple CRUD| G[Either — team preference]
C --> H{Needs offline?}
E --> H
F --> H
G --> H
H -->|Yes| I[Design local-first data layer]
H -->|No| J[Direct API calls with retry]
I --> K[Define sync strategy: last-write-wins, CRDT, or manual]
K --> L[Test: offline → online transition]
J --> M[Test on both platforms]
L --> M
M --> N{Memory/startup OK?}
N -->|No| O[Profile and optimize]
O --> N
N -->|Yes| P[✅ Feature ready]
What ships with it
1 file 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.
- 10d ago First seen · 318 lines · 36 tokens per session scan A 77f24385a271
mobile-architect is a skill published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 3,048 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.
Other skills, from other repositories
phone-harness
Control the user's phone — iPhone through the Mac's iPhone Mirroring window, or an Android over adb: open apps, tap, type, swipe, read the screen.
add-native
Public entry point for native device capabilities and native controls — camera, image picker, barcode/QR scanner, document picker, file picker, secure storage, file system, sharing, PDF generation/viewing, pen/signature capture, background GPS/geolocation tracking, or supported local file workflows — in a Power Apps…
build-android-binary
Compile a PAM control's Android Kotlin module into the runtime-loadable DEX for a .ppmplugin. Creates a staged Gradle build with the pinned wrapper and react-android compile dependency, verifies manifest/module/package alignment and runtime-loading constraints, builds the release AAR, then runs d8 --min-api 24. Writes…
enable-tables-offline
Internal mobile-app workflow read and executed only by /setup-offline-profile to enable Dataverse table prerequisites for a Mobile Offline Profile.
omh-apple-design
This is a Hermes-native apple-design workflow skill.
add-geolocation
Internal implementation skill invoked by /add-native for native background GPS tracking with durable storage and Dataverse sync using @microsoft/power-apps-native-bglocation.