Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

memory-safety-patterns

Memory-safe programming patterns for RAII, ownership, smart pointers, and resource management across Rust, C++, and C.

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
6

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill memory-safety-patterns
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 Apr 30, 2026, memory-safety-patterns has 6 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/memory-safety-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Memory-safe programming patterns for RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management. - Covers six core memory bug categories (use-after-free, double-free, leaks, buffer overflow, dangling pointers, data races) with language-specific prevention strategies - Provides RAII patterns in C++ with destructors, lock guards, and transactions; smart pointer guidance (unique_ptr, shared_ptr, weak_ptr) with custom deleters - Implements Rust ownership, borrowing, lifetimes, and interior mutability (Cell, RefCell, Rc, Arc) with compile-time safety guarantees - Includes safe C patterns using goto cleanup, opaque pointers with create/destroy pairs, and GCC cleanup attributes - Demonstrates bounds checking via containers and spans in C++, and iterators in Rust; thread-safe patterns using atomics, mutexes, and RwLock across languages - Writing memory-safe systems code - Managing resources (files, sockets, memory) - Preventing use-after-free and leaks - Implementing RAII patterns - Choosing between languages for safety - Debugging memory issues - Prefer RAII - Tie resource lifetime to scope - Use smart pointers - Avoid raw pointers in C++ - Understand ownership - Know who owns what - Check bounds - Use safe access methods - Use tools -...

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 memory-safety-patterns do?

Memory-safe programming patterns for RAII, ownership, smart pointers, and resource management across Rust, C++, and C.

Is memory-safety-patterns good?

memory-safety-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support memory-safety-patterns?

memory-safety-patterns currently lists compatibility with Skills CLI.

Is memory-safety-patterns safe to install?

memory-safety-patterns 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 memory-safety-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install memory-safety-patterns?

Run the following command to install memory-safety-patterns: npx skills add https://github.com/wshobson/agents --skill memory-safety-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering