Generates optimized Ruff configuration from existing Flake8, isort, and Black setups. Migrates pyproject.toml rules with automatic conflict resolution.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill ruff-python-linter-configurator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ruff Python Linter Configurator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-ruff-python-linter-configurator)More formats (shields.io, HTML) on the badges page.
---
name: "Ruff Python Linter Configurator"
slug: "ruff-python-linter-configurator"
description: "Generates optimized Ruff configuration from existing Flake8, isort, and Black setups. Migrates pyproject.toml rules with automatic conflict resolution."
github_stars: 47246
verification: "security_reviewed"
source: "https://github.com/astral-sh/ruff"
author: "Astral"
category: "Code Quality & Review"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "astral-sh/ruff"
github_stars: 47246
---
# Ruff Python Linter Configurator
Generates optimized Ruff configuration from existing Flake8, isort, and Black setups. Migrates pyproject.toml rules with automatic conflict resolution.
## Installation
Use the upstream install or setup path that matches your environment:
- uv tool install ruff@latest # Install Ruff globally.
- uv add --dev ruff # Or add Ruff to your project.
- pip install ruff
- pipx install ruff
Requirements and caveats from upstream:
- [](https://pypi.python.org/pypi/ruff)
- [](https://pypi.python.org/pypi/ruff)
- An extremely fast Python linter and code formatter, written in Rust.
Basic usage or getting-started notes:
- [Getting Started](#getting-started)
- For more, see the [documentation](https://docs.astral.sh/ruff/).
- Ruff is available as [ruff](https://pypi.org/project/ruff/) on PyPI.
- Source: https://github.com/astral-sh/ruff
- Extracted from upstream docs: https://raw.githubusercontent.com/astral-sh/ruff/HEAD/README.md
## Documentation
- https://docs.astral.sh/ruff/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/ruff-python-linter-configurator/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!