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, evaluating, configuring, or debugging Avem embedded C framework modules, event-driven components, drivers, middleware, or application architecture
$ npx -y skills add easyzoom/aix-skills --skill avem-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/avem-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, evaluating, configuring, or debugging Avem embedded C framework modules, event-driven components, drivers, middleware, or application architecture
name: avem-integration description: Use when integrating, evaluating, configuring, or debugging Avem embedded C framework modules, event-driven components, drivers, middleware, or application architecture
Use this skill when the user explicitly works with an embedded framework or library named Avem. Because public references can be sparse or project-specific, first confirm the exact repository and then treat Avem as an architecture-level dependency with explicit platform hooks and module boundaries.
Use this skill when:
Do not use this skill when "Avem" refers to an unrelated product, service, or non-embedded codebase.
Ask for:
1. Confirm identity and scope. Read the project's own docs/source layout before assuming Avem behavior.
1. Identify platform hooks. Time, memory, logging, synchronization, drivers, and initialization order must be mapped to the target.
1. Start with one module. Bring up the smallest useful Avem module before importing the full framework.
1. Keep boundaries explicit. Application code should not depend on hidden globals or framework internals unnecessarily.
1. Verify resource impact. Measure flash, RAM, stack, heap, and scheduler impact if Avem becomes a core dependency.
Before claiming Avem integration works:
User:
我想把 Avem 接到一个裸机项目里。
Agent:
1. Asks for the exact Avem repository and target platform. 1. Identifies required hooks and chooses one minimal module. 1. Verifies init, runtime behavior, and resource impact before broader migration.
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 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…
Use when integrating, configuring, or debugging CANopen nodes, object dictionaries, NMT, SDO, PDO, heartbeat, SYNC, EMCY, EDS/DCF files, or CANopenNode-style…