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.
/plugin marketplace add dirvine/claude-pluginsnpx agentmods add plugins/dirvine/claude-plugins/marketplacegit clone --depth 1 https://github.com/dirvine/claude-pluginsGrade 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.
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": "",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.
- yesterday First seen · 124 lines scan A bedfe4899d73
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.
Other plugins, from other repositories
rust-lsp
Rust language server.
sdlc
Software Development Lifecycle standards and requirements for project quality, security, and compliance.
uplevel
The uplevel skill, installable as a plugin.
uplevel
Finds the engineering controls your repository does not have — CI that never runs on pull requests, a check target that quietly rewrites files, a migration with nothing in front of it — and hands back a numbered plan. Advisory: it changes nothing until you pick.
codeeraser
Plugin marketplace listing 1 plugin: codeeraser.
logic-lens-marketplace
Plugin marketplace listing 1 plugin: logic-lens.