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 embedded software timer libraries such as MultiTimer, timeout schedulers, or tick-based callback timers
$ npx -y skills add easyzoom/aix-skills --skill embedded-timing-libs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/embedded-timing-libsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging embedded software timer libraries such as MultiTimer, timeout schedulers, or tick-based callback timers
name: embedded-timing-libs description: Use when integrating, porting, configuring, or debugging embedded software timer libraries such as MultiTimer, timeout schedulers, or tick-based callback timers
Use this skill for lightweight software timer libraries such as MultiTimer. The agent should confirm tick source, callback context, time units, wraparound behavior, and scheduler frequency before relying on timer callbacks.
Use this skill when:
Do not use this skill for hardware PWM/timer peripheral bring-up. Use `embedded-peripheral-bringup` for register-level timer issues.
Ask for:
1. Confirm tick monotonicity. Timer logic needs a stable increasing timebase or explicit wraparound handling.
1. Match units. Milliseconds, ticks, microseconds, and RTOS ticks must not be mixed silently.
1. Define callback context. Timer callbacks must not block if they run in ISR or scheduler critical context.
1. Test one-shot and periodic behavior. Verify start, stop, restart, and callback ordering.
1. Test wraparound. Use simulated ticks or shortened counters to prove overflow behavior.
Before claiming timer integration works:
User:
MultiTimer 定时回调偶尔不准。
Agent:
1. Asks for tick source, units, callback context, and scheduling frequency. 1. Checks unit conversion and whether callbacks block. 1. Tests periodic drift and tick wraparound with a small counter.
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…