domain-iot
๐ฏSkillfrom actionbook/rust-skills
An IoT domain skill for building IoT applications in Rust, covering offline-first architecture, power-efficient code, small-footprint builds with no_std, encrypted communications, and self-recovery with watchdog patterns.
Same repository
actionbook/rust-skills(36 items)
Installation
npx vibeindex add actionbook/rust-skills --skill domain-iotnpx skills add actionbook/rust-skills --skill domain-iot~/.claude/skills/domain-iot/SKILL.mdSKILL.md
More from this repository10
AI-powered Rust development assistant plugin with meta-cognition framework that traces through cognitive layers for domain-correct architectural solutions
Provides comprehensive Rust coding guidelines covering naming conventions, best practices, error handling, memory management, concurrency, and code style recommendations.
A unsafe checker skill from Rust development skills for building performant and safe systems.
Analyzes Rust project structure by extracting and categorizing symbols across files using Language Server Protocol (LSP) operations.
Guides developers in choosing zero-cost abstractions by analyzing type system errors and runtime polymorphism needs in Rust.
A m07 concurrency skill from Rust development skills for building performant and safe systems.
A m06 error handling skill from Rust development skills for building performant and safe systems.
Diagnoses and resolves Rust ownership, borrowing, and lifetime errors by tracing design choices and recommending targeted implementation strategies.
Navigates Rust code by finding symbol definitions, references, and locations using Language Server Protocol (LSP) across project files.
Enforces compile-time type safety by preventing invalid states through type-level design techniques like newtypes, type states, and phantom types.