Nordic Semiconductor nRF5x/nRF Connect SDK expertise
Provides expert support for developing and optimizing Nordic nRF Bluetooth and wireless applications.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdThis 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
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.