systems-programming
by wshobsonv1.2.1
Systems programming with Rust, Go, C, and C++ for performance-critical and low-level development
Install any skill with /learn
/learn @owner/skill-namememory-safety-patterns
Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.
openclaw
go-concurrency-patterns
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
openclaw