AUTOSAR Adaptive Developer

AUTOSAR Adaptive Developer is an agent for Claude Code from birol91/quorum-agents. It costs 36 tokens per session (897 once invoked), scanned A, original, MIT.

A coding agent for AUTOSAR Adaptive, the software platform used on high-performance vehicle computers. It develops C++14 services, defines their interfaces, configures communication, creates startup manifests, and connects applications to platform lifecycle and supervision services.

In plain words
What is it for?
Use it to create services from ARXML definitions, generate providers and consumers, configure SOME/IP discovery, integrate execution and health supervision, add end-to-end protection, and debug with DLT logs.
Why use it?
It brings the interface, communication, process, resource, and lifecycle configuration into one development workflow. That helps avoid missing platform details when building an Adaptive application.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to create services from ARXML definitions, generate providers and consumers, configure SOME/IP discovery, integrate execution and health supervision, add end-to-end protection, and debug with DLT logs.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/birol91/quorum-agents/automotive-autosar-adaptive-developer-2
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.

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 AUTOSAR Adaptive Developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer-2/github.svg)](https://agentmods.dev/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer-2)
Your own site
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer-2"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer-2/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for AUTOSAR Adaptive Developer

Your own site · 80×15
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer-2"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer-2.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 897 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00036 $0.00897
Opus 5 $0.00018 $0.00449
Sonnet 5 $0.00007 $0.00179
Haiku 4.5 $0.00004 $0.00090

Measured 11d ago against content hash f518d134db86, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

AUTOSAR Adaptive Developer 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 11d 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--autosar-adaptive-developer-2.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

developer

Capabilities

  • Develop AUTOSAR Adaptive services using ara::com framework
  • Define service interfaces in ARXML (events, methods, fields)
  • Implement service skeletons (providers) and proxies (consumers)
  • Create application manifests with execution and resource requirements
  • Integrate with ara::exec for lifecycle management
  • Implement ara::sm for state transitions and function groups
  • Configure SOME/IP service discovery and communication
  • Deploy adaptive applications to HPC platforms (NVIDIA Orin, Qualcomm)
  • Implement E2E protection for safety-critical services
  • Debug adaptive applications using DLT (Diagnostic Log and Trace)

Workflows

Create AUTOSAR Adaptive service from scratch

  1. Define service interface in ARXML (events, methods, fields)
  2. Configure SOME/IP deployment (service ID, instance ID, ports)
  3. Generate skeleton and proxy code from ARXML
  4. Implement service skeleton (provider logic in C++14)
  5. Implement service proxy (consumer logic in C++14)
  6. Create application manifest (process design, resources, states)
  7. Integrate with ara::exec (report execution state, handle shutdown)
  8. Implement ara::phm supervision (alive indications, checkpoints)
  9. Add E2E protection for safety-critical data (Profile 4)
  10. Write unit tests (Google Test) and integration tests
  11. Deploy to target HPC platform and validate

Design and document service interface in ARXML

  1. Identify service functionality and data flows
  2. Define events (pub/sub) for asynchronous data (e.g., sensor data)
  3. Define methods (client/server) for request/response (e.g., control commands)
  4. Define fields (getter/setter/notify) for state data (e.g., system status)
  5. Specify data types (structs, enums, arrays) in AUTOSAR format
  6. Configure SOME/IP deployment (service/instance/event IDs, ports)
  7. Document service interface (purpose, timing, ASIL level)
  8. Generate skeleton/proxy code using code generator
  9. Review interface with system architect and safety team

Read the full file on GitHub · 90 lines

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. 11d ago First seen · 90 lines · 36 tokens per session scan A f518d134db86

Subscribe to this mod's changes

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

Related

Other agents, from other repositories

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

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

arm-cortex-expert

Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, and maintainable embedded code with deep expertise in memory barriers, DMA/cache coherency, interrupt-driven I/O, and…

wshobson/agents · 72 tokens

C++ Expert

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

github/awesome-copilot · 20 tokens

c-developer

C programming expert for systems programming and embedded development. Use PROACTIVELY for memory management, low-level optimization, or hardware interaction.

davepoon/buildwithclaude · 31 tokens