---
name: hmbown/rust-check
source: https://app.decimal.ai/s/hmbown-rust-check@1/SKILL.md
source_sha256: 9f7d1bf89376
---

Use this skill when you need to check for Rust compile errors.

**How to use:**
1. Run `cargo check` in the project root
2. Analyze the output for errors and warnings
3. Fix any issues found

**Example:**
```bash
cargo check --all-targets
```

This skill is part of the rust-toolkit plugin.