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 letter-shell command shells, UART shell transport, command registration, RTOS shell tasks, or embedded debug consoles
$ npx -y skills add easyzoom/aix-skills --skill letter-shell-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/letter-shell-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging letter-shell command shells, UART shell transport, command registration, RTOS shell tasks, or embedded debug consoles
name: letter-shell-integration description: Use when integrating, porting, configuring, or debugging letter-shell command shells, UART shell transport, command registration, RTOS shell tasks, or embedded debug consoles
Use this skill to integrate letter-shell as an embedded debug console safely. Prove the transport, shell task or polling loop, command registration, and authorization policy before exposing commands that modify flash, reset devices, or change production state.
Use this skill when:
Do not use this skill when the serial port itself is not trustworthy. Use `embedded-serial-log-debug` first.
Ask for:
1. Prove transport first. Confirm raw RX/TX works before debugging shell parsing.
1. Create one shell instance. Bind it to explicit read/write functions and initialize it once.
1. Decide scheduling model. Use a polling loop for simple bare-metal demos or a dedicated task/event-driven model for RTOS projects.
1. Register one harmless command. Start with `version`, `help`, or `status` before adding state-changing commands.
1. Confirm linker retention. If commands are exported through sections/macros, ensure the linker script and optimization settings keep them.
1. Add access control for risky commands. Commands that erase flash, format filesystems, reset devices, change boot config, or modify calibration require explicit user/product approval.
Before claiming letter-shell works:
User:
想接 letter-shell,通过串口输入命令查看系统状态。
Agent:
1. Asks for UART backend, RTOS/bare-metal model, config, and command export method. 1. Verifies raw serial RX/TX first. 1. Registers a read-only `status` command and confirms `help` can list it. 1. Adds guardrails before exposing reset, erase, or format 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…