
Nurikk Claude Plugins
- Updated April 16, 2026
- nurikk/claude-plugins
nurikk-claude-plugins is a Claude Code plugin that auto-formats, lints, and type-checks Python files using ruff and ty.
About
nurikk-claude-plugins is a community Claude Code plugin bundle aimed at developers shipping Python backends, CLIs, and agent tooling who are tired of hand-running formatters after every agent diff. It wires Astral’s ruff and ty into the edit loop so formatting, lint, and type-check feedback shows up where you already work—in Claude Code—rather than only in terminal CI. That matters when one person owns code, tests, and deploy: small style drift and typing gaps compound into review debt fast. The repo lists two plugins and keywords that also touch MCP and messaging bridges, but the headline value is Python quality automation. Use it during backend implementation and again in ship/review when you want a lightweight gate before merge. It is not a full test runner or security scanner; it complements pytest and human review. Intermediate familiarity with Python tooling helps you interpret ruff and ty messages and tune rules.
- Automatic ruff formatting on Python files during agent edits
- Integrated ruff linting for fast style and quality fixes
- ty (Astral) type-checking alongside format and lint
- Two-plugin bundle from nurikk/claude-plugins (Python quality plus related tooling in the same repo)
- Fits Astral-centric Python stacks without wiring separate pre-commit hooks by hand
Nurikk Claude Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install nurikk-claude-plugins@nurikk/claude-pluginsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | April 16, 2026 |
|---|---|
| Repository | nurikk/claude-plugins ↗ |
What it does
Install when you want Claude Code to automatically format, lint, and type-check Python with ruff and ty as you edit.
Who is it for?
Best when you're maintaining Python APIs, scripts, or agent backends and already prefer ruff and Astral ty over slower legacy linters.
Skip if: Pure TypeScript or Rust repos with no Python surface, or teams that forbid automatic formatting in the agent loop.
What you get
After install, Claude Code can apply consistent ruff formatting, surface lint fixes, and run ty type-checks on Python files as part of your workflow.
- Consistently formatted Python after agent edits
- Actionable ruff lint diagnostics in the workflow
- ty type-check feedback on touched Python modules
Recommended Plugins
How it compares
Claude Code quality plugin using builtin Astral tools, not a standalone MCP server or generic coding skill.
FAQ
Who is Nurikk Claude Plugins for?
and small-team developers using Claude Code on Python projects who want ruff and ty enforcement without extra CI wiring.
When should I use Nurikk Claude Plugins?
Use it whenever you edit Python in Claude Code and want formatting, lint, and type-check feedback before you commit or ship.
How do I add Nurikk Claude Plugins to my agent?
Add the nurikk/claude-plugins marketplace plugin in Claude Code, enable the bundle, and work in a repo with Python and ruff/ty available locally.