🎯

domain-embedded

🎯Skill

from actionbook/rust-skills

VibeIndex|
What it does
|

Embedded/no_std Rust development skill covering microcontroller, bare metal, firmware, HAL, PAC, RTIC, embassy, and peripheral programming.

πŸ“¦

Same repository

actionbook/rust-skills(41 items)

domain-embedded

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add actionbook/rust-skills --skill domain-embedded
skills.sh Install⚠ Installs to .agents/skills/
npx skills add actionbook/rust-skills --skill domain-embedded
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/domain-embedded/SKILL.md

SKILL.md

742Installs
-
AddedFeb 4, 2026

More from this repository10

🎯
coding-guidelines🎯Skill

Provides comprehensive Rust coding guidelines covering naming conventions, best practices, error handling, memory management, concurrency, and code style recommendations.

🎯
m07-concurrency🎯Skill

A m07 concurrency skill from Rust development skills for building performant and safe systems.

🎯
m10-performance🎯Skill

A Rust performance optimization skill covering benchmarking, profiling, flamegraph analysis, criterion testing, SIMD, cache optimization, and allocation tuning for making Rust code faster.

🎯
m06-error-handling🎯Skill

A m06 error handling skill from Rust development skills for building performant and safe systems.

🎯
m02-resource🎯Skill

Guides developers in selecting the right smart pointer and resource management strategy based on ownership, thread safety, and design constraints.

🎯
m01-ownership🎯Skill

Diagnoses and resolves Rust ownership, borrowing, and lifetime errors by tracing design choices and recommending targeted implementation strategies.

🎯
m05-type-driven🎯Skill

Enforces compile-time type safety by preventing invalid states through type-level design techniques like newtypes, type states, and phantom types.

🎯
m03-mutability🎯Skill

Diagnoses and guides resolution of Rust mutability and borrowing conflicts by analyzing design patterns and recommending appropriate interior mutability strategies.

🎯
m04-zero-cost🎯Skill

Guides developers in choosing zero-cost abstractions by analyzing type system errors and runtime polymorphism needs in Rust.

🎯
m09-domain🎯Skill

Guides domain modeling in Rust by helping identify entities, value objects, aggregates, and their ownership patterns with domain-driven design principles.