Agent Plugins Marketplace
All plugins

ruff

v1.0.0+codex.fbe8111fb96d

ruff — Astral's one fast (Rust) binary that is both a Python linter (`ruff check`) and a Black-compatible formatter (`ruff format`). Use when linting or formatting Python, configuring `[tool.ruff]`/`ruff.toml`, choosing rules with `select`/`extend-select`/`ignore`, looking up codes like F401/E501/B008, applying fixes (`--fix`, `--unsafe-fixes`), suppressing (`# noqa`, `# ruff: ignore[...]`), or enabling preview rules. Includes `(ruff 0.X+)` + preview annotations. Not uv or ty.

Codex1 Skill

By Alberto LealLicense: MIT22 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ruff@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dashed/claude-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ruff/.

Plugin files

plugins/ruff/
├── .codex-plugin/plugin.json
└── skills/ruff/SKILL.md

Included Skills1

ruffskills/ruff/SKILL.md

ruff — Astral's single, extremely fast (Rust) binary that is BOTH a Python linter (`ruff check`, ~970 rules replacing Flake8, isort, pyupgrade, bandit, pydocstyle, parts of Pylint) and a Black-compatible formatter (`ruff format`). Use when linting or formatting Python, configuring `[tool.ruff]` in `pyproject.toml` or a `ruff.toml`/`.ruff.toml`, choosing rules with `select`/`extend-select`/`ignore`, looking up a rule code like F401/E501/B008/UP006, applying autofixes (`--fix`, `--unsafe-fixes`, `--diff`), suppressing violations (`# noqa`, `# ruff: ignore[...]`, `--add-noqa`), enabling preview rules, adopting ruff in an existing codebase, or wiring it into pre-commit/CI. Triggers on mentions of ruff, `ruff check`, `ruff format`, `ruff.toml`, `[tool.ruff.lint]`, "ruff rule", `# noqa`, or migrating off flake8/black/isort. This is the **ruff linter/formatter by Astral** — NOT uv (packaging) or ty (type checker), separate Astral tools with their own skills, and NOT flake8/black/isort themselves.

Plugin manifests1

plugins/ruff/.codex-plugin/plugin.json
{
  "name": "ruff",
  "version": "1.0.0+codex.fbe8111fb96d",
  "description": "ruff — Astral's one fast (Rust) binary that is both a Python linter (`ruff check`) and a Black-compatible formatter (`ruff format`). Use when linting or formatting Python, configuring `[tool.ruff]`/`ruff.toml`, choosing rules with `select`/`extend-select`/`ignore`, looking up codes like F401/E501/B008, applying fixes (`--fix`, `--unsafe-fixes`), suppressing (`# noqa`, `# ruff: ignore[...]`), or enabling preview rules. Includes `(ruff 0.X+)` + preview annotations. Not uv or ty.",
  "author": {
    "name": "Alberto Leal"
  },
  "license": "MIT",
  "keywords": [
    "ruff",
    "python",
    "linter",
    "formatter",
    "lint",
    "astral",
    "cli"
  ],
  "interface": {
    "displayName": "Ruff",
    "shortDescription": "ruff — Astral's one fast (Rust) binary that is both a Python linter (`ruff check`) and a Black-compatible formatter (`ruff format`). Use when linting or formatting Python...",
    "longDescription": "ruff — Astral's one fast (Rust) binary that is both a Python linter (`ruff check`) and a Black-compatible formatter (`ruff format`). Use when linting or formatting Python, configuring `[tool.ruff]`/`ruff.toml`, choosing rules with `select`/`extend-select`/`ignore`, looking up codes like F401/E501/B008, applying fixes (`--fix`, `--unsafe-fixes`), suppressing (`# noqa`, `# ruff: ignore[...]`), or enabling preview rules. Includes `(ruff 0.X+)` + preview annotations. Not uv or ty.",
    "developerName": "Alberto Leal",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use $ruff for this task."
    ]
  },
  "repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/ruff",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ruff on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ruff)