About
The Clippy Custom skill empowers Rust developers to extend the Clippy static analysis tool with bespoke lints tailored to their project's unique requirements. It provides comprehensive guidance on implementing lint passes, navigating the Rust compiler's internal APIs (AST and MIR), and contributing to the official Clippy repository. This skill is indispensable for teams looking to automate the enforcement of specific architectural patterns, prevent recurring domain-specific bugs, and maintain high-quality Rust codebases through advanced static analysis.