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, configuring, or debugging STM32 HAL, LL, CubeMX generated code, clocks, GPIO, DMA, NVIC, peripheral handles, or Cube firmware examples
$ npx -y skills add easyzoom/aix-skills --skill stm32-hal-ll-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/stm32-hal-ll-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, configuring, or debugging STM32 HAL, LL, CubeMX generated code, clocks, GPIO, DMA, NVIC, peripheral handles, or Cube firmware examples
name: stm32-hal-ll-integration description: Use when integrating, configuring, or debugging STM32 HAL, LL, CubeMX generated code, clocks, GPIO, DMA, NVIC, peripheral handles, or Cube firmware examples
Use this skill to debug STM32 projects by separating Cube-generated configuration, clock tree, pin mux, HAL handle state, DMA, and interrupt routing. STM32 bugs often come from generated configuration drift.
Use this skill when:
examples.
interrupts, peripheral init, callbacks, low power, or generated code regions.
Cube regenerates files.
Do not use this skill for non-STM32 MCUs or pure protocol logic. Use the matching protocol or peripheral skill instead.
Ask for:
1. Freeze Cube configuration. Inspect `.ioc`, generated init functions, clock tree, pin mux, DMA, and NVIC.
1. Prove clocks and pins. Confirm peripheral clock enable, GPIO alternate function, speed, pull, and external signal presence.
1. Check HAL handle state. Inspect handle init, state, error code, MSP init, callbacks, and return codes.
1. Add interrupt or DMA carefully. Verify IRQ handler names, priorities, DMA request mapping, cache policy, and callback completion.
1. Compare HAL and LL boundaries. Do not mix direct register/LL changes with HAL state machines unless the ownership is explicit.
1. Protect generated code. Keep edits in user regions or separate files so Cube regeneration is safe.
Before claiming STM32 integration works:
User:
STM32 UART DMA 收不到回调。
Agent:
1. Checks `.ioc`, DMA request, NVIC enable, IRQ handler, and MSP init. 1. Verifies HAL state and error code after starting reception. 1. Fixes interrupt/DMA routing before changing UART protocol code.
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…