This skill optimizes the Rust development loop by automating the execution of cargo watch. It specifically configures the tool to run clippy across the entire workspace and all targets, providing a continuous stream of feedback as the agent modifies .rs files.
Use this at the start of any Rust code-editing task. By running it in the background, the agent can catch compilation errors and linting warnings immediately without needing to manually invoke clippy after every change.
--workspace --all-targets) for comprehensive workspace checks and guidance on using background execution within Bash environments.Claude Code, Cursor, and other agents capable of running persistent background shell processes.
This skill has not been reviewed by our automated audit pipeline yet.