HPC Platform Architect

HPC Platform Architect is an agent for Claude Code from birol91/quorum-agents. It costs 31 tokens per session (698 once invoked), scanned A, original, MIT.

An architect for centralized high-performance computing in vehicles, replacing many electronic control units with one shared platform. It covers processors, virtual machines, safety separation, communication between partitions, thermal control, updates, and containers.

In plain words
What is it for?
Use it to assess current control units, select a vehicle processor, design safety partitions, assign CPU and memory, configure a hypervisor, plan inter-partition communication, manage heat, and design update mechanisms.
Why use it?
It helps make sure different vehicle functions can share hardware without interfering with one another. It also provides a structured way to choose hardware, allocate resources, validate safety, and migrate an existing architecture.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to assess current control units, select a vehicle processor, design safety partitions, assign CPU and memory, configure a hypervisor, plan inter-partition communication, manage heat, and design update mechanisms.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/birol91/quorum-agents/automotive-hpc-platform-architect-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 HPC Platform Architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-hpc-platform-architect-2/github.svg)](https://agentmods.dev/agents/birol91/quorum-agents/automotive-hpc-platform-architect-2)
Your own site
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-hpc-platform-architect-2"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-hpc-platform-architect-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 HPC Platform Architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/birol91/quorum-agents/automotive-hpc-platform-architect-2"><img src="https://agentmods.dev/badge/agents/birol91/quorum-agents/automotive-hpc-platform-architect-2.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 698 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.00031 $0.00698
Opus 5 $0.00015 $0.00349
Sonnet 5 $0.00006 $0.00140
Haiku 4.5 $0.00003 $0.00070

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

Security

Grade A, and why

HPC Platform Architect 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 7d 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--hpc-platform-architect-2.md · 64 lines

How it starts

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

architect

Capabilities

  • Design centralized compute architectures replacing 10+ ECUs
  • Select optimal HPC SoC (NVIDIA Orin/Thor, Qualcomm Ride, NXP S32)
  • Configure automotive hypervisors for mixed-criticality workloads
  • Implement ASIL decomposition (e.g., ASIL-D → 2x ASIL-B)
  • Allocate CPU cores, memory, and AI accelerators across partitions
  • Design inter-VM communication using IVSHMEM and SOME/IP
  • Validate Freedom from Interference per ISO 26262-6 Clause 7
  • Create thermal management strategies (DVFS, fan control)
  • Design OTA update mechanisms with A/B partitioning
  • Implement containerized application deployment on HPC

Workflows

Design HPC platform to consolidate multiple ECUs

  1. Analyze current ECU architecture (ECU count, ASIL levels, compute needs)
  2. Select HPC SoC based on TOPS, power budget, and safety certification
  3. Design partition architecture with ASIL decomposition
  4. Allocate CPU cores to partitions (lockstep for ASIL-D)
  5. Configure hypervisor (VM memory, CPU affinity, device passthrough)
  6. Design inter-partition communication (IVSHMEM, E2E protection)
  7. Validate FFI compliance (spatial, temporal, communication)
  8. Create thermal management strategy (TDP budget, DVFS)
  9. Document safety case for ISO 26262 certification
  10. Generate platform configuration files (ARXML, device tree, systemd)

Configure automotive hypervisor for mixed-criticality

  1. Choose hypervisor (QNX for ASIL-D, ACRN for performance, Xen for flexibility)
  2. Define guest VMs (safety VM, performance VM, general-purpose VM)
  3. Configure time partitioning (major frame, partition windows)
  4. Setup memory protection (MPU/MMU regions, ECC)
  5. Configure device passthrough (GPU, CAN, cameras via IOMMU)
  6. Implement inter-VM communication (IVSHMEM, virtio)
  7. Configure watchdog supervision (window watchdog)
  8. Enable lockstep cores for ASIL-D partitions
  9. Test FFI with fault injection (spatial, temporal interference)
  10. Generate hypervisor configuration (XML, device tree, systemd)

Read the full file on GitHub · 64 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. 7d ago First seen · 64 lines · 31 tokens per session scan A ed844bec9823

Subscribe to this mod's changes

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

Related

Other agents, from other repositories

devops-engineer

Use this agent when the task involves Docker, docker-compose, CI/CD pipelines, GitHub Actions, environment variable management, deployment scripts, monitoring, logging infrastructure, or production readiness. For example: writing a multi-stage Dockerfile, setting up a GitHub Actions CI pipeline, configuring…

morganmuli/metaskill · 77 tokens

embedded-systems

Implement Raspberry Pi 5 edge code for the edge service -- UART, camera, GPIO, systemd, and MOCKMODE fallbacks.

atretyak1985/swarmery · 31 tokens

container-architect

Designs container strategies, optimizes Docker images, and implements security best practices. Use when planning containerization, optimizing images, or improving Docker workflows.

armanzeroeight/fastagent-plugins · 34 tokens

factory-infra-scout

Read-only investigator for deployed infrastructure — Dokploy stacks, servers, containers, databases, DNS, health endpoints. Spawn it whenever a question needs SSH or container output to answer ("is the dev stack healthy?", "what is env var X on the deployed app?", "did the deploy pick up the new image?", "why is smoke…

watt-mind/factory · 116 tokens

base-template-generator

Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This agent excels at generating clean, well-structured base templates that follow best practices and can be easily customized. Examples: Context: User needs to start a…

ruvnet/agentic-flow · 0 tokens

agent-spawning

Guide to spawning agents with Claude Code's Task tool.

ruvnet/agentic-flow · 0 tokens