About
This skill provides a meta-problem-driven knowledge index that enables Claude to navigate complex Rust error handling scenarios. It helps distinguish between expected failures and bugs, guiding the implementation of Result, Option, and panic strategies. By applying this skill, developers ensure their Rust projects follow ecosystem best practices, such as utilizing thiserror for libraries and anyhow for applications, while maintaining clear error propagation and contextual debugging information.