AI AGENT ADDONS

Rust developers often need to pick the right smart pointer. This skill helps you choose between Box, Rc, Arc, and Weak. It asks simple questions about ownership and thread safety.

You will learn when to use Box for single owners or Arc for shared data across threads. The skill also covers common mistakes like memory leaks from cycles and runtime panics from RefCell.

The decision flowchart and anti-pattern guide make it easy to avoid errors. This is useful for any Rust programmer who wants safe and fast code.

Add M02 Resource skill to your workflow

Global

mkdir -p ~/.claude/skills/m02-resource

Project

mkdir -p .claude/skills/m02-resource

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago