library/specializations/embedded-systems/skills/zephyr-rtos/SKILL.md
Specialized skill for Zephyr RTOS development and configuration
npx skillsauth add a5c-ai/babysitter zephyr-rtosInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides specialized support for Zephyr RTOS development, including device tree configuration, Kconfig management, and integration with Zephyr's extensive subsystems.
rtos-integration.js - Zephyr RTOS setup and integrationsecure-boot-implementation.js - MCUboot and secure bootota-firmware-update.js - Firmware update with MCUbootlow-power-design.js - Zephyr power managementThis skill is invoked when tasks require:
app/
CMakeLists.txt
prj.conf
boards/
my_board.overlay
src/
main.c
&i2c0 {
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
sensor@48 {
compatible = "ti,tmp102";
reg = <0x48>;
};
};
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME="My Device"
CONFIG_BT_GATT_DYNAMIC_DB=y
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.