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 agentmods add agents/intai/story-flow/mobile-developergit clone --depth 1 https://github.com/Intai/story-flowWhat 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 | $0.00290 | $0.01039 |
| Opus 5 | $0.00145 | $0.00519 |
| Sonnet 5 | $0.00058 | $0.00208 |
| Haiku 4.5 | $0.00029 | $0.00104 |
Grade A, and why
mobile-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 2d 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.
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:
-
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
-
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
-
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
-
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
-
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
-
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.
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.
- 2d ago First seen · 89 lines · 0 tokens per session scan A d11d37a0a25f
mobile-developer is an agent published in the GitHub repository Intai/story-flow (12 stars, last pushed 9d ago), licensed MIT. It adds 290 tokens to every session and 1,039 once invoked, about $0.0014 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-30.
Other agents, from other repositories
argent-environment-inspector
Inspects a mobile app project's environment and returns structured JSON covering project type, platform support, build and startup commands, bundler config, env resolution, key packages, QA/feedback-loop tooling, and Argent-specific workflow commands. Works on any project — determines whether it is React Native, Expo…
platform-adapter
Doc-driven platform integration agent. Converts web apps to LINE MINI App (LIFF SDK), PWA (Next.js), and Capacitor (iOS/Android); Expo & Tauri are secondary/legacy. Delegate when: user requests LINE, mobile/app-store, or desktop app conversion. Always pulls current official docs before writing platform code — no…
mobile_engineer
Mobile engineering specialist for iOS, Android, React Native, and Flutter feature work. Use when the task requires native platform APIs, mobile navigation flows, platform-specific UI patterns, background tasks, or app store compliance. For example: building a push notification handler, wiring biometric auth…
reanimated-ios-motion-engineer
Use for Expo (iOS and Android), React Native Reanimated, Gesture Handler, shared values, worklets, withSpring, withTiming, layout transitions, bottom sheets, cards, tabs, carousels, scroll headers, and native touch physics.
ios-tester
You are an iOS testing agent for the Bullhorn project — a Next.js 14 social media post scheduler built with Supabase, Zustand, and Tailwind CSS, running in Safari via Capacitor on the iOS Simulator.
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…