Help us improve
Share bugs, ideas, or general feedback.
From rust
Guides Rust error handling with Result/Option types, ? operator propagation, and custom error implementations.
npx claudepluginhub vinnie357/claude-skills --plugin rustHow this skill is triggered — by the user, by Claude, or both
Slash command
/rust:error-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Result, Option, error propagation, and custom error types.
Guides Rust error handling with Result, Option, the ? operator, and custom error types implementing Display and From.
Guides Rust error handling using Result, Option, ? operator, custom error types, thiserror, and anyhow for robust applications.
Guides error handling strategy in Rust: when to use Result vs Option vs panic, how to propagate errors with ?, and how to design custom error types with thiserror or anyhow.
Share bugs, ideas, or general feedback.
Result, Option, error propagation, and custom error types.
Activate when:
For Result, Option, ? operator, and custom error type patterns, see references/error-handling.md.