Ultra-fast Python linting and formatting using Ruff CLI with pyproject.toml configuration. Supports auto-fix, import sorting (isort-compatible), and rule selection from 800+ built-in rules.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill ruff-linter-formatter-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ruff Linter Formatter Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-ruff-linter-formatter-agent)More formats (shields.io, HTML) on the badges page.
---
name: "Ruff Linter and Formatter"
slug: "ruff-linter-formatter-agent"
description: "Ultra-fast Python linting and formatting using Ruff CLI with pyproject.toml configuration. Supports auto-fix, import sorting (isort-compatible), and rule selection from 800+ built-in rules."
github_stars: 47173
verification: "security_reviewed"
source: "https://github.com/astral-sh/ruff"
author: "Astral"
category: "Code Quality & Review"
framework: "Claude Code"
tool_ecosystem:
github_repo: "astral-sh/ruff"
github_stars: 47173
---
# Ruff Linter and Formatter
Ultra-fast Python linting and formatting using Ruff CLI with pyproject.toml configuration. Supports auto-fix, import sorting (isort-compatible), and rule selection from 800+ built-in rules.
## Prerequisites
Python
## 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-linter-formatter-agent/)
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!