Run cargo check on the current Rust project to find compile errors
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill rust-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rust Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-rust-check-agent-skills-mirror)More formats (shields.io, HTML) on the badges page.
---
name: rust-check
description: Run cargo check on the current Rust project to find compile errors
---
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.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!