quorum:tools

quorum:tools is a skill for Claude Code, Codex from berrzebb/quorum. It costs 42 tokens per session (106 once invoked), scanned A, original, MIT.

A collection of 20 fixed analysis checks for codebases, software quality, domain rules, requirement coverage, feature validation, and review history.

In plain words
What is it for?
Use it to choose and run checks for code structure, quality, domain behavior, requirement-to-code links, feature validation, or past audits.
Why use it?
It gives you a consistent way to inspect code and project information instead of relying only on manual review.

Skill for Claude CodeCodex

Part of the quorum plugin — 11 skills, 22 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/berrzebb/quorum/consensus-tools
Any agent
npx skills add berrzebb/quorum --skill consensus-tools
Clone the repo
git clone --depth 1 https://github.com/berrzebb/quorum

Made for: Claude Code, Codex.

Or install quorum, the plugin that ships this one along with the rest of its 11 skills, 22 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for quorum:tools

README.md
[![agentmods](https://agentmods.dev/badge/skills/berrzebb/quorum/consensus-tools.svg)](https://agentmods.dev/skills/berrzebb/quorum/consensus-tools)
Your own site
<a href="https://agentmods.dev/skills/berrzebb/quorum/consensus-tools"><img src="https://agentmods.dev/badge/skills/berrzebb/quorum/consensus-tools.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 106 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.00106
Opus 5 $0.00021 $0.00053
Sonnet 5 $0.00008 $0.00021
Haiku 4.5 $0.00004 $0.00011

Measured 3d ago against content hash 1a1f9a719a32, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

quorum:tools 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 3d ago.

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.

platform/skills/consensus-tools/SKILL.md · 17 lines

What it actually says

Consensus Tools

Interface for 20 deterministic analysis tools.

Knowledge

Read agents/knowledge/protocols/consensus-tools.md for the tool selection guide.

Per-Tool References

Detailed parameters and examples: agents/knowledge/references/consensus-tools/

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. 3d ago First seen · 17 lines · 42 tokens per session scan A 1a1f9a719a32

Subscribe to this mod's changes

quorum:tools is a skill published in the GitHub repository berrzebb/quorum (10 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 106 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

agent-review

Critically review a Stencila agent and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve an agent directory or AGENT.md file. Covers frontmatter validation, system instruction quality, configuration correctness, and adherence to the Agent schema.

stencila/stencila · 57 tokens

Website Audit

Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.

PramodDutta/qaskills · 33 tokens

aws-security-audit

AWS security auditing — IAM users/roles/policies, CloudTrail API events, security posture analysis. Use when auditing IAM permissions, investigating security incidents, checking MFA compliance, or tracing API activity in CloudTrail.

automateyournetwork/netclaw · 47 tokens

a0-review-plugin

Full audit of Agent Zero plugins in usr/plugins/. Reviews manifest validity, directory structure, code patterns (Store Gating, notifications, imports), security, and duplicate detection against the community index. Use when asked to review, audit, validate, or check an existing plugin before using or contributing it.

agent0ai/agent-zero · 64 tokens

windows-compat

Audit and harden this Rust repo (code-graph-mcp) for Windows correctness: path-spelling drift between producers, the 32,767-char command-line cap, index-key mismatches, and path predicates that assume one ecosystem's layout. Use whenever touching code that builds, compares, prints, or stores a filesystem path; that…

sdsrss/code-graph-mcp · 165 tokens