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 EasyLogger output, filters, timestamps, colors, async logging, flash logging, or embedded log loss
$ npx -y skills add easyzoom/aix-skills --skill easylogger-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/easylogger-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging EasyLogger output, filters, timestamps, colors, async logging, flash logging, or embedded log loss
name: easylogger-integration description: Use when integrating, porting, configuring, or debugging EasyLogger output, filters, timestamps, colors, async logging, flash logging, or embedded log loss
Use this skill to integrate EasyLogger without making logs distort the system being debugged. Confirm output backend, timestamp source, concurrency, buffer policy, and log level before relying on logs as evidence.
Use this skill when:
Do not use this skill when the issue is raw UART capture quality. Use `embedded-serial-log-debug` first.
Ask for:
1. Bring up one output path. Prove a minimal blocking UART/RTT output works before enabling async, flash, or network logging.
1. Implement port functions deliberately. Output, lock/unlock, time, and optional color handling must match the target environment.
1. Set log levels and filters. Avoid enabling verbose logs globally on timing-sensitive firmware.
1. Decide concurrency policy. Use mutexes or critical sections when multiple tasks or ISRs can log.
1. Bound cost. Understand stack, heap, formatting, blocking time, and output bandwidth.
1. Preserve diagnostic value. Logs should include module, level, time, and enough context to correlate with faults or events.
Before claiming EasyLogger works:
User:
EasyLogger 接上了,但 FreeRTOS 里偶尔日志乱序还卡住。
Agent:
1. Asks for backend, lock implementation, task/ISR logging paths, baud rate, and async setting. 1. Checks whether output blocks while holding a mutex. 1. Verifies task logs and ISR policy separately before changing log levels.
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…