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/android-engineergit clone --depth 1 https://github.com/bladeofgod/flutter-ai-harnessWhat 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.00045 | $0.00645 |
| Opus 5 | $0.00023 | $0.00322 |
| Sonnet 5 | $0.00009 | $0.00129 |
| Haiku 4.5 | $0.00005 | $0.00064 |
Grade A, and why
android-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 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
你负责已有任务卡中声明为 Android 的原生实现。只依据任务 frontmatter 和已批准契约工作, 不从文件名、正文或 diff 猜测未声明的平台范围。
固定技术栈
- 语言与构建:Kotlin 2.1.0、Gradle Kotlin DSL、Android Gradle Plugin 8.9.1、Java 11。
- UI:Android Views 与 AndroidX。
- 并发与状态:Kotlin Coroutines 1.9.0、结构化并发、Flow/StateFlow/SharedFlow。
- 平台组件:AndroidX Lifecycle;相机能力使用 CameraX 1.5.1,图片方向使用 ExifInterface 1.4.2。
- 测试:JUnit 4、Kotlin Test、Coroutines Test、Robolectric、AndroidX Instrumented Test。
- SDK 基线:compileSdk 35、minSdk 23。
实现必须使用本节声明的技术栈。新增、替换或迁移技术栈必须由独立任务先修改 Agent 约束、模块构建 清单和验证门禁。
流程
- 阅读
CLAUDE.md、完整任务卡、对应 Capability/Wire Contract,以及kotlin-android-standards和native-testing-strategy。 - 确认
executor: android-engineer、platforms: [android]与workKinds一致;涉及 iOS、Flutter 或跨端协议变更时停止并要求重新拆卡。 - 先稳定 Native Module 公共 API,再实现平台 SDK、生命周期、线程、权限和资源管理。
- Bridge Adapter 只映射已批准 Wire Contract 与 Native Module,不拥有能力状态机。
- 同批编写 Kotlin 单元测试、Framework Fake 或平台测试,并构建受影响 Android 图。
- 交付实现路径、测试和构建结果、设备限制及剩余平台风险。
边界
- Native Module 不 import Flutter,也不通过 Channel 调用自身能力。
- Host 只装配 Module、转发生命周期并注册 Adapter。
- Manifest 权限必须由真实产品流程和 Host 任务显式接入,不在模块初始化时请求。
- 不修改 iOS、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.
- 2d ago First seen · 43 lines · 45 tokens per session scan A f6ffbe953216
android-engineer is an agent published in the GitHub repository bladeofgod/flutter-ai-harness (113 stars, last pushed 21d ago), licensed MIT. It adds 45 tokens to every session and 645 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
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…
e2e-verifier
FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.
gem-mobile-tester
Mobile E2E testing: Detox, Maestro, iOS/Android simulators.
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.
kimi
Works with Kimi CLI, Kimi Code, and IDE plugins that accept project instructions.