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 RT-Thread, Env, Kconfig, FinSH, device framework, DFS, networking, packages, or board support
$ npx -y skills add easyzoom/aix-skills --skill rt-thread-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/rt-thread-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging RT-Thread, Env, Kconfig, FinSH, device framework, DFS, networking, packages, or board support
name: rt-thread-integration description: Use when integrating, porting, configuring, or debugging RT-Thread, Env, Kconfig, FinSH, device framework, DFS, networking, packages, or board support
Use this skill to debug RT-Thread by separating BSP configuration, kernel objects, device framework registration, components, and packages. RT-Thread problems often come from missing component config or device registration order.
Use this skill when:
packages.
FinSH/MSH, device drivers, DFS, SAL, lwIP, or OTA components.
code but missing at runtime.
Do not use this skill for a generic MCU peripheral with no RT-Thread component surface. Use `embedded-peripheral-bringup` first. For generic RTOS scheduling triage, use `rtos-debug`.
Ask for:
1. Reproduce the build configuration. Capture BSP, toolchain, package versions, `rtconfig.h`, and generated files.
1. Prove console and shell. Bring up UART console and FinSH/MSH before deeper component debugging.
1. Check kernel objects. Inspect thread state, stack, priority, tick, heap, and IPC object ownership.
1. Prove device registration. Confirm driver init level, device name, class, open flags, and `list_device`.
1. Add components one layer at a time. For DFS, SAL, lwIP, USB, or OTA, verify the lower device and config first.
1. Validate package assumptions. Check package versions, include paths, component symbols, and board hooks.
Before claiming RT-Thread integration works:
User:
RT-Thread 里 spi device 找不到。
Agent:
1. Checks BSP config, SPI component symbols, and board pin init. 1. Uses shell device listing to confirm registration name and class. 1. Fixes init order or device name before changing the application driver.
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…