format-rust
Format Rust files with cargo fmt. Use after creating or editing any Rust file (.rs).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Format Rust files with cargo fmt. Use after creating or editing any Rust file (.rs).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run an in-session adversarial review of Shannon work using a fresh-context reviewer. Use for experiment design gates, experiment result gates, risky Rust changes, Nushell/Reedline subtree upgrades, and workflow compliance.
Ask Claude to review Shannon work. Use when the user requests Claude review or during large/risky experiments before acting on conclusions.
Ask Codex to review Shannon work. Use when the user requests Codex review or during large/risky experiments before acting on conclusions.
Write entertaining commit messages as poetry
Create a new agent skill. Use when creating a new skill for the project.
Store all debug logs in ~/dev/shannon/logs/. Use when running apps, configuring log paths, or troubleshooting output.
| name | format-rust |
| description | Format Rust files with cargo fmt. Use after creating or editing any Rust file (.rs). |
Run cargo fmt on every Rust file after creating or editing it.
After every Write or Edit to any .rs file in the project. This includes:
tui/src/*.rs)After your edits to a Rust file are complete, run:
cargo fmt -- <file_path>
That's it. No other steps needed.