Skip to main content
Back to the directory
zhanghandong/rust-skillsSoftware EngineeringFrontend and Design

m01-ownership

Rust ownership and lifetime error diagnosis through design-first questioning.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
698

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/zhanghandong/rust-skills --skill m01-ownership
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, m01-ownership has 698 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: zhanghandong/rust-skills. Canonical URL: https://skills.sh/zhanghandong/rust-skills/m01-ownership.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Rust ownership and lifetime error diagnosis through design-first questioning. Layer 1: Language Mechanics Who should own this data, and for how long? Before fixing ownership errors, understand the data's role: Before fixing an ownership error, ask: What is this data's domain role? Is the ownership design intentional? Fix symptom or redesign? When errors persist, trace to design layer: From design decisions to implementation: - Covers seven critical error codes (E0382, E0597, E0506, E0507, E0515, E0716, E0106) with root-cause questions rather than quick fixes - Guides developers to ask "who should own this data?" before applying syntax solutions, distinguishing between symptom fixes and design restructuring - Provides decision trees for choosing between move semantics, borrowing, cloning, and smart pointers (Arc, Rc, Cow) based on data role and sharing requirements - Includes escalation paths to related skills (resource management, mutability, domain modeling) when errors persist beyond a third attempt - Is it shared or exclusive? - Is it short-lived or long-lived? - Is it transformed or just read?

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does m01-ownership do?

Rust ownership and lifetime error diagnosis through design-first questioning.

Is m01-ownership good?

m01-ownership does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support m01-ownership?

m01-ownership currently lists compatibility with Skills CLI.

Is m01-ownership safe to install?

m01-ownership has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to m01-ownership?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install m01-ownership?

Run the following command to install m01-ownership: npx skills add https://github.com/zhanghandong/rust-skills --skill m01-ownership

Related skills

More from zhanghandong/rust-skills

Related skills

Alternatives in Software Engineering