← Browse

@beriberikix/zephyr-agent-skills

A

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 specialized skill via the zephyr-cli registry.

skillclaude

Install

agr install @beriberikix/zephyr-agent-skills --target claude

Writes 5 files into .claude/skills/, pinned to git-ed725686.

  • .claude/skills/zephyr-agent-skills/.gitignore
  • .claude/skills/zephyr-agent-skills/LICENSE
  • .claude/skills/zephyr-agent-skills/README.md
  • .claude/skills/zephyr-agent-skills/SKILL.md
  • .claude/skills/zephyr-agent-skills/index.json

Document


name: zephyr-agent-skills description: 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 specialized skill via the zephyr-cli registry.

Zephyr Agent Skills

The entry point for Zephyr RTOS development. Behind this are 20+ specialized skills (devicetree, build-system, connectivity-ble, testing-debugging, and more) — but do not guess which one to read. Skill selection is deterministic, via zephyr-cli.

How to get the right skill

  1. Find it — run zephyr-cli skills suggest with a short description of your task. Add --kconfig symbols or --dts compatibles when you know them. It returns the best-matching skills, ranked, with scores and the reasons each matched.
  2. Install itzephyr-cli skills install NAME fetches that skill's SKILL.md and its reference files into the workspace.
  3. Apply it — read the installed SKILL.md and follow it.

If zephyr-cli is not available, browse the human catalog at skills/zephyr-index/references/skill_catalog.md.

Quick Start

zephyr-cli skills suggest "enable an i2c sensor in my devicetree overlay"
zephyr-cli skills install devicetree

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-ed7256869f472026-07-31