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 CANopen nodes, object dictionaries, NMT, SDO, PDO, heartbeat, SYNC, EMCY, EDS/DCF files, or CANopenNode-style stacks
$ npx -y skills add easyzoom/aix-skills --skill canopen-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/canopen-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, configuring, or debugging CANopen nodes, object dictionaries, NMT, SDO, PDO, heartbeat, SYNC, EMCY, EDS/DCF files, or CANopenNode-style stacks
name: canopen-integration description: Use when integrating, configuring, or debugging CANopen nodes, object dictionaries, NMT, SDO, PDO, heartbeat, SYNC, EMCY, EDS/DCF files, or CANopenNode-style stacks
Use this skill to debug CANopen by separating raw CAN bring-up, node identity, object dictionary, NMT state, SDO configuration, PDO mapping, heartbeat, and application semantics. CANopen cannot work reliably until raw CAN timing works.
Use this skill when:
dictionaries, EDS/DCF files, PDOs, SDOs, NMT, heartbeat, SYNC, or EMCY.
wrong COB-IDs, mapping errors, or network management.
Do not use this skill for low-level CAN bit timing or transceiver bring-up. Use `canbus-integration` first when raw CAN frames are not proven.
Ask for:
1. Prove raw CAN. Confirm bitrate, sample point, transceiver, termination, and error counters.
1. Prove node identity. Check node ID, boot-up message, NMT state, heartbeat producer/consumer, and expected COB-IDs.
1. Validate object dictionary. Confirm index/subindex types, access rights, defaults, persistence, and application backing storage.
1. Debug SDO first. Use SDO reads/writes to verify OD entries before enabling PDO mapping.
1. Debug PDO mapping. Check mapping parameters, transmission type, inhibit/event timers, SYNC, and payload length.
1. Add safety behavior. Handle heartbeat loss, EMCY, bus-off recovery, and safe outputs explicitly.
Before claiming CANopen works:
User:
CANopen 主站读 SDO 返回 abort。
Agent:
1. Captures the abort code, index/subindex, node ID, and COB-ID. 1. Checks OD type, access rights, and backing variable. 1. Verifies raw CAN and NMT state before changing application logic.
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…