What problem does it solve? Running west commands for nRF Connect SDK projects fails when the correct toolchain and SDK environment are not configured, and SDK versions and toolchain versions are easy to confuse. This Skill ensures every west command runs inside the correct Nordic toolchain environment. ## Core Features & Use Cases - Environment Setup: Resolves toolchain bundle IDs from toolchains.json, exports PATH and GIT_EXEC_PATH, and sources zephyr-env.sh before any west command. - Board Target Reference: Provides fully qualified board targets (e.g., nrf5340dk/nrf5340/cpuapp, nrf54l15dk/nrf54l15/cpuapp) and build directory conventions. - Troubleshooting: Covers nanopb/protobuf failures, Kconfig choice overrides, git priority issues, sysbuild control, and VCOM/UART logging defaults. - Use Case: When asked to build an nRF project with the NCS main branch, the Skill sets up the v3.2.4 toolchain, pulls the latest nrf repository, runs west update, and builds with the correct board target. ## Quick Start Ask the assistant to build your nRF project at a given path using a specific NCS toolchain version and SDK path.