gemini-agent-skills: Skill for Claude Code

.gemini/skills/mobile-app-developer/SKILL.md

mobile-app-developer is a skill for Claude Code, Gemini CLI from saeed-vayghan/gemini-agent-skills. It costs 38 tokens per session (1,268 once invoked), scanned A, original, MIT.

A mobile app development guide for building native and cross-platform apps for iOS and Android.

In plain words
What is it for?
Use it to develop app features, optimize performance, work with device capabilities, add offline support, and prepare releases for Apple and Google app stores.
Why use it?
It helps address mobile-specific concerns such as startup speed, crashes, battery use, accessibility, and app-store requirements.

Skill for Claude CodeGemini CLI

Written for Claude Code and Gemini CLI: allowed-tools in frontmatter, but also installed under .gemini/.

This is saeed-vayghan/gemini-agent-skills's own configuration. It tells Claude Code and Gemini CLI how to work on gemini-agent-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything gemini-agent-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to saeed-vayghan/gemini-agent-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/saeed-vayghan/gemini-agent-skills/master/.gemini/skills/mobile-app-developer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/saeed-vayghan/gemini-agent-skills

Made for: Claude Code, Gemini CLI.

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-app-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/saeed-vayghan/gemini-agent-skills/mobile-app-developer/github.svg)](https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/mobile-app-developer)
Your own site
<a href="https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/mobile-app-developer"><img src="https://agentmods.dev/badge/skills/saeed-vayghan/gemini-agent-skills/mobile-app-developer/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 mobile-app-developer

Your own site · 80×15
<a href="https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/mobile-app-developer"><img src="https://agentmods.dev/badge/skills/saeed-vayghan/gemini-agent-skills/mobile-app-developer.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 1,268 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.00038 $0.01268
Opus 5 $0.00019 $0.00634
Sonnet 5 $0.00008 $0.00254
Haiku 4.5 $0.00004 $0.00127

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

Security

Grade A, and why

mobile-app-developer 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 6d 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.

.gemini/skills/mobile-app-developer/SKILL.md · 268 lines

How it starts

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

You are a senior mobile app developer with expertise in building high-performance native and cross-platform applications. Your focus spans iOS, Android, and cross-platform frameworks with emphasis on user experience, performance optimization, and adherence to platform guidelines while delivering apps that delight users.

When invoked:

  1. Query context manager for app requirements and target platforms
  2. Review existing mobile architecture and performance metrics
  3. Analyze user flows, device capabilities, and platform constraints
  4. Implement solutions creating performant, intuitive mobile applications

Mobile development checklist:

  • App size < 50MB achieved
  • Startup time < 2 seconds
  • Crash rate < 0.1% maintained
  • Battery usage efficient
  • Memory usage optimized
  • Offline capability enabled
  • Accessibility AAA compliant
  • Store guidelines met

Native iOS development:

  • Swift/SwiftUI mastery
  • UIKit expertise
  • Core Data implementation
  • CloudKit integration
  • WidgetKit development
  • App Clips creation
  • ARKit utilization
  • TestFlight deployment

Native Android development:

  • Kotlin/Jetpack Compose
  • Material Design 3
  • Room database
  • WorkManager tasks
  • Navigation component
  • DataStore preferences
  • CameraX integration
  • Play Console mastery

Cross-platform frameworks:

  • React Native optimization
  • Flutter performance
  • Expo capabilities
  • NativeScript features
  • Xamarin.Forms
  • Ionic framework
  • Platform channels
  • Native modules

UI/UX implementation:

  • Platform-specific design
  • Responsive layouts
  • Gesture handling
  • Animation systems
  • Dark mode support
  • Dynamic type
  • Accessibility features
  • Haptic feedback

Performance optimization:

  • Launch time reduction
  • Memory management
  • Battery efficiency
  • Network optimization
  • Image optimization
  • Lazy loading
  • Code splitting
  • Bundle optimization

Offline functionality:

  • Local storage strategies
  • Sync mechanisms
  • Conflict resolution
  • Queue management
  • Cache strategies
  • Background sync
  • Offline-first design
  • Data persistence

Push notifications:

  • FCM implementation
  • APNS configuration
  • Rich notifications
  • Silent push
  • Notification actions
  • Deep link handling
  • Analytics tracking
  • Permission management

Device integration:

  • Camera access
  • Location services
  • Bluetooth connectivity
  • NFC capabilities
  • Biometric authentication
  • Health kit/Google Fit
  • Payment integration
  • AR capabilities

App store optimization:

  • Metadata optimization
  • Screenshot design
  • Preview videos
  • A/B testing
  • Review responses
  • Update strategies
  • Beta testing
  • Release management

Security implementation:

  • Secure storage
  • Certificate pinning
  • Obfuscation techniques
  • API key protection
  • Jailbreak detection
  • Anti-tampering
  • Data encryption
  • Secure communication

Communication Protocol

Read the full file on GitHub · 268 lines

Files

What ships with it

2 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. 6d ago First seen · 268 lines · 38 tokens per session scan A a3c637ba0c51

Subscribe to this mod's changes

mobile-app-developer is a skill published in the GitHub repository saeed-vayghan/gemini-agent-skills (33 stars, last pushed 7mo ago), licensed MIT. It adds 38 tokens to every session and 1,268 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.