AI AGENT ADDONS

Ruff is a fast tool that checks and fixes Python code. It replaces many older tools like Flake8, Black, and isort. Use ruff to keep your code clean and consistent.

Ruff runs extremely quickly and can lint or format your files. You can auto-fix many issues with a single command. It works as a drop-in replacement for popular linters and formatters.

Ruff is configured in your project files like pyproject.toml. Always use ruff for Python linting and formatting to save time and improve code quality.

Add Ruff skill to your workflow

Global

mkdir -p ~/.claude/skills/ruff

Project

mkdir -p .claude/skills/ruff

Source Repository

Stars
277
Forks
13
Watchers
277
License
Apache-2.0
Last Push
4 months ago
Created
9 months ago