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 FreeRTOS+TCP networking, network interface drivers, buffer management, DHCP, sockets, or embedded TCP/IP issues
$ npx -y skills add easyzoom/aix-skills --skill freertos-plus-tcp-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/freertos-plus-tcp-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging FreeRTOS+TCP networking, network interface drivers, buffer management, DHCP, sockets, or embedded TCP/IP issues
name: freertos-plus-tcp-integration description: Use when integrating, porting, configuring, or debugging FreeRTOS+TCP networking, network interface drivers, buffer management, DHCP, sockets, or embedded TCP/IP issues
Use this skill to integrate FreeRTOS+TCP by proving the network interface driver, buffer management, IP task, and socket behavior separately. Most failures come from driver callbacks, buffer ownership, or task priority/stack sizing.
Use this skill when:
Do not use this skill for lwIP projects. Use `lwip-integration` instead.
Ask for:
1. Prove link and MAC. Confirm PHY link, MAC address, RX/TX interrupts, and descriptor rings.
1. Configure buffer management. Choose and size network buffers intentionally; track leaks and ownership.
1. Verify IP task health. IP task stack, priority, event queue, and timer behavior must be stable.
1. Test layers. Link, ARP, ping, UDP, TCP connect, DNS, DHCP, and reconnect separately.
1. Check thread rules. Use FreeRTOS+TCP APIs from valid task contexts and avoid unsafe ISR use.
Before claiming FreeRTOS+TCP works:
User:
FreeRTOS+TCP DHCP 成功但 TCP 连接会卡死。
Agent:
1. Asks for socket code, IP task stack, buffer scheme, driver logs, and heap stats. 1. Checks buffer ownership and IP task health before protocol logic. 1. Verifies UDP and TCP separately.
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…