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 OpenThread, Thread networking, radio platform abstraction, border routers, commissioning, or low-power mesh behavior
$ npx -y skills add easyzoom/aix-skills --skill openthread-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/openthread-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging OpenThread, Thread networking, radio platform abstraction, border routers, commissioning, or low-power mesh behavior
name: openthread-integration description: Use when integrating, porting, configuring, or debugging OpenThread, Thread networking, radio platform abstraction, border routers, commissioning, or low-power mesh behavior
Use this skill to integrate OpenThread by separating radio platform abstraction, dataset/commissioning state, IPv6 stack behavior, and low-power role configuration. Thread failures often require evidence from radio events and network dataset, not only application logs.
Use this skill when:
Do not use this skill for generic Wi-Fi MQTT/TCP problems.
Ask for:
1. Prove platform radio hooks. TX, RX, energy scan, channel change, timing, and radio interrupts must work.
1. Confirm dataset. Network name, channel, PAN ID, extended PAN ID, mesh-local prefix, and keys must match.
1. Validate role transitions. Observe disabled, detached, child, router, leader, or joined states.
1. Check IPv6 paths. Verify mesh-local addresses, routes, neighbor table, and border router prefixes.
1. Tune low power carefully. Sleepy devices need poll period, timeout, parent behavior, and current measurements.
Before claiming OpenThread works:
User:
OpenThread 设备一直 detached。
Agent:
1. Asks for dataset, role, radio platform, logs, and commissioner/joiner method. 1. Checks radio TX/RX and dataset match before application code. 1. Verifies role transition and mesh-local ping.
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…