Help us improve
Share bugs, ideas, or general feedback.
From all-skills
Guides Rust error handling with Result, Option, the ? operator, and custom error types implementing Display and From.
npx claudepluginhub vinnie357/claude-skills --plugin qaHow this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills: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 types, ? operator propagation, and custom error implementations.
Guides Rust best practices, common patterns, and idiomatic code including borrowing, error propagation, iterators, and design patterns like builder and newtype.
Enforces idiomatic Rust patterns for ownership/borrowing, error handling with anyhow/thiserror, enums, traits, concurrency, and crate design.
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.