rust-ownership-borrowing
Installation
SKILL.md
Rust Ownership Borrowing
Use this skill to make ownership shape match the program's data flow. Treat borrow-checker errors as design feedback: decide who owns each value, how long access must last, and whether mutation needs exclusivity or a different data shape.