From aix-skills
Use when debugging embedded board-level power, reset, clock, pin, connector, signal integrity, logic analyzer, oscilloscope, or hardware interface issues
How this skill is triggered — by the user, by Claude, or both
Slash command
/aix-skills:hardware-interface-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when firmware symptoms may actually come from board-level signals. Verify power, reset, clocks, pin mapping, voltage levels, and measured waveforms before treating the issue as a software bug.
Use this skill when firmware symptoms may actually come from board-level signals. Verify power, reset, clocks, pin mapping, voltage levels, and measured waveforms before treating the issue as a software bug.
Use this skill when:
Do not use this skill when the hardware path has already been verified and the issue is clearly inside firmware logic.
Ask for:
Start with power and ground. Confirm rail voltage, sequencing, ripple, current limit, ground reference, and target voltage for debug probes.
Check reset and clock. Verify reset release, boot strap states, oscillator startup, clock output, and brownout/watchdog conditions.
Trace the signal path. Map MCU pin, package pin, board net, connector, level shifter, external device, and pull components.
Measure at the right points. Compare near-MCU and near-peripheral signals to catch level shifter, connector, or routing issues.
Compare against firmware configuration. Pin mux, open-drain/push-pull, drive strength, alternate function, and analog mode must match the hardware.
Avoid destructive experiments. Do not short pins, force rails, remove protections, or bypass regulators without explicit user approval.
Before claiming hardware evidence:
User:
SPI 读出来全是 0xFF,代码看起来没问题。
Agent:
npx claudepluginhub easyzoom/aix-skills --plugin aix-skillsUse when bringing up embedded GPIO, UART, SPI, I2C, PWM, ADC, timers, DMA, interrupts, or board-level peripheral functionality
Provides hardware engineering judgment for component selection, circuit design, firmware review, board bring-up, and debugging physical hardware.
Firmware reconnaissance for takeover — inventory the MCU, peripherals, RTOS, protocols, OTA, power management, and assess code quality with risk flags. Use when asked to "understand this firmware", "device inventory", or "embedded assessment".