From rust
Guides Rust developers through ownership rules, borrowing, slices, and lifetime annotations. Helps fix borrow checker errors and understand move semantics.
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.
This skill follows core:anti-fabrication. Every claim about ownership, borrowing, and
lifetime rules is verified against the official Rust Book chapters cited in sources.md —
not inferred from generic familiarity with the language. Before asserting borrow-checker
behavior this skill and its references do not cover, check the installed Rust toolchain's
documentation rather than guessing.
npx claudepluginhub vinnie357/claude-skills --plugin rust2plugins reuse this skill
First indexed Jul 19, 2026
Guides Rust developers through ownership rules, borrowing, slices, and lifetime annotations. Helps fix borrow checker errors and understand move semantics.
Explains Rust ownership rules, move semantics, Copy trait, immutable/mutable borrowing, lifetimes, and memory safety without garbage collection.
Diagnoses and resolves Rust ownership, borrow, and lifetime errors (E0382, E0597, etc.) by analyzing data roles and design patterns.