From zephyr-skills
Manages Zephyr RTOS build systems: West workspaces, manifests, Kconfig configuration, Sysbuild multi-image builds, CMake integration. For workspace setup, builds, and troubleshooting.
npx claudepluginhub beriberikix/zephyr-agent-skills --plugin zephyr-moduleThis skill uses the workspace's default tool permissions.
Efficiently manage the complex build and configuration stack of Zephyr RTOS.
Creates and integrates out-of-tree Zephyr modules using module.yml, Kconfig, CMakeLists.txt, and West manifests. For developing reusable libraries, drivers, or external components in Zephyr RTOS.
Guides Zig build.zig configuration, build steps, cross-compilation, dependency management, and CI pipelines for Zig projects.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Efficiently manage the complex build and configuration stack of Zephyr RTOS.
Manage multi-repo projects and dependency allow-lists.
west init, west update, west manifest --resolve, name-allowlist.Tune software features and hardware parameters.
west build -t menuconfig, symbol searching (/), help (?).Configure complex projects like MCUboot + Application.
west build --sysbuild, sysbuild.conf.Core build logic for applications and modules.
CMakeLists.txt, zephyr_library(), target_sources().west init -m <manifest-repo-url> zephyr-workspace
cd zephyr-workspace
west update
west build -b native_sim samples/hello_world
west update resolves all manifest projects without errors.west build succeeds for at least one known target board.build/zephyr/.config.scripts/find_modules.sh reports module names that match the current manifest allow-list.build/ directory to automatically identify which modules you should add to your manifest's name-allowlist.west.md: West commands, manifests, and allow-lists.kconfig.md: Project configuration and menuconfig usage.cmake.md: Sysbuild and CMake API integration.find_modules.sh: Automated allow-list discovery utility.west_manifest_template.yml: Base west manifest template.