From rust
Guides Rust ownership rules, borrowing, move semantics, slices, and lifetimes. Use for borrow checker errors, references, and lifetime annotations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rust:ownershipThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ownership rules, borrowing, slices, and lifetimes.
Ownership rules, borrowing, slices, and lifetimes.
Activate when:
For ownership rules, borrowing patterns, slices, and lifetime annotations, see references/ownership.md.
npx claudepluginhub vinnie357/claude-skills --plugin rustGuides Rust ownership, borrowing, and lifetimes including move semantics, slices, and borrow checker error resolution.
Explains Rust ownership rules, move semantics, Copy trait, immutable/mutable borrowing, lifetimes, and memory safety without garbage collection.
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.