Install
$ agentstack add skill-beriberikix-zephyr-agent-skills-build-system ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Zephyr Build System
Efficiently manage the complex build and configuration stack of Zephyr RTOS.
Core Workflows
1. West Workspace & Manifests
Manage multi-repo projects and dependency allow-lists.
- Reference: [west.md](references/west.md)
- Key Tools:
west init,west update,west manifest --resolve,name-allowlist.
2. Kconfig Configuration
Tune software features and hardware parameters.
- Reference: [kconfig.md](references/kconfig.md)
- Key Tools:
west build -t menuconfig, symbol searching (/), help (?).
3. Sysbuild & Multi-Image
Configure complex projects like MCUboot + Application.
- Reference: [cmake.md](references/cmake.md)
- Key Tools:
west build --sysbuild,sysbuild.conf.
4. CMake & Project Structure
Core build logic for applications and modules.
- Reference: [cmake.md](references/cmake.md)
- Key Tools:
CMakeLists.txt,zephyr_library(),target_sources().
Quick Start (Workspace + Build)
west init -m zephyr-workspace
cd zephyr-workspace
west update
west build -b native_sim samples/hello_world
Validation Checklist
- [ ]
west updateresolves all manifest projects without errors. - [ ]
west buildsucceeds for at least one known target board. - [ ] Required Kconfig symbols are present in
build/zephyr/.config. - [ ]
scripts/find_modules.shreports module names that match the current manifest allow-list.
Automation Tools
- [findmodules.sh](scripts/findmodules.sh): Scan your
build/directory to automatically identify which modules you should add to your manifest'sname-allowlist.
Examples & Templates
- [westmanifesttemplate.yml](assets/westmanifesttemplate.yml): Minimal starter manifest for west workspaces.
Resources
- [References](references/):
west.md: West commands, manifests, and allow-lists.kconfig.md: Project configuration and menuconfig usage.cmake.md: Sysbuild and CMake API integration.- [Scripts](scripts/):
find_modules.sh: Automated allow-list discovery utility.- [Assets](assets/):
west_manifest_template.yml: Base west manifest template.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: beriberikix
- Source: beriberikix/zephyr-agent-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.