sensor-driver-integration

sensor-driver-integration is a skill for Claude Code, Codex from easyzoom/aix-skills. It costs 40 tokens per session (707 once invoked), scanned A, original, MIT.

A guide for adding and troubleshooting microcontroller drivers for sensors such as accelerometers, gyroscopes, temperature sensors, and pressure sensors.

In plain words
What is it for?
Use it to work with sensor datasheets, I2C or SPI buses, interrupts, FIFOs, raw readings, sampling, units, and calibration.
Why use it?
It helps separate electrical communication, register setup, timing, conversion, and calibration errors that can look like faulty algorithms.

Skill for Claude CodeCodex

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

Good fit Use it to work with sensor datasheets, I2C or SPI buses, interrupts, FIFOs, raw readings, sampling, units, and calibration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/easyzoom/aix-skills/sensor-driver-integration
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 easyzoom/aix-skills --skill sensor-driver-integration
Clone the repo
git clone --depth 1 https://github.com/easyzoom/aix-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 sensor-driver-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/easyzoom/aix-skills/sensor-driver-integration/github.svg)](https://agentmods.dev/skills/easyzoom/aix-skills/sensor-driver-integration)
Your own site
<a href="https://agentmods.dev/skills/easyzoom/aix-skills/sensor-driver-integration"><img src="https://agentmods.dev/badge/skills/easyzoom/aix-skills/sensor-driver-integration/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 sensor-driver-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/easyzoom/aix-skills/sensor-driver-integration"><img src="https://agentmods.dev/badge/skills/easyzoom/aix-skills/sensor-driver-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 707 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.00040 $0.00707
Opus 5 $0.00020 $0.00353
Sonnet 5 $0.00008 $0.00141
Haiku 4.5 $0.00004 $0.00071

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

Security

Grade A, and why

sensor-driver-integration 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.

skills/sensor-driver-integration/SKILL.md · 83 lines

How it starts

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

Sensor Driver Integration

Overview

Use this skill to integrate sensors by proving transport, identity, configuration, timing, data readiness, conversion, and calibration in order. Sensor bugs often look like algorithm bugs but start with bus timing, register paging, or unit conversion.

When To Use

Use this skill when:

  • The user wants to add or debug accelerometers, gyroscopes, magnetometers, barometers, temperature sensors, ADC sensors, IMUs, ToF sensors, or environmental sensors.
  • The issue involves no response, wrong ID, noisy data, stale samples, FIFO overflow, interrupt storms, calibration drift, or impossible physical values.
  • The project uses I2C, SPI, UART, ADC, GPIO interrupts, DMA, low-power modes, or RTOS tasks.

Do not use this skill when the electrical bus itself has not been proven. Use hardware-interface-debug first.

First Questions

Ask for:

  • Sensor part number, datasheet link, breakout/module schematic, and supply voltage.
  • Bus type, address/chip select, speed, pull-ups, interrupt pins, and reset pins.
  • Driver source, initialization sequence, register dump, and current raw sample values.
  • Sampling rate, FIFO use, interrupt mode, low-power mode, and timestamp source.
  • Expected units, scale, calibration data, and observed symptom.

Integration Checklist

  1. Prove physical and bus identity. Check power rails, reset state, WHOAMI/device ID, and basic register reads before configuration.

  2. Freeze the register plan. Document mode, range, bandwidth, output data rate, FIFO, interrupts, and low-power settings.

  3. Read raw data first. Convert bytes with the correct endian, signedness, resolution, and scale only after raw values move plausibly.

  4. Add readiness and timing. Poll or interrupt on data-ready, avoid reading faster than ODR, and timestamp close to acquisition.

  5. Validate calibration. Keep offset, sensitivity, temperature compensation, and factory calibration separate from transport logic.

  6. Test stress cases. Cover FIFO overflow, suspend/resume, bus errors, hot reset, and sensor disconnect.

Read the full file on GitHub · 83 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. 8d ago First seen · 83 lines · 40 tokens per session scan A ec17313ad90f

Subscribe to this mod's changes

sensor-driver-integration is a skill published in the GitHub repository easyzoom/aix-skills (31 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 707 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.