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 FlashDB KVDB or TSDB on MCU flash, filesystems, RTOS, or bare-metal projects
$ npx -y skills add easyzoom/aix-skills --skill flashdb-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/flashdb-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, configuring, or debugging FlashDB KVDB or TSDB on MCU flash, filesystems, RTOS, or bare-metal projects
name: flashdb-integration description: Use when integrating, porting, configuring, or debugging FlashDB KVDB or TSDB on MCU flash, filesystems, RTOS, or bare-metal projects
Use this skill to integrate FlashDB as an embedded key-value or time-series database. The agent should confirm storage mode, flash/file backend, sector geometry, erase policy, and data-retention requirements before formatting or deleting database sectors.
Use this skill when:
Do not use this skill for raw filesystem work without FlashDB. Use `littlefs-integration` or storage-specific skills instead.
Ask for:
1. Confirm database purpose. Use KVDB for named settings and TSDB for append-style time records. Do not force both if one is enough.
1. Confirm storage backend. Identify whether FlashDB talks to raw flash, FAL, filesystem, or a custom port.
1. Match sector geometry. Sector size and partition boundaries must match the real erase granularity and FlashDB configuration.
1. Preserve data by default. Do not format, clean, or recreate the database unless the user approves data loss or confirms it is a first-boot path.
1. Add locking when shared. Protect database operations if multiple tasks, shell commands, logging callbacks, or ISRs can access it.
1. Verify both metadata and values. Read back keys or TSDB records after reboot, not only immediately after write.
Before claiming FlashDB works:
User:
想用 FlashDB 存设备参数,重启后有时候读不到。
Agent:
1. Asks for KVDB config, backend, sector size, flash driver, default table, and data preservation requirement. 1. Checks whether init path reformats or overwrites defaults. 1. Verifies set/get after reboot and confirms locking if shell or tasks can modify parameters.
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…