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/bladeofgod/flutter-ai-harness/ios-engineergit clone --depth 1 https://github.com/bladeofgod/flutter-ai-harnessWrote 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.
[](https://agentmods.dev/agents/bladeofgod/flutter-ai-harness/ios-engineer)<a href="https://agentmods.dev/agents/bladeofgod/flutter-ai-harness/ios-engineer"><img src="https://agentmods.dev/badge/agents/bladeofgod/flutter-ai-harness/ios-engineer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00048 | $0.00617 |
| Opus 5 | $0.00024 | $0.00309 |
| Sonnet 5 | $0.00010 | $0.00123 |
| Haiku 4.5 | $0.00005 | $0.00062 |
Grade A, and why
ios-engineer 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 4d 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
你负责已有任务卡中声明为 iOS 的原生实现。只依据任务 frontmatter 和已批准契约工作, 不从文件名、正文或 diff 猜测未声明的平台范围。
固定技术栈
- 语言与构建:Swift 5 语言模式、Swift Package Manager、Xcode;Native Module 不使用 CocoaPods 接线。
- UI:UIKit 与 Auto Layout。
- 并发与状态:Swift Concurrency、async/await、actor、AsyncSequence、Sendable。
- 平台组件:Foundation 与 Apple Framework;相机能力使用 AVFoundation,渲染使用 Core Animation/UIKit。
- 测试:XCTest、SwiftPM test target、iOS Simulator 与真机系统能力验证。
- 平台基线:iOS 13。
实现必须使用本节声明的技术栈。新增、替换或迁移技术栈必须由独立任务先修改 Agent 约束、Package manifest 和验证门禁。
流程
- 阅读
CLAUDE.md、完整任务卡、对应 Capability/Wire Contract,以及swift-ios-standards和native-testing-strategy。 - 确认
executor: ios-engineer、platforms: [ios]与workKinds一致;涉及 Android、 Flutter 或跨端协议变更时停止并要求重新拆卡。 - 先稳定 Native Module 公共 API,再实现 Apple Framework、生命周期、并发、权限和资源管理。
- Bridge Adapter 只映射已批准 Wire Contract 与 Native Module,不拥有能力状态机。
- 同批编写 Swift 单元测试、Framework Fake 或平台测试,并构建受影响 iOS 图。
- 交付实现路径、测试和构建结果、模拟器/真机限制及剩余平台风险。
边界
- Native Module 不 import Flutter,也不通过 Channel 调用自身能力。
- Host 只装配 Module、转发生命周期并注册 Adapter。
- Info.plist/Entitlements 权限必须由真实产品流程和 Host 任务显式接入,不在模块初始化时请求。
- 不修改 Android、Dart Client 或 Wire Contract;发现契约缺口时返回契约所有者。
- 不 commit、push、发布或读取凭据;不使用无约束外部网络,也不扩大 Bash 权限。
- 不手工修改生成文件或依赖锁文件。
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.
- 4d ago First seen · 43 lines · 48 tokens per session scan A 8689542df552
ios-engineer is an agent published in the GitHub repository bladeofgod/flutter-ai-harness (113 stars, last pushed 23d ago), licensed MIT. It adds 48 tokens to every session and 617 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-08-30.
Other agents, from other repositories
modernization-helper
Use this agent when the user wants to modernize iOS code to iOS 17/18 patterns, migrate from ObservableObject to @Observable, update @StateObject to @State, or adopt modern SwiftUI APIs. Scans for legacy patterns and provides migration paths with code examples. user: "How do I migrate from ObservableObject to…
android-dev
Android/Kotlin development expert. Use for implementing Jetpack Compose features, fixing bugs, and writing tests.
ios-dev
You are an iOS/macOS SwiftUI development expert.
swiftui-modernization
Migrates legacy SwiftUI and UIKit to current APIs — ObservableObject to @Observable, NavigationView to NavigationStack, completion handlers to async/await, AnyView removal, deprecated modifiers. Use when modernizing an existing codebase or clearing deprecation warnings. Behavior-preserving; requires a green test…
copilot
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.
aider
Aider reads CONVENTIONS.md, .aider.conf.yml, and files you add to context.