This is a solid choice if you're building async Rust services with Tokio or web backends with Axum and Actix. It covers the practical stuff: memory safety without a GC, FFI for C interop, and WebAssembly compilation. With 127 installs and passing all three security audits, it's got some real usage behind it. The skill handles concurrent programming patterns and error handling, which is where Rust gets tricky if you're coming from other languages. It's focused on systems programming and performance-critical work rather than being a general Rust assistant, so best for backend services and native code rather than CLI tools or one-off scripts.
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill rust-engineer