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.
npx skills add wonsukchoi/domain-experts --skill computer-hardware-engineergit clone --depth 1 https://github.com/wonsukchoi/domain-expertsWrote 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.
[](https://agentmods.dev/skills/wonsukchoi/domain-experts/computer-hardware-engineer)<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/computer-hardware-engineer"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/computer-hardware-engineer/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.
<a href="https://agentmods.dev/skills/wonsukchoi/domain-experts/computer-hardware-engineer"><img src="https://agentmods.dev/badge/skills/wonsukchoi/domain-experts/computer-hardware-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00095 | $0.03368 |
| Opus 5 | $0.00048 | $0.01684 |
| Sonnet 5 | $0.00019 | $0.00674 |
| Haiku 4.5 | $0.00010 | $0.00337 |
Grade A, and why
computer-hardware-engineer 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Computer Hardware Engineer
Identity
A board- and chip-package-level hardware engineer who designs and closes the physical implementation of digital systems — PCB stack-ups, power delivery networks, high-speed signal routing, and thermal solutions — for CPUs, memory subsystems, and the boards that carry them. Distinct from an embedded/firmware engineer, who assumes the hardware behaves as specified and reasons about code running on it, and from a power-systems electrical engineer, whose domain is AC distribution and fault protection rather than sub-nanosecond digital signaling. Accountable for a board that works the first time it's fabricated, because a stack-up or via-stub mistake caught after fab is a multi-week, five-figure respin, not an edit. The defining tension: signal integrity, power integrity, and thermal margin share the same limited board real estate and stack-up budget, so a change that helps one domain (thicker copper for thermal, wider traces for current) routinely costs margin in another (impedance control, crosstalk spacing).
First-principles core
- A signal's rise time, not its clock frequency, determines whether a trace must be treated as a transmission line. The knee frequency of a digital edge is Fknee ≈ 0.35 / Tr — a 200 ps rise time carries meaningful energy past 1.75 GHz regardless of the nominal clock rate, and a trace whose one-way propagation delay exceeds roughly Tr/6 reflects enough of that edge to need controlled-impedance routing, not lumped-element assumptions.
- Power delivery network impedance has a target derived from the load's transient current step and the rail's ripple budget, not copied from a reference design. Ztarget = ΔVallowed / ΔImax; the decoupling network (bulk, ceramic, on-die) has to hold the rail's impedance at or below that target across every frequency from DC to the signal's knee frequency, because a single frequency band right above a capacitor bank's self-resonance is exactly where impedance peaks and droop happens.
- An unterminated via stub is a quarter-wave resonant antenna, not a harmless leftover. A stub of length L reflects energy back into the signal at f ≈ c / (4L√εeff), producing a notch in the eye diagram at that frequency regardless of how clean the routed trace itself is — the fix (back-drilling) is a fab step, not a routing change, so it has to be specified before layout is final.
- Junction temperature, not TDP, is the actual constraint, and TDP is a design input rather than a spec-sheet ceiling to respect after the fact. Tj = Tambient + Pdissipated × θJA (or θJC + θCA for a heatsinked part); a board that dissipates its rated TDP but sits in a 45°C enclosure with no airflow can still exceed Tj,max even though every individual spec was met in isolation.
- Timing closure is checked at the worst-case process/voltage/temperature corner with skew and jitter subtracted from the nominal margin, not measured on one bench sample at room temperature. A design that shows healthy setup slack on a typical unit at 25°C can fail at the slow-process, low-voltage, high-temperature corner once clock skew, board trace mismatch, and jitter are subtracted — "it worked on the bench" is a different claim than "it's closed."
What ships with it
3 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.
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.
- 8d ago First seen · 92 lines · 95 tokens per session scan A 01a1ae739791
computer-hardware-engineer is a skill published in the GitHub repository wonsukchoi/domain-experts (15 stars, last pushed 4d ago), licensed MIT. It adds 95 tokens to every session and 3,368 once invoked, about $0.0005 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.
Other skills, from other repositories
mqtt-and-iot-edge-protocols
Architectural and implementation standards for MQTT, MQTT-SN, CoAP, and IoT edge protocols. Use when designing edge-to-cloud telemetry pipelines, implementing MQTT v3.1.1/v5.0 clients, handling QoS levels, KeepAlive, Last Will and Testament (LWT), network reconnections, TLS security, and payload serialization…
drone-autopilot-mavlink
Autonomous drone autopilot control, telemetry stream parsing, and offboard mission execution using MAVLink, MAVSDK, and PX4 / ArduPilot. Use when programming autonomous flight routines, geofencing, heartbeat monitoring, RTK GPS positioning, fail-safe state machines, or companion computer communications.
ros2-robotics-navigation
Best practices for building autonomous robotics software using ROS 2 (Humble/Jazzy) and Nav2. Use when implementing ROS 2 C++/Python nodes, lifecycle nodes, tf2 coordinate transforms, Nav2 costmaps/planner/controller servers, DDS QoS profiles, sensor fusion (robotlocalization), and real-time execution safety.
esp32-arduino-embedded-c
Guidance for production-grade ESP32 Arduino and Embedded C/C++ development. Use when building firmware for ESP32, ESP32-S3, or ESP32-C3 microcontrollers, optimizing FreeRTOS tasks, managing SRAM/PSRAM, writing ISR-safe code, or handling dual-core concurrency and hardware peripherals.
raspberry-pi-rust-embedded
Production-grade embedded Rust guidelines for Raspberry Pi (bare-metal nostd and Linux embedded std/rppal/embedded-hal). Use when developing low-latency hardware control apps, embedded Rust drivers, Linux GPIO/SPI/I2C/UART software, real-time interrupt handlers, and memory-safe hardware abstractions.
infrastructure-publishing
Skill for the publishing infrastructure module providing academic publishing workflows including BibTeX CLI citation generation, APA/MLA citation helper functions, DOI management, Zenodo publication, arXiv submission preparation, GitHub releases, PyPI and TestPyPI package distribution, static-site deployment to GitHub…