beriberikix/zephyr-agent-skills

A complete catalog of Agent Skills (agentskills.io) for Zephyr RTOS development.

63Stars on the repository
24Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

skill-creator

01

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

not rated 63 +1 3mo ago A 45 tokens copy · 89% Apache-2.0

zephyr-agent-skills

02

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Zephyr RTOS development — boards and devicetree, the build system (west, Kconfig, CMake, sysbuild), drivers and peripherals, BLE and networking, the kernel, storage, power, testing and debugging, security and OTA. Use this for ANY Zephyr RTOS or embedded-firmware task on a Zephyr project; it routes you to the right…

not rated 63 +1 3mo ago A 91 tokens original Apache-2.0

board-bringup

03

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Custom board bringup for Zephyr RTOS using Hardware Model v2 (HWMv2). Covers directory structure, board.yml metadata, core configuration files (Kconfig, defconfig, CMake), and revision management. Trigger when creating new board definitions or porting Zephyr to custom hardware.

not rated 63 +1 3mo ago A 65 tokens original Apache-2.0

build-system

04

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Build system management for Zephyr RTOS. Covers West workspace initialization, manifest management, Sysbuild multi-image builds, Kconfig symbols, and CMake integration. Trigger when setting up workspaces, configuring builds, or troubleshooting build-time errors.

not rated 63 +1 3mo ago A 51 tokens original Apache-2.0

connectivity-ble

05

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Bluetooth Low Energy (BLE) integration for Zephyr RTOS. Covers GATT Services/Characteristics, GAP advertising, connection parameters, power optimization strategies, and the professional Send-When-Idle design pattern. Trigger when adding BLE connectivity, optimizing battery life for wireless devices, or implementing…

not rated 63 +1 3mo ago A 66 tokens original Apache-2.0

connectivity-ip

06

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

IP networking fundamentals for Zephyr RTOS. Covers IoT protocol selection (LwM2M, CoAP, MQTT), IP stack configuration and trimming (IPv4/IPv6, UDP/TCP), and professional SDK integration as Zephyr modules using West manifests. Trigger when building cloud-connected applications, optimizing network memory usage, or…

not rated 63 +1 3mo ago A 77 tokens original Apache-2.0

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

USB and CAN connectivity for Zephyr RTOS. Covers USB device stack configuration (CDC ACM, HID, MSC), CAN controller integration, and professional USB-to-CAN adapter patterns including buffering and protocol packetization. Trigger when adding USB interfaces, implementing CAN bus communication, or building hardware…

not rated 63 +1 3mo ago A 65 tokens original Apache-2.0

devicetree

08

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Devicetree management for Zephyr RTOS. Covers syntax, bindings, overlays, Hardware Model v2 (HWMv2), and advanced node/property deletion patterns. Trigger when defining hardware topology, creating overlays, or mapping pins and peripherals.

not rated 63 +1 3mo ago A 55 tokens original Apache-2.0

hardware-io

09

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Hardware interfacing and peripheral management for Zephyr RTOS. Covers the sensor subsystem (channels, triggers, fetch/get), pin control (Pinctrl) and multiplexing, GPIO management using Devicetree specs, and SoC-level hardware configurations. Trigger when adding new hardware components, configuring pinmux, or…

not rated 63 +1 3mo ago A 72 tokens original Apache-2.0

industrial

10

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Industrial communication protocols for Zephyr RTOS. Covers Modbus RTU (serial), Modbus TCP (Ethernet/Wi-Fi), and CANopen basics. Trigger when building factory automation controllers, industrial sensors, or medical equipment interfaces.

not rated 63 +1 3mo ago A 49 tokens original Apache-2.0

iot-protocols

11

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Integration of advanced IoT protocols for Zephyr RTOS. Covers OpenThread mesh networking, Matter-over-Thread device development, Golioth Cloud SDK patterns, and LoRaWAN basics. Trigger when building smart home devices, wide-area sensor networks, or cloud-integrated hardware fleets.

not rated 63 +1 3mo ago A 62 tokens original Apache-2.0

kernel-basics

12

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Essential Zephyr RTOS kernel services. Covers thread lifecycle and priority, the logging subsystem for diagnostics, and the interactive shell for real-time hardware inspection and debugging. Trigger when writing application flows, adding logging to modules, or creating interactive CLI commands.

not rated 63 +1 3mo ago A 53 tokens original Apache-2.0

kernel-services

13

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Advanced Zephyr RTOS kernel services. Covers inter-thread communication using Zbus (pub/sub), behavioral management with the State Machine Framework (SMF), background processing via work queues, and persistent configuration with the Settings subsystem. Trigger when building modular application architectures, complex…

not rated 63 +1 3mo ago A 65 tokens original Apache-2.0

multicore

14

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Developing for multicore systems in Zephyr RTOS. Covers Symmetric Multiprocessing (SMP), Asymmetric Multiprocessing (AMP) with OpenAMP/RPMsg, inter-processor communication (IPC) patterns, and Linkable Extensions (LLEXT). Trigger when designing for SoCs with multiple homogeneous or heterogeneous cores.

not rated 63 +1 3mo ago A 70 tokens original Apache-2.0

native-sim

15

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex needs its repo

Host-based simulation using the Zephyr nativesim board. Covers building for Linux/macOS/Windows, automated testing, host-side debugging (GDB, Valgrind), and host-target integration. Trigger when developing application logic without hardware or setting up CI/CD tests.

not rated 63 +1 3mo ago A 57 tokens original Apache-2.0

power-performance

16

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Power management and performance optimization for Zephyr RTOS. Covers system power states (Idle, Suspend, Off), device-level power management, residency hooks, and code/data relocation for speed efficiency. Trigger when optimizing battery life, reducing latency, or managing memory constraints.

not rated 63 +1 3mo ago A 55 tokens original Apache-2.0

security-updates

17

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Secure boot and firmware update workflows for Zephyr RTOS. Covers MCUboot integration, production image signing, DFU protocols (MCUmgr), fail-safe rollback mechanisms, and mbedTLS crypto basics. Trigger when implementing over-the-air (OTA) updates, securing the boot process, or managing cryptographic keys.

not rated 63 +1 3mo ago A 67 tokens original Apache-2.0

specialized

18

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Specialized hardware interfaces and system reliability for Zephyr RTOS. Covers LVGL GUI development, Audio I2S/Codecs, Watchdog timers, and Fault Injection. Trigger when building human-machine interfaces (HMI), audio devices, or high-reliability mission-critical systems.

not rated 63 +1 3mo ago A 60 tokens original Apache-2.0

storage

19

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Storage management for Zephyr RTOS. Covers Non-Volatile Storage (NVS) for persistent settings, flash partition management in Devicetree, and runtime flash layout access. Trigger when implementing persistent data storage, managing flash wear leveling, or configuring device partitions.

not rated 63 +1 3mo ago A 56 tokens original Apache-2.0

testing-debugging

20

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Testing and debugging for Zephyr RTOS. Covers the Ztest framework for unit and integration tests, the Twister test runner for automated HIL/SIM validation, and advanced tracing/debugging techniques (SystemView, Thread Analyzer, Stack analysis). Trigger when writing unit tests, setting up CI/CD pipelines, or analyzing…

not rated 63 +1 3mo ago A 72 tokens original Apache-2.0

zephyr-foundations

21

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Foundational skills for Zephyr RTOS development. Covers essential Embedded C patterns (BIT, CONTAINEROF), real-time concurrency primitives (mutexes, semaphores, spinlocks), hardware literacy (datasheet-to-DTS mapping), and defensive programming. Trigger when writing core application logic, drivers, or troubleshooting…

not rated 63 +1 3mo ago A 70 tokens original Apache-2.0

zephyr-index

22

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Static human-browsable catalog of the Zephyr RTOS skill set. Skill selection is handled by the zephyr-agent-skills entry point and by zephyr-cli skills suggest; this index is a reference listing only, not a task skill.

not rated 63 +1 3mo ago A 53 tokens original Apache-2.0

zephyr-module

23

beriberikix/zephyr-agent-skills

Skill Claude CodeCodex

Creating and integrating out-of-tree Zephyr modules. Covers module.yml configuration, Kconfig and CMake integration within a module, and West manifest inclusion. Trigger when developing reusable libraries, driver packages, or external software components for Zephyr.

not rated 63 +1 3mo ago A 51 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: