| name | toolchains-rust-core |
| description | Core Rust toolchain conventions — ownership/borrowing patterns, error handling, async with tokio, and idiomatic project structure for the rust-engineer agent |
| version | 1.0.0 |
| category | toolchain |
| toolchain | rust |
| author | Claude MPM Team |
| license | MIT |
| progressive_disclosure | {"entry_point":{"summary":"Idiomatic Rust 2024 conventions: ownership/borrowing, Result-based error handling with thiserror/anyhow, async with tokio, and project structure. The rust-engineer agent defers pattern decisions to this skill.","when_to_use":"Loaded by the rust-engineer agent for any Rust implementation, refactor, or review task.","quick_start":"Borrow by default, own when you must. Return Result, never panic in library code. Use tokio for async I/O. Run cargo fmt + cargo clippy -- -D warnings before declaring done."}} |
| context_limit | 700 |
| tags | ["rust","rust-2024","ownership","borrowing","async","tokio","idiomatic","toolchain"] |
| requires_tools | [] |