library/specializations/embedded-systems/skills/nordic-nrf/SKILL.md
Nordic Semiconductor nRF5x/nRF Connect SDK expertise
npx skillsauth add a5c-ai/babysitter nordic-nrfInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides expert-level support for Nordic Semiconductor nRF5x series and nRF Connect SDK development, with deep expertise in Bluetooth Low Energy, power optimization, and wireless protocols.
bsp-development.js - nRF BSP implementationlow-power-design.js - Ultra-low-power nRF designpower-consumption-profiling.js - Power analysisota-firmware-update.js - nRF DFU implementationThis skill is invoked when tasks require:
| Series | Features | |--------|----------| | nRF51 | Legacy BLE (deprecated) | | nRF52810/832/833 | BLE 5.0, low-cost | | nRF52820 | BLE 5.2, Thread | | nRF52840 | BLE 5.0, Thread, Zigbee, USB | | nRF5340 | Dual-core, BLE 5.2 | | nRF9160 | LTE-M/NB-IoT cellular |
static struct bt_le_adv_param adv_param = BT_LE_ADV_PARAM_INIT(
BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_USE_NAME,
BT_GAP_ADV_FAST_INT_MIN_2,
BT_GAP_ADV_FAST_INT_MAX_2,
NULL);
bt_le_adv_start(&adv_param, ad, ARRAY_SIZE(ad), NULL, 0);
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_BT_CTLR_TX_PWR_MINUS_8=y
CONFIG_BT_CTLR_ADV_EXT=n
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.