概要
The Rust Patterns skill enhances Claude's ability to write high-quality, idiomatic Rust code by enforcing best practices around memory safety and robust error management. It provides a standardized framework for using libraries like thiserror and anyhow, designing focused traits, and properly managing ownership and borrowing to avoid common anti-patterns. Whether you are building libraries or applications, this skill helps you leverage Rust's zero-cost abstractions and Cargo features to create maintainable, performant, and safe software.