claude-ultra-quality-enforcement

A code-quality plugin for Rust, Python, and TypeScript projects, with commands, automated checks, and specialised agents.

In plain words
What is it for?
Reviewing and improving code, running language-specific checks such as Clippy, Cargo, Ruff, and ESLint, supporting development workflows, and enforcing quality before commits.
Why use it?
It is designed to catch errors, warnings, security and performance issues, missing tests, documentation gaps, and technical debt during development.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add dirvine/claude-plugins
agentmods
npx agentmods add plugins/dirvine/claude-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/dirvine/claude-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

claude-ultra-quality-enforcement scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "claude-ultra-quality-enforcement",
  "version": "1.0.0",
  "description": "Ultra-strict quality enforcement plugin with zero-tolerance for errors, warnings, and technical debt. Comprehensive Rust, Python, and TypeScript support with 30+ specialized agents.",
  "author": {
    "name": "David Irvine",
    "email": "[email protected]",
    "url": "https://github.com/dirvine"
  },
  "homepage": "https://github.com/dirvine/claude-plugins",
  "repository": "https://github.com/dirvine/claude-plugins",
  "license": "MIT",
  "keywords": [
    "rust",
    "quality",
    "testing",
    "ci-cd",
    "zero-tolerance",
    "clippy",
    "cargo",
    "python",
    "ruff",
    "typescript",
    "eslint",
    "commit",
    "security",
    "performance",
    "documentation"
  ],
  "category": "development",
  "commands": [
    "./commands/core/",
    "./commands/quality/",
    "./commands/dev/",
    "./commands/specialized/"
  ],
  "agents": [
    "./agents/quality/",
    "./agents/language/",
    "./agents/workflow/",
    "./agents/specialized/"
  ],
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "tool_name in ['Edit', 'Write', 'MultiEdit']",
        "hooks": [
          {
            "type": "command",
            "command": "${CLAUDE_PLUGIN_ROOT}/hooks/auto-format.sh",
            "timeout": 30
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "matcher": "tool_name == 'Bash' and 'git commit' in parameters.get('command', '')",
        "hooks": [
          {
            "type": "command",
            "command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-commit-check.sh",
            "timeout": 60
          }
        ]
      }
    ],
    "SessionStart": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "CLAUDE_HOOK_TYPE=SessionStart ${CLAUDE_PLUGIN_ROOT}/hooks/notify.py",
            "timeout": 10
          }
        ]
      }
    ],
    "Stop": [
      {
        "matcher": "",

Read the full file on GitHub · 124 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 124 lines scan A bedfe4899d73

Subscribe to this mod's changes

claude-ultra-quality-enforcement is a plugin published in the GitHub repository dirvine/claude-plugins (4 stars, last pushed 10mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.