8051-mcu-debug
Use when debugging 8051-compatible microcontrollers, 51 MCU firmware, STC download issues, Keil C51 projects, interrupts, timers, UART, or startup failures
Use when integrating, porting, configuring, or debugging Zephyr RTOS, west builds, devicetree overlays, Kconfig, drivers, threads, logging, networking, or board support
$ npx -y skills add easyzoom/aix-skills --skill zephyr-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/zephyr-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging Zephyr RTOS, west builds, devicetree overlays, Kconfig, drivers, threads, logging, networking, or board support
name: zephyr-integration description: Use when integrating, porting, configuring, or debugging Zephyr RTOS, west builds, devicetree overlays, Kconfig, drivers, threads, logging, networking, or board support
Use this skill to debug Zephyr by separating board selection, devicetree, Kconfig, driver binding, and runtime behavior. Zephyr issues usually come from build-time configuration mismatches before they appear as firmware bugs.
Use this skill when:
custom board ports.
logging, flash partitions, networking, Bluetooth, or power management.
device readiness is suspicious.
Do not use this skill for generic RTOS scheduling bugs with no Zephyr-specific surface. Use `rtos-debug` or `freertos-kernel-debug` instead.
Ask for:
1. Reproduce the build. Capture the exact `west build` command, board, app path, and pristine status.
1. Inspect generated artifacts. Check `build/zephyr/zephyr.dts`, `.config`, and generated headers before editing source code.
1. Prove devicetree binding. Confirm `status = "okay"`, `compatible`, pinctrl, clocks, interrupts, aliases, and chosen nodes.
1. Prove Kconfig selection. Verify symbols in `.config`, dependency chains, and whether another config file overrides the intended value.
1. Check device readiness. Use `device_is_ready()`, init priority, logging, and driver return codes.
1. Debug runtime behavior. Only after configuration is proven, inspect threads, stacks, work queues, interrupts, buffers, and subsystem-specific APIs.
Before claiming a Zephyr fix works:
User:
Zephyr 里 I2C sensor 一直 device not ready。
Agent:
1. Checks board, overlay, generated devicetree, and Kconfig dependencies. 1. Verifies the bus, sensor node, pinctrl, clocks, and init priority. 1. Only then inspects the sensor driver and read path.
AIX Skills is a public collection of Agent Skills, templates, and references for building repeatable AI workflows.
Use when debugging 8051-compatible microcontrollers, 51 MCU firmware, STC download issues, Keil C51 projects, interrupts, timers, UART, or startup failures
Use when integrating, evaluating, configuring, or debugging Avem embedded C framework modules, event-driven components, drivers, middleware, or application…
Use when integrating or debugging Li-ion charger/fuel gauge ICs (BQ24295, BQ27441, MAX17048) over I2C, covering charge start, watchdog host mode, NTC/JEITA…
Use when integrating, designing, or debugging BLE GATT services, characteristics, descriptors, MTU, notifications, indications, pairing, connection parameters,…
Use when debugging embedded bootloaders, application jumps, vector table offsets, firmware upgrade flow, OTA state, image validation, rollback, or boot…
Use when integrating, porting, configuring, or debugging CAN bus libraries, CANBus-Triple, MCP2515, CAN frames, bit timing, filters, or embedded automotive…