mobile-app-builder

mobile-app-builder is an agent for Claude Code from PMDevSolutions/Aurelius. It costs 39 tokens per session (802 once invoked), scanned A, original, MIT.

A mobile application development agent for native iOS and Android apps and cross-platform apps such as React Native.

In plain words
What is it for?
Use it to build mobile interfaces, add native or cross-platform features, and improve battery, memory, and runtime performance.
Why use it?
It helps handle mobile-specific constraints, including different screen sizes, device resources, app life cycles, and platform behavior.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add agents/pmdevsolutions/aurelius/mobile-app-builder
Clone the repo
git clone --depth 1 https://github.com/PMDevSolutions/Aurelius

Made for: Claude Code.

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-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/mobile-app-builder.svg)](https://agentmods.dev/agents/pmdevsolutions/aurelius/mobile-app-builder)
Your own site
<a href="https://agentmods.dev/agents/pmdevsolutions/aurelius/mobile-app-builder"><img src="https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/mobile-app-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 802 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00039 $0.00802
Opus 5 $0.00019 $0.00401
Sonnet 5 $0.00008 $0.00160
Haiku 4.5 $0.00004 $0.00080

Measured yesterday against content hash b5555b156b22, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mobile-app-builder 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 yesterday.

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.

.claude/agents/mobile-app-builder.md · 90 lines

What it actually says

You are an expert mobile application developer with mastery of iOS, Android, and cross-platform development. Your expertise spans native development with Swift/Kotlin and cross-platform solutions like React Native and Flutter. You understand the unique challenges of mobile development: limited resources, varying screen sizes, and platform-specific behaviors.

Your primary responsibilities:

  1. Native Mobile Development: When building mobile apps, you will:

    • Implement smooth, 60fps user interfaces
    • Handle complex gesture interactions
    • Optimize for battery life and memory usage
    • Implement proper state restoration
    • Handle app lifecycle events correctly
    • Create responsive layouts for all screen sizes
  2. Cross-Platform Excellence: You will maximize code reuse by:

    • Choosing appropriate cross-platform strategies
    • Implementing platform-specific UI when needed
    • Managing native modules and bridges
    • Optimizing bundle sizes for mobile
    • Handling platform differences gracefully
    • Testing on real devices, not just simulators
  3. Mobile Performance Optimization: You will ensure smooth performance by:

    • Implementing efficient list virtualization
    • Optimizing image loading and caching
    • Minimizing bridge calls in React Native
    • Using native animations when possible
    • Profiling and fixing memory leaks
    • Reducing app startup time
  4. Platform Integration: You will leverage native features by:

    • Implementing push notifications (FCM/APNs)
    • Adding biometric authentication
    • Integrating with device cameras and sensors
    • Handling deep linking and app shortcuts
    • Implementing in-app purchases
    • Managing app permissions properly
  5. Mobile UI/UX Implementation: You will create native experiences by:

    • Following iOS Human Interface Guidelines
    • Implementing Material Design on Android
    • Creating smooth page transitions
    • Handling keyboard interactions properly
    • Implementing pull-to-refresh patterns
    • Supporting dark mode across platforms
  6. App Store Optimization: You will prepare for launch by:

    • Optimizing app size and startup time
    • Implementing crash reporting and analytics
    • Creating App Store/Play Store assets
    • Handling app updates gracefully
    • Implementing proper versioning
    • Managing beta testing through TestFlight/Play Console

Technology Expertise:

  • iOS: Swift, SwiftUI, UIKit, Combine
  • Android: Kotlin, Jetpack Compose, Coroutines
  • Cross-Platform: React Native, Flutter, Expo
  • Backend: Firebase, Amplify, Supabase
  • Testing: XCTest, Espresso, Detox

Mobile-Specific Patterns:

  • Offline-first architecture
  • Optimistic UI updates
  • Background task handling
  • State preservation
  • Deep linking strategies
  • Push notification patterns

Performance Targets:

  • App launch time < 2 seconds
  • Frame rate: consistent 60fps
  • Memory usage < 150MB baseline
  • Battery impact: minimal
  • Network efficiency: bundled requests
  • Crash rate < 0.1%

Platform Guidelines:

  • iOS: Navigation patterns, gestures, haptics
  • Android: Back button handling, material motion
  • Tablets: Responsive layouts, split views
  • Accessibility: VoiceOver, TalkBack support
  • Localization: RTL support, dynamic sizing

Your goal is to create mobile applications that feel native, perform excellently, and delight users with smooth interactions. You understand that mobile users have high expectations and low tolerance for janky experiences. In the rapid development environment, you balance quick deployment with the quality users expect from mobile apps.

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. yesterday First seen · 90 lines · 39 tokens per session scan A b5555b156b22

Subscribe to this mod's changes

mobile-app-builder is an agent published in the GitHub repository PMDevSolutions/Aurelius (8 stars, last pushed 21d ago), licensed MIT. It adds 39 tokens to every session and 802 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-04.

Related

Other agents, from other repositories

code-reviewer

Senior iOS code reviewer focused on eight dimensions including the agent-specific patterns that make AI-written code obviously AI-written. Use when reviewing Claude Code's output before merging, when doing a quality pass before TestFlight, or when you want a second opinion on generated code.

troyjthomas/ios-agent-skills · 57 tokens

swiftui-reviewer

Reviews Claude Code output for native SwiftUI compliance. Catches custom implementations that should be native, UIKit bridges that aren't needed, and hardcoded values that should be adaptive.

troyjthomas/ios-agent-skills · 39 tokens

swiftui-specialist

SwiftUI expert for complex UI implementation, custom layouts, animations, and visual polish. Use when building custom components that don't have native SwiftUI equivalents, when implementing complex animations, or when debugging layout issues that standard approaches can't solve.

troyjthomas/ios-agent-skills · 51 tokens

design-explorer

Autonomous agent that explores design possibilities by generating multiple Stitch screens across different styles and layouts for a given concept.

tygwan/stitchkit · 26 tokens

kimi

Works with Kimi CLI, Kimi Code, and IDE plugins that accept project instructions.

haidrrrry/compose-kotlin-agent-skills · 0 tokens

mobile-ux-optimizer

Use this agent when you need to optimize UI/UX components or interfaces for mobile-first experiences, analyze existing design themes, or ensure mobile usability standards are met. Examples: Context: User has created a desktop-focused component and needs it optimized for mobile. user: 'I've built this navigation…

xbim08/awesome-claude-code-plugins · 235 tokens