rust-lints

Standardize workspace.lints and clippy.toml for Rust lint enforcement.

58|4|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/po4yka/RIPDPI --skill rust-lints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-lints
Source: https://github.com/po4yka/RIPDPI/tree/main/.claude/skills/rust-lints
Command: npx skills add https://github.com/po4yka/RIPDPI --skill rust-lints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canonically defines the workspace linting strategy for Rust projects, ensuring AI-resilient code reviews by standardizing clippy, rustc, and rustdoc rules across crates.

Core Features & Use Cases

  • Canonical [workspace.lints] template for consistent lint enforcement.
  • Canonical [clippy.toml] and per-crate attributes to enforce safety and quality.
  • Use cases include auditing new crates, tightening lint levels, and aligning CI with lint standards.

Quick Start

Copy the canonical workspace.lints and clippy.toml templates into your Rust workspace and enable the lints across crates to enforce AI-resilient coding practices.

Frequently Asked Questions about rust-lints

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize Rust workspace lints across multiple crates?

Standardize Rust workspace lints by applying a canonical [workspace.lints] template that enforces consistent clippy, rustc, and rustdoc rules across all crates within the workspace.

What is the best way to configure clippy.toml for consistent Rust code quality?

Configuring clippy.toml for Rust code quality involves applying a canonical template that standardizes lint enforcement, ensuring safety and quality rules are consistently applied across crates and CI pipelines.

How do I align Rust CI pipelines with strict static analysis lint standards?

Align Rust CI with lint standards by standardizing the workspace.lints and clippy.toml configuration, which enforces consistent static analysis rules across all crates and CI verification steps.

Can I use workspace.lints to enforce AI-resilient code reviews in Rust?

Yes, workspace.lints enforces AI-resilient Rust code reviews by applying canonical clippy and rustdoc rules that standardize safety and quality across crates, ensuring consistent automated verification.

When do I need to configure per-crate lint attributes in a Rust workspace?

Configure per-crate lint attributes in a Rust workspace when auditing new crates or tightening lint levels, allowing you to enforce specific safety and quality rules alongside the canonical workspace template.