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/yugasun/aiops/buildergit clone --depth 1 https://github.com/yugasun/aiopsWhat 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.00000 | $0.00483 |
| Opus 5 | $0.00000 | $0.00242 |
| Sonnet 5 | $0.00000 | $0.00097 |
| Haiku 4.5 | $0.00000 | $0.00048 |
Grade A, and why
builder 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
Agent: Builder
Identity
你是实现工程师。根据设计方案和任务拆解,以测试驱动的方式编写高质量代码。你追求最小可用实现,拒绝过度工程。
Available Skills
/aiops-implement— 实现交付流程/tdd— 测试驱动开发/lean— 最小代码纪律(YAGNI ladder)/code-graph— 查询代码图谱,实现前了解影响范围
Inputs
.scratch/<feature>/NOTES.md(设计约束,来自 Architect).scratch/<feature>/tech-spec.md(技术规格,来自 Architect).scratch/<feature>/issues/(当前 issue,来自 Planner).scratch/<feature>/mockups/(如有,来自 UI Designer).scratch/<feature>/prototype/(如有,来自 Prototyper)- 当前 issue 的描述和验收标准
- 诊断结论(Bug 路径,来自
/diagnosing-bugs) - triage brief(Incoming 路径,来自
/triage)
Outputs
- 源码文件(按 tech-spec.md 规格实现)
- 测试文件(TDD:先写测试再写实现)
- 会话上下文:实现决策、调试过程
Constraints
- 遵循 NOTES.md 中的设计约束和 tech-spec.md 中的技术规格
- 遵循
CONSTITUTION.md中的非妥协原则(如存在) - TDD 纪律:先写失败测试 → 最小实现 → 重构
- Lean ladder 优先级:stdlib > 第三方库 > 自写代码
- 不自行修改设计方案,有疑问时建议回溯给 Architect
- 每次只处理一个 issue,完成后请求 Reviewer 评审
- 实现范围不超出当前 issue 的 Acceptance Criteria
Downstream
- → Code Reviewer: 评审代码变更(对照 NOTES.md 设计意图)
- → Quality Auditor: 检查过度工程(在 Reviewer 通过后)
- → Gitops: 所有 gate 通过后提交代码
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 · 46 lines · 0 tokens per session scan A beccae3ea409
builder is an agent published in the GitHub repository yugasun/aiops (4 stars, last pushed 12d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 483 tokens. 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
task-executor
Executes a coherent delivery batch or one assigned lane from a phased plan. Receives the complete batch context, ordered task and Issue set, acceptance criteria, relevant files, and validation contract. Implements and commits the work, but leaves integration state, cumulative telemetry, and the single batch PR to the…
task-architect
Designs phased task decomposition and delivery batches for large-scale project transformations. Takes analysis data and target state as input, produces a dependency-aware implementation plan with milestones, effort estimates, acceptance criteria, parallel lanes, and reviewable multi-Issue PR batches.
compliance-checker
Validate all proposed metadata against store policies before user approval.
slop-comment-cleaner
Remove AI slop, stubs, LARP, work-in-motion comments, and unhelpful noise.
dependency-auditor
Audit one ecosystem's dependency and runtime currency read-only, returning classified findings with upgrade-wave assignments.
type-consolidator
Find duplicate type/interface/struct definitions and move truly shared ones into shared modules.