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 an embedded zoom-shell style command console, UART CLI, command parser, or tiny MCU shell
$ npx -y skills add easyzoom/aix-skills --skill zoom-shell-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/zoom-shell-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging an embedded zoom-shell style command console, UART CLI, command parser, or tiny MCU shell
name: zoom-shell-integration description: Use when integrating, porting, configuring, or debugging an embedded zoom-shell style command console, UART CLI, command parser, or tiny MCU shell
Use this skill when the user explicitly means an embedded `zoom-shell` style MCU command console. Because the name is ambiguous, first confirm this is an embedded shell library, not the Zoom desktop application or a security research reverse shell.
Use this skill when:
Do not use this skill for Zoom meeting apps, desktop automation, reverse shells, or non-embedded security research.
Ask for:
1. Confirm the library identity. Verify the user-provided source is an embedded shell and not an unrelated Zoom project.
1. Prove raw transport. Check RX/TX before debugging shell parsing.
1. Configure bounded buffers. Command line, argument list, history, and output buffers must fit RAM and reject overflow.
1. Register one read-only command. Start with `help`, `version`, or `status`.
1. Validate argument parsing. Test missing arguments, extra arguments, invalid numbers, and long input.
1. Guard dangerous commands. Reset, erase, format, firmware update, calibration, and production-data commands need build guards or explicit authorization.
Before claiming zoom-shell integration works:
User:
想把 zoom-shell 接到串口里做调试命令。
Agent:
1. Confirms the source is an embedded shell library. 1. Verifies raw UART RX/TX. 1. Registers `status` and tests invalid/long commands before adding write 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…