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, designing, or debugging BLE GATT services, characteristics, descriptors, MTU, notifications, indications, pairing, connection parameters, or throughput
$ npx -y skills add easyzoom/aix-skills --skill ble-gatt-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ble-gatt-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, designing, or debugging BLE GATT services, characteristics, descriptors, MTU, notifications, indications, pairing, connection parameters, or throughput
name: ble-gatt-integration description: Use when integrating, designing, or debugging BLE GATT services, characteristics, descriptors, MTU, notifications, indications, pairing, connection parameters, or throughput
Use this skill to debug BLE GATT by separating advertising, connection, discovery, attributes, permissions, MTU, security, and data flow. GATT failures are often permission or state-machine mismatches, not radio failures.
Use this skill when:
notifications, indications, reads, writes, or subscriptions.
truncation, pairing, bonding, connection parameters, or low throughput.
a vendor BLE SDK.
Do not use this skill when the device cannot advertise or connect at all. Start with platform-specific radio and controller bring-up first.
Ask for:
properties.
1. Prove discovery. Confirm advertising, connection, primary service discovery, and attribute handles using a known BLE client.
1. Check attribute contract. Verify UUIDs, properties, permissions, descriptors, lengths, and endian/unit conventions.
1. Separate reads, writes, and subscriptions. Test read, write-with-response, write-without-response, notify, and indicate one at a time.
1. Validate security. Match permissions to pairing, bonding, encryption, MITM, and key storage.
1. Tune transport parameters. For throughput, check MTU, connection interval, PHY, data length, buffering, and application pacing.
1. Test client diversity. Compare behavior on at least one generic tool and the real Android/iOS/client app.
Before claiming BLE GATT works:
User:
BLE notify 开了但手机收不到数据。
Agent:
1. Checks characteristic properties, CCCD subscription, and connection state. 1. Verifies MTU and payload length. 1. Uses a generic BLE client before debugging the mobile app.
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 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…
Use when integrating, configuring, or debugging CANopen nodes, object dictionaries, NMT, SDO, PDO, heartbeat, SYNC, EMCY, EDS/DCF files, or CANopenNode-style…