zephyr-agent-skills
Zephyr RTOS firmware development, testing, and secure updates
All Skills in This Repository (22)
Pure Emerald Level Indicatorsskill-creator
Create and update Claude-enabled skills with structured SKILL.md templates.
native-sim
Build and debug Zephyr applications on the native_sim board.
multicore
Design multicore Zephyr systems with SMP, AMP, and IPC.
security-updates
Automate secure boot and firmware update workflows for Zephyr-based devices.
kernel-basics
Create Zephyr threads, logging, and shell commands with K_THREAD_DEFINE, LOG_MODULE_REGISTER, and SHELL_CMD_REGISTER.
zephyr-module
Create and integrate out-of-tree Zephyr modules with Kconfig, CMake, and West manifests.
board-bringup
Organize Zephyr RTOS board files with Kconfig, defconfig, and CMake workflows.
testing-debugging
Validate and debug Zephyr RTOS projects with Ztest, Twister, and tracing tools.
specialized
Integrate LVGL UI, I2S audio, and watchdog reliability in Zephyr.
storage
Manage NVS-backed persistent storage and flash partitions in Zephyr RTOS.
industrial
Integrate Modbus RTU, Modbus TCP, and CANopen protocols in Zephyr RTOS.
connectivity-ip
Configure Zephyr IP stacks and cloud connectivity with Kconfig and West manifests.
Frequently Asked Questions
FAQPage SchemaHow to install zephyr-agent-skills?โผ
Run `npx skills add beriberikix/zephyr-agent-skills --all -g -y` in your terminal to install all Zephyr skills globally.
What Zephyr RTOS tasks do these skills cover?โผ
They cover the full firmware lifecycle: devicetree overlays, west and Kconfig builds, custom board bringup, BLE and IP networking, flash storage, power tuning, testing with Twister, and secure OTA updates via MCUboot.
How does the right skill get selected for my task?โผ
The umbrella skill routes your request through the zephyr-cli registry, which scores your task against each skill's keywords, Kconfig patterns, and devicetree compatibles to pick the best match deterministically.
Do these skills work with Claude Code?โผ
Yes. The repository works as a Claude Code plugin marketplace, and every skill follows the standard SKILL.md format that also runs in other compatible coding environments.
Can I use these skills without deep Zephyr experience?โผ
Yes. Each skill includes a Quick Start, copy-ready config templates, helper scripts, and a validation checklist so you can complete tasks correctly even while learning Zephyr.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core