Run `cargo fmt` on every Rust file after creating or editing it.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add shannonshell/shannon --skill format-rust --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Format Rust?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shannonshell-format-rust)More formats (shields.io, HTML) on the badges page.
---
name: format-rust
description:
"Format Rust files with cargo fmt. Use after creating or editing any Rust file
(.rs)."
---
# Format Rust
Run `cargo fmt` on every Rust file after creating or editing it.
## When This Skill Applies
After every Write or Edit to any `.rs` file in the project. This includes:
- TUI source files (`tui/src/*.rs`)
- Any other Rust file in the project
## Process
After your edits to a Rust file are complete, run:
```bash
cargo fmt -- <file_path>
```
That's it. No other steps needed.
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!