Help us improve
Share bugs, ideas, or general feedback.
From all-skills
Guides Rust ownership, borrowing, and lifetimes including move semantics, slices, and borrow checker error resolution.
npx claudepluginhub vinnie357/claude-skills --plugin qaHow this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:ownershipThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ownership rules, borrowing, slices, and lifetimes.
Guides Rust ownership rules, borrowing, move semantics, slices, and lifetimes. Use for borrow checker errors, references, and lifetime annotations.
Provides mental models, analogies, and explanations for learning Rust ownership, borrowing, lifetimes, and common misconceptions. Useful when confused about Rust concepts or coming from other languages.
Guides Rust best practices, common patterns, and idiomatic code including borrowing, error propagation, iterators, and design patterns like builder and newtype.
Share bugs, ideas, or general feedback.
Ownership rules, borrowing, slices, and lifetimes.
Activate when:
For ownership rules, borrowing patterns, slices, and lifetime annotations, see references/ownership.md.