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 nr_micro_shell command consoles, UART shell input, command tables, or tiny embedded CLI behavior
$ npx -y skills add easyzoom/aix-skills --skill nr-micro-shell-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nr-micro-shell-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging nr_micro_shell command consoles, UART shell input, command tables, or tiny embedded CLI behavior
name: nr-micro-shell-integration description: Use when integrating, porting, configuring, or debugging nr_micro_shell command consoles, UART shell input, command tables, or tiny embedded CLI behavior
Use this skill to integrate nr_micro_shell as a compact command console. Keep the first port minimal: verified character I/O, one read-only command, bounded buffers, and explicit handling for destructive commands.
Use this skill when:
Do not use this skill when raw UART is not proven. Use `embedded-serial-log-debug` first.
Ask for:
1. Verify raw I/O. Confirm single-character RX/TX before attaching shell parsing.
1. Configure buffers. Set command line, history, and output buffers within RAM limits.
1. Register one safe command. Start with `help`, `version`, or `status`.
1. Validate argument parsing. Commands must reject missing, too many, or invalid arguments.
1. Bound output. Avoid long blocking output that starves watchdogs or RTOS tasks.
1. Guard risky commands. Reset, erase, format, calibration, flash writes, or network writes need build guards or authentication.
Before claiming nr_micro_shell works:
User:
想用 nr_micro_shell 做一个串口调试命令行。
Agent:
1. Asks for UART path, scheduler model, buffer size, and production policy. 1. Verifies raw serial, then registers `status`. 1. Tests command parsing and guards destructive commands.
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…