This is for when you're building production Rust systems and need more than syntax help. It covers the modern async ecosystem (Tokio, axum, tower), advanced type system work like GATs and trait design, and the gnarly stuff like lifetime issues and unsafe FFI wrappers. The skill assumes Rust 1.75+ and leans into zero-cost abstractions, lock-free concurrency, and performance profiling. It's overkill if you're just learning the borrow checker or writing a CLI tool, but if you're architecting a high-performance service, debugging lifetime hell, or wrapping C libraries safely, it knows the patterns. Includes testing approaches with proptest and criterion, which is a nice touch for production code.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill rust-pro