automotive-examples-code

automotive-examples-code is a skill for Claude Code, Codex from pangzhenying2025/hermes-automotive-skills. It costs 80 tokens per session (725 once invoked), scanned A, original, MIT.

A collection of working automotive software examples, including battery-management firmware, driver-assistance camera processing, battery temperature models, vehicle network setups, and cloud deployment files.

In plain words
What is it for?
Use it to study or adapt C, Python, Docker, YAML, Terraform, Kubernetes, and SQL examples for battery systems, camera-based object detection, vehicle protocols, network topologies, and connected-vehicle services.
Why use it?
It gives developers concrete starting points for automotive projects instead of leaving them to design every example from scratch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to study or adapt C, Python, Docker, YAML, Terraform, Kubernetes, and SQL examples for battery systems, camera-based object detection, vehicle protocols, network topologies, and connected-vehicle services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pangzhenying2025/hermes-automotive-skills/automotive-examples-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.

Any agent
npx skills add pangzhenying2025/hermes-automotive-skills --skill automotive-examples-code
Clone the repo
git clone --depth 1 https://github.com/pangzhenying2025/hermes-automotive-skills

Made for: Claude Code, Codex.

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 automotive-examples-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-examples-code/github.svg)](https://agentmods.dev/skills/pangzhenying2025/hermes-automotive-skills/automotive-examples-code)
Your own site
<a href="https://agentmods.dev/skills/pangzhenying2025/hermes-automotive-skills/automotive-examples-code"><img src="https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-examples-code/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 automotive-examples-code

Your own site · 80×15
<a href="https://agentmods.dev/skills/pangzhenying2025/hermes-automotive-skills/automotive-examples-code"><img src="https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-examples-code.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 725 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.00080 $0.00725
Opus 5 $0.00040 $0.00362
Sonnet 5 $0.00016 $0.00145
Haiku 4.5 $0.00008 $0.00072

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

Security

Grade A, and why

automotive-examples-code 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 12d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (references/adas-perception/src/camera/detector.py, references/adas-perception/src/main.py, references/adas-perception/tests/test_camera.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/automotive-examples-code/SKILL.md · 54 lines

How it starts

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

Automotive Code Examples

Full production-ready code examples from the automotive-claude-code-agents repository.

Examples Index

Example Language Description
adas-perception/ Python Camera-based object detection pipeline for ADAS
ecu-bms/ C Full BMS firmware with RTE, cell monitoring, SOC estimation
battery-thermal/ - Battery thermal modeling reference
network-topologies/ Docker/YAML Automotive Ethernet topologies with Docker Compose
multi-region-deployment/ TF/K8s/SQL Multi-region cloud deployment for connected vehicles
automotive_protocols_demo.py Python CAN/LIN/Ethernet protocol interaction demo

File List

  • examples/adas-perception\config\pipeline_config.yaml
  • examples/adas-perception\src\camera\detector.py
  • examples/adas-perception\src\main.py
  • examples/adas-perception\tests\test_camera.py
  • examples/automotive_protocols_demo.py
  • examples/ecu-bms\requirements\bms-requirements.yaml
  • examples/ecu-bms\src\application\cell_monitor.c
  • examples/ecu-bms\src\application\cell_monitor.h
  • examples/ecu-bms\src\application\soc_estimator.c
  • examples/ecu-bms\src\application\soc_estimator.h
  • examples/ecu-bms\src\rte\Rte_BMS.c
  • examples/ecu-bms\src\rte\Rte_BMS.h
  • examples/ecu-bms\tests\unit\test_cell_monitor.c
  • examples/multi-region-deployment\database\setup-multi-region-replication.sql
  • examples/multi-region-deployment\kubernetes\applications\vehicle-gateway-deployment.yaml
  • examples/multi-region-deployment\scripts\failover-to-region.sh
  • examples/multi-region-deployment\terraform\global\main.tf
  • examples/multi-region-deployment\terraform\us-east-1\main.tf
  • examples/network-topologies\docker-compose.yml
  • examples/network-topologies\setup.sh
  • examples/network-topologies\test-virtual-network.py
  • examples/qnx\complete_workflow.py
  • examples/qnx-adaptive-platform\deployment\execution\adas_controller.json
  • examples/qnx-adaptive-platform\deployment\machine\machine_manifest.json
  • examples/qnx-adaptive-platform\runtime\ara_com\include\ara\com\skeleton.h
  • examples/qnx-adaptive-platform\runtime\ara_com\include\ara\com\types.h

Read the full file on GitHub · 54 lines

Files

What ships with it

47 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 54 lines · 80 tokens per session scan A 81201e3c7eed

Subscribe to this mod's changes

automotive-examples-code is a skill published in the GitHub repository pangzhenying2025/hermes-automotive-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 80 tokens to every session and 725 once invoked, about $0.0004 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 skills, from other repositories

misra

MISRA C:2025 expert that operates in two modes: (1) Review — scan existing C code for violations across all 223 guidelines (22 directives + 201 rules), report findings with rule IDs, corrected code, and deviation justification templates; (2) Develop — generate new C functions, modules, or data structures that are…

ptsilivis/autonomousguy · 221 tokens

cuopt-numerical-optimization-api

LP, MILP, and QP (beta) with cuOpt — Python, C, and CLI. Use when the user is solving LP, MILP, or QP with any cuOpt interface.

NVIDIA/skills · 51 tokens

golang-stay-updated

Golang ecosystem watch list — official sources (go.dev/blog, pkg.go.dev, tour.golang.org, golang-nuts), newsletters (Golang Weekly, Awesome Go Newsletter), communities (r/golang, gophers.slack.com, Go Forum, go.dev/wiki), blogs (Dave Cheney, Ardan Labs, Rob Pike), YouTube channels (Gopher Academy, GopherCon EU/UK)…

samber/cc-skills-golang · 181 tokens

cudaq-importing

Use when porting circuits from another framework (e.g. Qiskit) into CUDA-Q kernels while preserving the source algorithm and validation fidelity.

NVIDIA/cuda-quantum · 34 tokens

cuopt-developer

Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI). Use for solver internals, PRs, DCO, and code conventions.

NVIDIA/cuopt · 47 tokens

course

A Python helper that displays tutorials, group information, source-code links, and other resources for the python-office library in a terminal.

CoderWanFeng/python-office · 38 tokens