概要
The Rust Development skill empowers Claude to act as a senior Rust architect, ensuring all code changes adhere to the highest industry standards for safety, performance, and maintainability. It covers essential areas such as strict naming conventions (RFC 430), idiomatic type safety patterns like Newtypes and Builders, and robust error handling using industry-standard libraries like thiserror and anyhow. By integrating guidelines from the official Rust API and Microsoft standards, it helps developers build production-ready Rust applications while maintaining consistent documentation and formatting requirements through mandatory clippy and fmt checks.