From aix-skills
Debugs embedded low-power failures: sleep/standby entry, wake sources, current consumption, clock gating, and debug access loss.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aix-skills:low-power-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to debug low-power behavior by measuring current and wake sources before changing sleep configuration. Low-power bugs often involve board leakage, clocks, wake flags, debug settings, peripheral state, and firmware sequencing.
Use this skill to debug low-power behavior by measuring current and wake sources before changing sleep configuration. Low-power bugs often involve board leakage, clocks, wake flags, debug settings, peripheral state, and firmware sequencing.
Use this skill when:
Do not use this skill when the board cannot boot at all; establish basic boot first.
Ask for:
Confirm measurement validity. Check meter range, sampling rate, burden voltage, shunt placement, rails included, and whether debugger/USB is attached.
Separate firmware from board leakage. Measure baseline board state, external devices, pull-ups, LEDs, regulators, and sensors.
Confirm intended sleep mode. Verify the actual mode entered, not just the API called.
Capture wake reason. Read wake flags immediately after wake before clearing them.
Disable peripherals methodically. Clocks, UART, ADC, timers, DMA, USB, radio, sensors, and pull configurations can dominate current.
Protect debug access. Warn that deep sleep may disconnect SWD/JTAG. Use timed wake, GPIO heartbeat, or connect-under-reset recovery.
Before claiming progress:
User:
进入低功耗后电流还有 5mA,预期几十微安。
Agent:
npx claudepluginhub easyzoom/aix-skills --plugin aix-skillsIntegrates, ports, configures, and debugs embedded PowerManagement frameworks including power domains, sleep policies, device suspend/resume, and runtime PM.
Audits power management in embedded/IoT firmware: sleep modes, wake sources, power state machines, radio duty cycles, battery life estimates. For power audits and battery optimization.