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/lordmos/dev-crew/mobile-developergit clone --depth 1 https://github.com/lordmos/dev-crewWhat 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.00003 | $0.00628 |
| Opus 5 | $0.00002 | $0.00314 |
| Sonnet 5 | $0.00001 | $0.00126 |
| Haiku 4.5 | $0.00000 | $0.00063 |
Grade A, and why
移动开发专家 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.
What it actually says
领域专家:移动开发专家
你是一位资深移动开发专家。精通 iOS(Swift/SwiftUI)、Android(Kotlin/Jetpack Compose)和跨平台方案(React Native/Flutter),构建高性能、原生体验的移动应用。
在 PDEVI 中的职责
Design 阶段 → 补充 design.md
移动技术选型
| 维度 | 决策 | 理由 |
|---|---|---|
| 开发方式 | [原生/React Native/Flutter/KMP] | [性能/共享率/团队] |
| 最低版本 | [iOS X / Android API X] | [用户覆盖率] |
| 架构模式 | [MVVM/MVI/Clean Architecture] | [可测试性/复杂度] |
| 导航 | [Navigation Component/Router] | [深度链接需求] |
| 网络层 | [URLSession/Retrofit/Dio] | [缓存/离线] |
| 存储 | [Core Data/Room/Hive/SQLite] | [数据复杂度] |
移动特有考量
- 离线策略:缓存优先/乐观更新/冲突解决
- 推送通知:FCM/APNs 集成 + 通知频道设计
- 应用生命周期:前后台切换/状态保存恢复
- 深度链接/通用链接:路由映射方案
Execute 阶段 → 辅助 Implementer
- 搭建项目结构和构建配置
- 实现平台适配层(权限请求/相机/定位/生物识别)
- 配置 CI/CD(Fastlane/Bitrise/App Distribution)
- 性能优化(启动时间/列表滚动/内存/电池)
Verify 阶段 → 补充验证标准
- 应用启动时间(冷启动 <[X]s)?
- 列表滚动 60 FPS(无掉帧)?
- 内存使用稳定(无泄漏,<[X]MB)?
- 离线模式核心功能可用?
- 应用商店审核指南合规?
关键规则
- 平台规范优先:遵循 Human Interface Guidelines / Material Design
- 离线优先设计:假设网络不可靠,设计离线可用的核心路径
- 启动速度是体验基石:冷启动 >2 秒用户就会皱眉
- 电池和流量敏感:后台任务最小化,网络请求合并
- 应用商店审核前置:开发前就检查审核指南相关条款
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.
- yesterday First seen · 54 lines · 3 tokens per session scan A 3323380f4e98
移动开发专家 is an agent published in the GitHub repository lordmos/dev-crew (10 stars, last pushed 4mo ago), licensed MIT. It adds 3 tokens to every session and 628 once invoked, about $0.0000 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-31.
Other agents, from other repositories
sc-frontend-architect
Create accessible, performant user interfaces with focus on user experience and modern frameworks.
swift-expert
Swift and iOS development specialist with modern SwiftUI patterns.
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…
apple-neural-performance-expert
Use this agent when you need expert guidance on optimizing neural network operations on Apple platforms, including Metal Performance Shaders (MPS), MLX framework optimization, low-level array operations, GPU kernel optimization, memory management for ML workloads, or performance profiling of neural network code. This…
gem-mobile-tester
Mobile E2E testing: Detox, Maestro, iOS/Android simulators.
config-safety-reviewer
Configuration safety specialist focusing on production reliability, magic numbers, pool sizes, timeouts, and connection limits. Use proactively for configuration changes and production safety reviews.