Agent skill

nordic-nrf

Nordic Semiconductor nRF5x/nRF Connect SDK expertise

Stars 514
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/embedded-systems/skills/nordic-nrf

SKILL.md

Nordic nRF Skill

Overview

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.

Capabilities

nRF Connect SDK

  • SDK configuration and setup
  • West workspace management
  • Board definition customization
  • Application architecture patterns
  • Multi-image builds

Bluetooth Low Energy

  • SoftDevice configuration (legacy nRF5 SDK)
  • Zephyr BLE stack configuration
  • GATT service generation
  • Connection parameter optimization
  • Advertising configuration
  • Pairing and bonding
  • Bluetooth Mesh implementation

Power Profiling

  • Nordic Power Profiler Kit 2 integration
  • Current measurement analysis
  • Sleep mode optimization
  • Radio duty cycle analysis
  • Battery life estimation
  • Power consumption logging

Debugging and Logging

  • nRF logging subsystem configuration
  • RTT (Real-Time Transfer) debugging
  • J-Link integration
  • nRF Command Line Tools
  • Core dump analysis

Thread/Matter Support

  • OpenThread configuration
  • Thread network setup
  • Matter device implementation
  • Border router setup
  • Multiprotocol configuration

Peripheral Configuration

  • GPIO and GPIOTE configuration
  • Timer and counter setup
  • PWM configuration
  • SPI/I2C/UART drivers
  • ADC (SAADC) configuration
  • NFC configuration

Target Processes

  • bsp-development.js - nRF BSP implementation
  • low-power-design.js - Ultra-low-power nRF design
  • power-consumption-profiling.js - Power analysis
  • ota-firmware-update.js - nRF DFU implementation

Dependencies

  • nRF Connect SDK
  • nRF Command Line Tools
  • Segger J-Link software
  • Nordic Power Profiler Kit 2 (optional)

Usage Context

This skill is invoked when tasks require:

  • nRF5x/nRF52/nRF53/nRF91 development
  • BLE application implementation
  • Ultra-low-power optimization
  • Thread/Matter development
  • Power profiling analysis

Family Support

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

Example Configurations

BLE Advertising

c
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);

Power Configuration (prj.conf)

kconfig
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_BT_CTLR_TX_PWR_MINUS_8=y
CONFIG_BT_CTLR_ADV_EXT=n

Expand your agent's capabilities with these related and highly-rated skills.

a5c-ai/babysitter

gsd-tools

Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).

514 31
Explore
a5c-ai/babysitter

model-profile-resolution

Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.

514 31
Explore
a5c-ai/babysitter

verification-suite

Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.

514 31
Explore
a5c-ai/babysitter

state-management

STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.

514 31
Explore
a5c-ai/babysitter

git-integration

Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.

514 31
Explore
a5c-ai/babysitter

frontmatter-parsing

YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.

514 31
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results