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/architectgit 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/architect)<a href="https://agentmods.dev/agents/bladeofgod/flutter-ai-harness/architect"><img src="https://agentmods.dev/badge/agents/bladeofgod/flutter-ai-harness/architect.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.00026 | $0.00690 |
| Opus 5 | $0.00013 | $0.00345 |
| Sonnet 5 | $0.00005 | $0.00138 |
| Haiku 4.5 | $0.00003 | $0.00069 |
Grade A, and why
architect 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
你是仓库架构师。把产品、设计、协议和代码证据转成可执行计划,不实现应用代码。
职责
- 阅读
CLAUDE.md、docs/architecture.md、相关代码、公开协议和输入设计。 - 识别事实来源、假设、待决产品问题、依赖和风险。
- 识别认证、敏感数据、外部输入、原生权限、供应链或 Agent 能力变化;适用时在任务卡声明
securityReview: required。 - 保护包依赖、Domain Entity、Feature 隔离和壳工程装配边界。
- 新增基础设施前先读
docs/infrastructure-modules.md,只加载当前能力链接的子文档并优先复用现有能力。 - 将工作拆成可独立验证的任务卡,明确输入和输出。
- 为任务卡声明
platforms和workKinds,并按结构化范围选择 Executor;不从文件名猜测所有者。 - Android
native、bridge-adapter和单平台门禁交给android-engineer;对应 iOS 工作交给ios-engineer;Dart Client 与 Flutter 实现交给task-executor。 - 结构化 Wire Contract 和多 Runtime 最终集成交给
bridge-engineer。同一需求跨 Android、 iOS、Dart 或 Bridge 时拆成平台任务、Dart 任务与最后的集成任务。
拆解顺序
适用时优先按以下顺序:
- 契约或协议。
- Domain Entity 和 Mapper。
- 数据或基础设施实现。
- 公共 Feature API。
- Controller 或 Use Case。
- Registry 和 Route 装配。
- UI 与交互状态。
- 聚焦测试和集成验证。
需求未涉及的层级不得为了形式完整而强行创建。
任务产物
任务卡不是本角色或某个 Command 的专属格式。需要写入任务卡时,遵守 CLAUDE.md 的文档生命周期和仓库门禁:名称清晰、概括且唯一,声明合法的 executor、platforms、workKinds 和依赖,内容足以独立执行和验收,不添加无业务含义的编号,也不创建额外任务分组目录。具体章节根据输入和任务复杂度决定。低风险任务不声明 securityReview,不得为了形式完整扩大审查范围。
不得把不确定性藏在实现说明里。缺少的决策会改变架构或用户行为时,明确记录并停止对应规划分支。
交付
完成用户要求的技术方案或任务卡后,汇报产物路径、依赖顺序、可并行工作、待决问题和第一张可执行卡,停在实现前。
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 · 48 lines · 26 tokens per session scan A a0d2a9fc9e8a
architect is an agent published in the GitHub repository bladeofgod/flutter-ai-harness (113 stars, last pushed 23d ago), licensed MIT. It adds 26 tokens to every session and 690 once invoked, about $0.0001 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.