Rust is a language built for speed and safety. This skill helps you write Rust code the right way. It covers ownership, error handling, patterns, and concurrency. You will learn how to avoid common mistakes and build reliable applications. Ownership and borrowing prevent data races at compile time. Result and ? handle errors without panicking. Enums and pattern matching make impossible states impossible. Whether you are new to Rust or refactoring old code, this skill gives you clear, practical guidance.
Developers who use this skill produce cleaner, safer, and faster Rust code. They apply idiomatic patterns in six key areas. The skill also enforces minimal public surfaces and smart use of traits. Every example shows both good and bad code so you can see the difference.
Anyone writing Rust will benefit. From small scripts to large systems, these patterns keep your code maintainable and performant. Stop guessing and start following proven conventions.
Global
mkdir -p ~/.claude/skills/rust-patternsProject
mkdir -p .claude/skills/rust-patternsSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge