AI AGENT ADDONS

Domain Embedded

actionbook/rust-skills

Build software for tiny computers like microcontrollers using Rust. This skill focuses on writing code without a standard library or heap memory. You work directly with hardware pins, sensors, and communication protocols like SPI or I2C.

Everything must be safe and predictable with no crashes. The code runs on bare metal with no operating system. You use special tools like HAL to access hardware safely and RTIC or Embassy to handle multiple tasks.

This approach is ideal for building reliable firmware for devices like STM32, ESP32, and nRF chips. It helps you avoid common mistakes like using heap memory or blocking inside an interrupt.

Add Domain Embedded skill to your workflow

Global

mkdir -p ~/.claude/skills/domain-embedded

Project

mkdir -p .claude/skills/domain-embedded

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago