소개
The domain-embedded skill equips Claude with specialized architectural patterns and constraints necessary for high-reliability Rust development on microcontrollers and embedded devices. It enforces critical domain rules such as heap-less allocation, interrupt safety, and strict hardware ownership to prevent common firmware bugs. By providing context-aware guidance on HAL traits, PAC register access, and frameworks like RTIC or Embassy, this skill ensures that AI-generated code is compatible with resource-constrained, real-time environments where the Rust standard library is unavailable.