All skills
Skillintermediate

Rust Hooks

> This file extends [common/hooks.md](../common/hooks.md) with Rust-specific content.

Claude Code Knowledge Pack7/10/2026

Overview

Rust Hooks

This file extends common/hooks.md with Rust-specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • cargo fmt: Auto-format .rs files after edit
  • cargo clippy: Run lint checks after editing Rust files
  • cargo check: Verify compilation after changes (faster than cargo build)