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 studying, adapting, porting, or debugging embedded application example projects such as ESP32-IoT-Platform, HomeAutomation, CanBus-Triple, or TinyGameEngine
$ npx -y skills add easyzoom/aix-skills --skill embedded-app-example-libs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/embedded-app-example-libsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when studying, adapting, porting, or debugging embedded application example projects such as ESP32-IoT-Platform, HomeAutomation, CanBus-Triple, or TinyGameEngine
name: embedded-app-example-libs description: Use when studying, adapting, porting, or debugging embedded application example projects such as ESP32-IoT-Platform, HomeAutomation, CanBus-Triple, or TinyGameEngine
Use this skill for application-level example projects and demo frameworks. Treat them as reference implementations to extract patterns from, not as drop-in libraries, unless the target platform and product requirements match closely.
Use this skill when:
Do not use this skill for small standalone libraries with clear APIs. Use the relevant integration skill instead.
Ask for:
1. Identify reusable layer. Separate product idea, app logic, drivers, middleware, and build system.
1. Compare platform assumptions. SDK version, pin mapping, memory, RTOS, filesystem, network, and peripherals must match or be adapted.
1. Avoid wholesale copy. Extract the smallest pattern or module that solves the user's problem.
1. Replace secrets and endpoints. Remove demo credentials, hardcoded cloud endpoints, keys, and private IDs.
1. Verify one scenario. Run a minimal app flow on the target before adding features.
Before claiming adaptation works:
User:
想参考一个 ESP32-IoT-Platform 做自己的家居控制。
Agent:
1. Asks which parts to reuse: Wi-Fi provisioning, MQTT, device model, UI, or storage. 1. Separates reusable architecture from board-specific code. 1. Checks secrets, OTA/update policy, and one minimal control flow before expanding.
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…