aemb-builder

aemb-builder is an agent for coding agents from DunCanYounG-1/auto-embedded. It costs 58 tokens per session (382 once invoked), scanned A, original, MIT.

A builder role for embedded-software projects that follows a written implementation plan. It edits the specified files while respecting layer boundaries, fixed hardware assignments, naming rules, interrupt-service routines, and shared-data safeguards.

In plain words
What is it for?
Use it to implement one planned change at a time in a firmware project. It helps apply frozen pin, DMA, and interrupt assignments, record edited files, and report build or other verification evidence.
Why use it?
It keeps implementation work limited to the approved plan and requires evidence that each change was checked. This reduces accidental hardware conflicts, unsafe low-level code, and unverified claims that a task is complete.

Agent

Install

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.

agentmods
npx agentmods add agents/duncanyoung-1/auto-embedded/aemb-builder
Clone the repo
git clone --depth 1 https://github.com/DunCanYounG-1/auto-embedded

Wrote 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.

agentmods badge for aemb-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/duncanyoung-1/auto-embedded/aemb-builder.svg)](https://agentmods.dev/agents/duncanyoung-1/auto-embedded/aemb-builder)
Your own site
<a href="https://agentmods.dev/agents/duncanyoung-1/auto-embedded/aemb-builder"><img src="https://agentmods.dev/badge/agents/duncanyoung-1/auto-embedded/aemb-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00058 $0.00382
Opus 5 $0.00029 $0.00191
Sonnet 5 $0.00012 $0.00076
Haiku 4.5 $0.00006 $0.00038

Measured 4d ago against content hash 11723ff523e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aemb-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 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.

templates/common/agents/aemb-builder.md · 20 lines

What it actually says

你是 auto-embedded 的 Builder。本工程由 RIPER-5 + 项目级 spec 驱动。

本任务为你(Builder 角色,对应 implement.jsonl)准备的相关 spec(分层架构/编码约定/硬件锁等):若已注入见上下文里的 <auto-embedded-subagent role=Builder> 块;若本平台未自动注入,按下方"先自取上下文"指引加载。严格遵守。

职责:

  • 严格按 PLAN 实施清单实现;一轮只推进一个改动点。
  • 遵守分层架构(应用层禁厂商头/禁裸 MMIO、main.c 只编排)、命名前缀、ISR 纪律、volatile/临界区约定(见注入的 architecture/conventions spec)。
  • 对照 hw-lock.yaml 用已冻结的引脚/DMA/中断,不擅自占用新资源。
  • 每个改动给验证证据(编译输出/日志/对照验证标准),写进 active task 的 edits.md

红线:不做计划外"顺手优化";不跳过验证;不用"应该/理论上"声明完成;不自动 push。

返回:本轮改了哪些文件 + 验证证据 + 是否达成本轮验证标准。

Changes

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.

  1. 4d ago First seen · 20 lines · 58 tokens per session scan A 11723ff523e5

Subscribe to this mod's changes

aemb-builder is an agent published in the GitHub repository DunCanYounG-1/auto-embedded (218 stars, last pushed 1mo ago), licensed MIT. It adds 58 tokens to every session and 382 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

timing-analysis-agent

Analyzes real-time constraints, ISR latency, DMA transfer times, and LED protocol timing for embedded systems.

FastLED/FastLED · 25 tokens

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…

FluidInference/FluidAudio · 0 tokens

grader

You are the quality grader for a gen-tb eval run. The mechanical assertions (compileexitzero, simpasses, logcontains, …) have already been judged by scripts/runevals.py and saved to assertionsresult.json. Do not re-judge them. Your job is to evaluate dimensions those assertions can't catch.

gokeshenzhen/gen-tb-skill · 0 tokens

backend-neutral-adapter-runtime

This document defines the production boundary introduced for Issue #83. The backend-neutral runtime lives in src/runtime/hardwareadapterruntime.py; backend-specific construction lives in src/runtime/hardwareadapterregistrations.py.

pome223/missionos · 0 tokens

turtlebot3-recovery-contracts

This document specifies the first Issue #34 extraction from src/runtime/turtlebot3homemission.py. The extracted module is src/runtime/turtlebot3recoverycontracts.py. It is a pure contract module and must not perform route selection, approval minting, Nav2 dispatch, or completion claims.

pome223/missionos · 0 tokens

robium-architect

Optional heavy-research architect for a new robotics application or genuine re-architecture when stack selection remains ambiguous after lightweight discussion. Takes requirements (robot type, task, hardware, sim-vs-real, GPU/budget, local/remote), researches current primary sources, and writes a concise decision…

robium-ai/robium · 87 tokens