Install
$ agentstack add skill-easyzoom-aix-skills-nrf-connect-sdk-integration ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
nRF Connect SDK Integration
Overview
Use this skill to debug nRF Connect SDK by combining Zephyr evidence with Nordic-specific layers: board files, Partition Manager, Bluetooth controller, DFU, security, and nrfx drivers. NCS issues often span multiple generated files.
When To Use
Use this skill when:
- The user is working with nRF Connect SDK, nRF52/nRF53/nRF54/nRF91, VS Code
extension, west, or Zephyr-based Nordic samples.
- The issue involves BLE, SoftDevice Controller, MCUboot, DFU, Partition
Manager, TF-M, modem, nrfx, or board overlays.
- The app behavior depends on generated partitions, child images, or multi-core
images such as network core firmware.
Do not use this skill for Zephyr-only boards with no Nordic-specific stack. Use zephyr-integration instead.
First Questions
Ask for:
- NCS version, Zephyr revision, SoC, board, sample/app, and build command.
prj.conf, overlays, Partition Manager output, child images, and sysbuild use.- Bluetooth role, controller settings, security/pairing, and connection logs.
- DFU/MCUboot setup, image slots, signing, and boot logs if update-related.
- Current build error, runtime log, fault dump, or radio behavior.
Debug Workflow
- Freeze SDK and build shape.
Confirm NCS version, board target, sysbuild, child images, and pristine build.
- Inspect generated files.
Check .config, zephyr.dts, Partition Manager output, and image manifests.
- Prove board and driver config.
Verify pins, clocks, regulators, nrfx drivers, and Nordic-specific Kconfig.
- Debug BLE by layer.
Separate host APIs, controller config, advertising, connection parameters, security, GATT, and radio coexistence.
- Debug DFU by image chain.
Check MCUboot, signing, slot layout, image confirmation, and rollback state.
- Handle multi-core devices explicitly.
For nRF53/nRF54, verify network core image, IPC, and core-specific logs.
Common Failures
- Partition Manager output differs from the assumed flash layout.
- Child image config overrides the parent app's assumptions.
- BLE controller options do not match role, PHY, or connection count.
- Network core firmware is missing or built from stale configuration.
- DFU image is signed correctly but not confirmed after first boot.
- TF-M or secure partition settings are changed without matching memory layout.
Verification
Before claiming NCS integration works:
- State NCS version, board, build mode, and generated partition layout.
- Confirm
.config,zephyr.dts, and child image evidence. - Confirm BLE/DFU/modem logs for the exercised path.
- Confirm multi-core image status when using nRF53/nRF54 class devices.
Example
User:
nRF5340 BLE 广播不出来。
Agent:
- Checks NCS version, board target, child images, and network core firmware.
- Verifies Bluetooth host/controller config and generated logs.
- Tests a Nordic sample before changing application GATT code.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: easyzoom
- Source: easyzoom/aix-skills
- License: MIT
- Homepage: https://github.com/easyzoom/aix-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.