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 vasilyu1983/AI-Agents-public --skill software-mobilegit clone --depth 1 https://github.com/vasilyu1983/AI-Agents-publicWrote 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/vasilyu1983/ai-agents-public/software-mobile)<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-mobile"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-mobile/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/vasilyu1983/ai-agents-public/software-mobile"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-mobile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00038 | $0.05399 |
| Opus 5 | $0.00019 | $0.02700 |
| Sonnet 5 | $0.00008 | $0.01080 |
| Haiku 4.5 | $0.00004 | $0.00540 |
Grade A, and why
software-mobile 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.
How it starts
The opening of the file, as written. The whole thing — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mobile Development
Use this skill for platform choice, cross-platform tradeoffs, Android implementation guidance, and shared mobile concerns such as authentication, notifications, deep linking, release readiness, and policy checks. For deep native iOS implementation or rewrite work, route to software-ios-native. For native iOS build, install, packaging, or stale-app debugging, route to software-ios-runtime-debugging.
Quick Reference
| Task | iOS | Android | Cross-Platform | Default |
|---|---|---|---|---|
| UI | SwiftUI + UIKit interop | Jetpack Compose + Views interop | React Native, Flutter, KMP + native UI | Native first for platform-heavy work |
| State | @State, @Observable, @Environment |
ViewModel + StateFlow | Zustand/RTK, Riverpod, shared domain state | Platform-native state models |
| Navigation | NavigationStack |
Navigation Compose / Navigation Component | Expo Router or React Navigation | Expo Router for greenfield Expo apps |
| Networking | URLSession + async/await |
Retrofit/OkHttp/Ktor + coroutines | Fetch/Axios, generated clients | Typed clients over ad hoc fetches |
| Storage | SwiftData/Core Data, Keychain | Room/DataStore, Keystore | MMKV/SQLite/WatermelonDB, secure storage | Keep secrets in platform secure storage |
| Testing | Swift Testing + XCTest UI | JUnit + Compose Test + Macrobenchmark | Detox/Maestro, framework-native tests | Measure performance, do not assume it |
| Release | Privacy manifests, App Review checks | Play target SDK, Data safety, Integrity | Expo/EAS or native pipelines | Re-check store policy before each cut |
| iOS CI | Xcode Cloud ci_scripts/ci_post_clone.sh for generated files |
Gradle Play Publisher or managed pipelines; Play Integrity for signing | EAS Build / Codemagic for RN/Expo | Platform-managed CI for submission |
| Push proof | Xcode real-device → APNs sandbox |
FCM debug / prod separation by config | Production send path must prove delivery per environment | Never treat local push success as TestFlight proof |
What ships with it
27 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.
- agents/openai.yaml 343 B
- assets/cross-platform/template-platform-patterns.md 19 KB
- assets/cross-platform/template-webview.md 30 KB
- assets/kotlin/template-kotlin-compose-advanced.md 16 KB
- assets/kotlin/template-kotlin-coroutines.md 15 KB
- assets/kotlin/template-kotlin-testing.md 10.0 KB
- assets/kotlin/template-kotlin.md 22 KB
- assets/swift/template-swift-combine.md 27 KB
- assets/swift/template-swift-concurrency.md 15 KB
- assets/swift/template-swift-performance.md 22 KB
- assets/swift/template-swift-testing.md 22 KB
- assets/swift/template-swift.md 23 KB
- assets/swiftui/template-swiftui-advanced.md 16 KB
- data/sources.json 29 KB
- evals/evals.json 7.3 KB
- learnings.consolidated.md 591 B
- learnings.md 367 B
- references/android-best-practices.md 6.9 KB
- references/app-store-connect-checklist.md 36 KB
- references/backend-translation-pipeline.md 5.1 KB
- references/cross-platform-comparison.md 9.4 KB
- references/deep-linking-guide.md 22 KB
- references/ios-best-practices.md 13 KB
- references/mobile-testing-patterns.md 20 KB
- references/offline-first-architecture.md 22 KB
- references/operational-playbook.md 10 KB
- references/push-notifications-guide.md 41 KB
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.
- 9d ago First seen · 269 lines · 38 tokens per session scan A 8a4e443066f2
software-mobile is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 10d ago), licensed MIT. It adds 38 tokens to every session and 5,399 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-09-03.
Other skills, from other repositories
dev-flutter
Flutter development with Clean Architecture and BLoC. Trigger when the user wants to create widgets, screens, or Flutter features.
ops-mobile-release
Publishing apps to the App Store and Google Play. Trigger when the user wants to deploy a mobile app or configure Fastlane.
input-system
New Input System — action maps, PlayerInput component, generated C# classes, runtime rebinding, multi-device support, input buffering.
idle-clicker
Idle/clicker game architecture — big number math, offline progress, prestige/rebirth, upgrade trees, automation, currency systems, time-based rewards.
match3
Match-3 puzzle game architecture — grid system, tile matching, cascade/gravity, special tiles, combo chains, level objectives, lives/energy system.
puzzle
Mobile puzzle game architecture — grid/board logic, undo system, hint system, level packs, star ratings, touch drag-and-drop, tutorial overlays.