software-mobile

software-mobile is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 38 tokens per session (5,399 once invoked), scanned A, original, MIT.

A guide to choosing and delivering mobile apps across iOS, Android, and cross-platform technologies. It covers platform choice, authentication, notifications, deep links, releases, and app-policy checks.

In plain words
What is it for?
Use it to plan mobile architecture, choose between SwiftUI, Android tools, React Native, Flutter, or shared Kotlin, and prepare login, push notifications, deep links, and releases.
Why use it?
It helps teams decide whether a feature should use native or shared code and plan mobile concerns that are easy to miss. It also clarifies when deeper native iOS guidance is needed.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to plan mobile architecture, choose between SwiftUI, Android tools, React Native, Flutter, or shared Kotlin, and prepare login, push notifications, deep links, and releases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/software-mobile
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 vasilyu1983/AI-Agents-public --skill software-mobile
Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public

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 software-mobile

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-mobile/github.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-mobile)
Your own site
<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.

agentmods 80×15 button for software-mobile

Your own site · 80×15
<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>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,399 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00038 $0.05399
Opus 5 $0.00019 $0.02700
Sonnet 5 $0.00008 $0.01080
Haiku 4.5 $0.00004 $0.00540

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

Security

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.

frameworks/shared-skills/skills/software-mobile/SKILL.md · 269 lines

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

Read the full file on GitHub · 269 lines

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 · 269 lines · 38 tokens per session scan A 8a4e443066f2

Subscribe to this mod's changes

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.