[Critical] Best practice for Rust coding. Always activate this skill before authoring Rust code or answering questions about Rust.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add abusch/gb-rs --skill rust-best-practice --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rust Best Practice?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/abusch-rust-best-practice)More formats (shields.io, HTML) on the badges page.
---
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 add` to add new dependencies or features rather than editing `Cargo.toml` directly
* Before finishing your turn, when editing Rust code:
* Run `cargo fmt` after modifying Rust source files to ensure consistent formatting
* Run tests (most commonly `cargo test --all --workspace`, though some projects may have other commands)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!