Rust skills for AI agents
8 practitioner-grade rust skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Async Rust
Async Rust programming with async/await, Tokio runtime, futures, and concurrent task patterns
233 lines - Cargo Workspace
Cargo workspaces, project structure, dependency management, and multi-crate Rust project organization
320 lines - Error Handling
Rust error handling with Result, Option, the ? operator, and ecosystem crates anyhow and thiserror
199 lines - Lifetimes
Rust lifetime annotations for ensuring reference validity and understanding the borrow checker
181 lines - Ownership Borrowing
Rust ownership, borrowing, and move semantics for writing memory-safe code without a garbage collector
171 lines - Pattern Matching
Rust pattern matching with match, if let, while let, destructuring, and advanced match patterns
267 lines - Smart Pointers
Rust smart pointers Box, Rc, Arc, RefCell, and their combinations for heap allocation and shared ownership
263 lines - Traits Generics
Rust traits and generics for polymorphism, abstraction, and zero-cost generic programming
217 lines