#linting
Wiki 2
- Clippy The official Rust linter; ships hundreds of lints across ten categories, configurable per crate or per workspace via Cargo.toml
- Your Clippy config should be stricter Selective Clippy lints to recover the "if it compiles, it works" feeling — especially relevant when coding agents are writing the patches
Toolbox 2
- agent-skill-linter Lints agent skill bundles for spec compliance and publishing readiness, with auto-fix
- impeccable Design-skill bundle plus a 25-rule deterministic linter that flags AI-generated UI clichés