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 creating, reviewing, or refining Agent Skills for this repository
$ npx -y skills add easyzoom/aix-skills --skill skill-writing-guide --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-writing-guideContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when creating, reviewing, or refining Agent Skills for this repository
name: skill-writing-guide description: Use when creating, reviewing, or refining Agent Skills for this repository
Use this guide to create Agent Skills that are easy to discover, quick to load, and reliable in repeated use. A skill should teach an agent how to perform a task, not record how one person solved it once.
Use this skill when:
Do not use it for one-off project notes, private runbooks, or generic documentation that agents can already infer from standard tools.
1. Define the trigger. Write the frontmatter `description` as a `Use when...` sentence that describes the situation where the skill should load.
2. Keep the skill operational. Prefer short instructions, decision points, verification steps, and concrete examples. Avoid essays and background stories.
3. Separate heavy material. Keep `SKILL.md` focused. Move long API references, generated examples, or reusable scripts into supporting files beside the skill.
4. Add one strong example. Use a realistic example that demonstrates the workflow end-to-end. Do not add several shallow examples.
5. Add verification. Explain how the agent should prove the skill was used correctly before claiming completion.
6. Run repository validation. Run `python3 scripts/validate-skills.py` before opening a pull request.
Before publishing a new or updated skill:
Bad description:
description: Explains how to gather context, write a document, run checks, and open a PR
Better description:
description: Use when drafting release notes from repository commits and pull requests
The better version tells the agent when to load the skill without tempting it to skip the actual instructions.
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…