About
Rust Pro is a specialized Claude Code skill for senior-level Rust development that enforces high-standard engineering practices. It operates on the philosophy of 'Boring Rust,' favoring explicit code and exhaustive logic over clever but complex abstractions. The skill provides a tiered development framework that strictly limits cognitive complexity in AI-generated code while allowing for performance-optimized 'hot paths' under human supervision. By banning panics, unwrap() calls, and unsafe blocks in default tiers, it ensures that your Rust applications are robust, idiomatic, and ready for production environments.