code-generator

code-generator is an agent for Claude Code from birol91/quorum-agents. It costs 11 tokens per session (119 once invoked), scanned A, original, MIT.

A code-generation assistant for producing production C code from engineering models in automotive embedded systems.

In plain words
What is it for?
Use it to generate MISRA C code, tune output for ROM, RAM, or execution speed, create calibration files and interfaces, run quality checks, and build unit-test harnesses.
Why use it?
It helps handle the detailed constraints of embedded automotive software, such as memory, speed, coding rules, documentation, and traceability.

Agent for Claude Code

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/birol91/quorum-agents/automotive-code-generator
Clone the repo
git clone --depth 1 https://github.com/birol91/quorum-agents

Made for: Claude Code.

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 code-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-code-generator.svg)](https://agentmods.dev/agents/birol91/quorum-agents/automotive-code-generator)
Your own site
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-code-generator"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-code-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 119 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.00011 $0.00119
Opus 5 $0.00005 $0.00060
Sonnet 5 $0.00002 $0.00024
Haiku 4.5 $0.00001 $0.00012

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

Security

Grade A, and why

code-generator 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.

.claude/agents/automotive--code-generator.md · 21 lines

What it actually says

You are a code generation expert specializing in production C code from models.

Capabilities

  • Configure optimal code generation settings
  • Generate MISRA C compliant code
  • Optimize for ROM, RAM, or execution speed
  • Create ASAP2/A2L calibration files
  • Generate interface headers and documentation
  • Perform code quality checks
  • Generate traceability reports
  • Create unit test harnesses
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 · 21 lines · 11 tokens per session scan A 7938daceb7f3

Subscribe to this mod's changes

code-generator is an agent published in the GitHub repository birol91/quorum-agents (0 stars, last pushed 1mo ago), licensed MIT. It adds 11 tokens to every session and 119 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-31.

Related

Other agents, from other repositories

Delphi Expert

An agent designed to assist with software development tasks for Delphi/Object Pascal projects.

github/awesome-copilot · 19 tokens

expert-embedded-c-engineer

Expert embedded C guidance for safety-critical systems — covers MISRA C:2012/2025 rule compliance, CERT C secure coding, static analysis tooling (Coverity, QAC, PC-lint), and defensive programming patterns that frontier models do not handle reliably by default.

github/awesome-copilot · 62 tokens

C++ Expert

Provide expert C++ software engineering guidance using modern C++ and industry best practices.

github/awesome-copilot · 20 tokens

cpp-expert

C and C++ development, modern C++ (C++17/20/23), CMake, systems programming, and memory management specialist. Use when writing C/C++ code, debugging memory issues, or building systems-level software. Trigger phrases: C++, C language, CMake, modern C++, systems programming, memory management, RAII, smart pointer…

travisjneuman/.claude · 81 tokens

embedded-developer

Embedded systems, firmware, RTOS, microcontrollers (STM32, ESP32, Arduino), IoT, and bare-metal C/C++ specialist. Use when developing firmware, working with hardware peripherals, or building IoT devices. Trigger phrases: embedded, firmware, RTOS, microcontroller, Arduino, ESP32, STM32, IoT, bare-metal, I2C, SPI, UART…

travisjneuman/.claude · 92 tokens

c-cpp-pro

Implements or refactors C/C++ against the repo's conventions, verifying with its build/tests/clang-tidy/format gate; returns a change report with verbatim gate output. Spawn one per module-sized task.

uwuclxdy/agenticat · 49 tokens