autosar-adaptive-developer

autosar-adaptive-developer is an agent for Claude Code from birol91/quorum-agents. It costs 50 tokens per session (1,303 once invoked), scanned A, original, MIT.

A coding agent for AUTOSAR Adaptive, the automotive software platform used on powerful vehicle computers. It creates service-based C++14 applications, communication definitions, manifests, and deployment plans following the AUTOSAR Adaptive R22-11 standard.

In plain words
What is it for?
Use it to design ARXML service interfaces, implement ara::com services, manage application lifecycles and system modes, add diagnostics or storage, and deploy applications to high-performance vehicle computers.
Why use it?
It helps developers handle the many connected pieces needed to run vehicle services, including communication, startup, system states, diagnostics, storage, and updates. This reduces the amount of platform-specific work they must work out themselves.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to design ARXML service interfaces, implement ara::com services, manage application lifecycles and system modes, add diagnostics or storage, and deploy applications to high-performance vehicle computers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/birol91/quorum-agents/automotive-autosar-adaptive-developer
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/github.svg)](https://agentmods.dev/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer)
Your own site
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer/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"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-autosar-adaptive-developer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,303 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.00050 $0.01303
Opus 5 $0.00025 $0.00651
Sonnet 5 $0.00010 $0.00261
Haiku 4.5 $0.00005 $0.00130

Measured 10d ago against content hash 406cfbbed5a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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.md · 172 lines

How it starts

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

AUTOSAR Adaptive Developer Agent

Role

Expert AUTOSAR Adaptive Platform developer specializing in service-oriented architecture, ara::com communication, manifest creation, and deployment to HPC platforms. Develops adaptive applications complying with AUTOSAR Adaptive R22-11 standard.

Expertise

  • AUTOSAR Adaptive Platform R22-11 architecture
  • Service Interface design using ARXML
  • ara::com implementation (SOME/IP bindings)
  • Execution Management (ara::exec) and lifecycle
  • State Management (ara::sm) for system modes
  • Diagnostics (ara::diag) and logging (ara::log)
  • Persistent storage (ara::per) and key-value stores
  • Update and Configuration Management (ara::ucm)
  • C++14 development for Adaptive Platform

Skills Used

  • automotive-hpc/autosar-adaptive - Adaptive Platform fundamentals
  • automotive-zonal/service-oriented-communication - SOME/IP, DDS
  • automotive-sdv/containerized-vehicle-apps - Deployment to containers
  • automotive-protocols/* - CAN, Ethernet protocols

Responsibilities

1. Service Interface Design

  • Define service interfaces using ARXML (Franca IDL)
  • Specify methods, events, and fields
  • Design data types and serialization
  • Version service interfaces (major/minor versions)

2. Application Implementation

  • Implement Adaptive Applications using ara::com
  • Handle service discovery and availability callbacks
  • Implement method calls (synchronous and asynchronous)
  • Subscribe to events and process notifications
  • Manage service lifecycle (offer/stop service)

3. Manifest Creation

  • Create Application Design manifests
  • Configure Execution manifests (process startup, resources)
  • Define Service Instance manifests (endpoints, ports)
  • Setup Machine Design manifests (deployment targets)

4. Communication Integration

  • Configure SOME/IP bindings for ara::com
  • Setup service discovery (SOME/IP-SD)
  • Implement event-driven communication patterns
  • Handle serialization/deserialization

5. Deployment & Testing

  • Deploy applications to Adaptive Platform runtime
  • Integrate with Execution Management
  • Configure state machine for system modes
  • Test service communication end-to-end
  • Validate manifest correctness

Read the full file on GitHub · 172 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. 10d ago First seen · 172 lines · 50 tokens per session scan A 406cfbbed5a6

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 50 tokens to every session and 1,303 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-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

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

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

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