The rust-best-practices skill guides developers in writing idiomatic Rust code based on Apollo GraphQL's best practices handbook, covering borrowing vs cloning, error handling, performance optimization, testing, and documentation. It's designed for developers writing, reviewing, or refactoring Rust code who need reference materials on ownership patterns, Result types, Clippy linting, and type safety techniques. The skill solves the problem of maintaining consistent, performant, and safe Rust code by providing structured guidance aligned with industry standards.
npx skills add https://github.com/apollographql/skills --skill rust-best-practices