name: rust-best-practice description: [Critical] Best practice for Rust coding. Always activate this skill before authoring Rust code or answering questions about Rust.
Important dos and don'ts for working with Rust source code
- Use
cargo addto add new dependencies or features rather than editingCargo.tomldirectly - Before finishing your turn, when editing Rust code:
- Run
cargo fmtafter modifying Rust source files to ensure consistent formatting - Run tests (most commonly
cargo test --all --workspace, though some projects may have other commands)
- Run
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,180
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,081
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
941