This skill arms Claude with expert knowledge of ruff check, the Rust-based Python linter that's 10-100x faster than Flake8. It covers rule selection across 800+ built-in checks (pycodestyle, Pyflakes, bugbear, isort, pyupgrade), auto-fixing with preview diffs, and pyproject.toml configuration including per-file ignores. The skill includes ready-to-use CI/CD snippets for GitHub Actions and pre-commit hooks, plus patterns for gradual adoption and security-focused checks. Use it when you need Claude to lint Python code, configure rule sets, or wire ruff into your workflow. The reference material is thorough, with concrete examples for everything from finding mutable defaults to migrating from legacy tools.
npx -y skills add laurigates/claude-plugins --skill ruff-linting --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills