# Ownership

> Guide for Rust ownership, borrowing, and lifetimes. Use when working with ownership rules, move semantics, borrowing, slices, or lifetime annotations.

- Skill: `vinnie357/ownership` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add vinnie357/ownership`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vinnie357/ownership/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vinnie357 (https://skillmd.com/u/vinnie357)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/vinnie357/ownership

---


# Rust Ownership and Borrowing

Ownership rules, borrowing, slices, and lifetimes.

For ownership rules, borrowing patterns, slices, and lifetime annotations, see `references/ownership.md`.

## Anti-fabrication

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.

