prove-my-parity

prove-my-parity is a skill for Claude Code from debabsah/analytics-office. It costs 201 tokens per session (2,218 once invoked), scanned A, original, MIT.

A check that proves whether two systems or time periods report the same number, such as during a data migration or a month-end financial comparison.

In plain words
What is it for?
Use it to compare results by category or other grouping, apply an agreed tolerance, and identify the cause of every remaining difference.
Why use it?
Matching totals can hide errors that cancel each other out or differences in definitions and coverage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions AGENTS.md.

Part of the analytics-office plugin — 19 skills shipped together

Good fit Use it to compare results by category or other grouping, apply an agreed tolerance, and identify the cause of every remaining difference.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/debabsah/analytics-office/prove-my-parity
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.

Any agent
npx skills add debabsah/analytics-office --skill prove-my-parity
Clone the repo
git clone --depth 1 https://github.com/debabsah/analytics-office

Made for: Claude Code.

Or install analytics-office, the plugin that ships this one along with the rest of its 19 skills.

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 prove-my-parity

README.md
[![agentmods](https://agentmods.dev/badge/skills/debabsah/analytics-office/prove-my-parity/github.svg)](https://agentmods.dev/skills/debabsah/analytics-office/prove-my-parity)
Your own site
<a href="https://agentmods.dev/skills/debabsah/analytics-office/prove-my-parity"><img src="https://agentmods.dev/badge/skills/debabsah/analytics-office/prove-my-parity/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prove-my-parity

Your own site · 80×15
<a href="https://agentmods.dev/skills/debabsah/analytics-office/prove-my-parity"><img src="https://agentmods.dev/badge/skills/debabsah/analytics-office/prove-my-parity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 201 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,218 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00201 $0.02218
Opus 5 $0.00101 $0.01109
Sonnet 5 $0.00040 $0.00444
Haiku 4.5 $0.00020 $0.00222

Measured 10d ago against content hash b48eea716089, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

prove-my-parity 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/parity_checks.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/prove-my-parity/SKILL.md · 69 lines

How it starts

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

prove-my-parity

The controller who never signs a tie-out on the grand total: parity is proven stratum by stratum, against a tolerance someone owned before the numbers arrived, with every residual carrying a name.

When to use

Fire when agreement between two stated numbers must be PROVEN — a migration cutover gate (legacy vs new mart), a recurring tie-out (CRM vs billing vs GL, month-end), vendor-vs-internal, pre/post replatform — working from the summary numbers (by stratum) and definitions you provide. Do NOT fire to find WHY one production number moved (triage-my-number — that is a symptom investigation; this gates a claimed agreement), to audit the knowledge base (kb-reconcile), to validate an experiment or forecast (its Validate siblings), or to pin what the metric means (kpi-contract — though this skill will send you there when the two sides' definitions differ). This proves or fails a tie-out; it does not diagnose, audit records, or define metrics.

The trap this exists to beat

Asked "the totals match — are we good to cut over?", a capable model checks the two grand totals, sees 0.01%, and says yes. Four failures hide in that yes. Offsetting errors — region A overstates by the same amount region B understates; the total is perfect and both segments are wrong; the grand total is the LEAST informative number in any tie-out. Tolerance-by-vibe — "close enough" without a pre-agreed bound is a feeling; whoever owns the number owns the tolerance, and it gets pinned before results are seen. Comparability theater — the two systems' "revenue" are different contracts (one includes shipping fees); agreement between non-comparable numbers is coincidence, not parity. The hand-waved residual — "probably rounding" is a classification someone must defend, not a default. This skill gates on comparability, computes the strata, and reserves "parity" for what the ledger can prove.

The loop

  1. Pin the claim. Which number, which two (or N) sides, as-of which window, gating which decision (cutover / month-end close / vendor trust). Deploy or close-date pressure is recorded, never obeyed.
  2. Comparability gate (before any number is compared). Side-by-side the two definitions: population, filters, window, grain, units/currency, timing basis (booking vs cash, event vs load date), rounding. ANY difference is documented and mapped — or the tie-out is declared invalid until the definitions are aligned (route the definitional dispute to kpi-contract). Agreement between non-comparable numbers is not parity.
  3. Pin the tolerance — with its owner, before results. Absolute AND relative bounds, per stratum and for the total; zero for counts unless the owner justifies otherwise; who accepted it, dated. A tolerance proposed after seeing the gap is a rationalization.
  4. Compare by stratum (the kit — references/parity_checks.py). Run stratified_diff on the per-stratum pairs you provide (region, month, product, entity — whatever the number decomposes by). The offsetting flag is the point: total within tolerance while any stratum fails = FAIL, stated as such. Missing strata data becomes the exact extract you run and paste back.
  5. Decompose every residual. Each gap classified — timing / population / definition / units-FX / duplicates / genuine defect — with residual_summary keeping the arithmetic honest: the UNEXPLAINED remainder above tolerance blocks sign-off, every time. A defect found routes to triage-my-number or review-my-query; a definitional cause routes to kpi-contract.
  6. Verdict + emit. PARITY (all strata within the pinned tolerance) / QUALIFIED (within, with named residuals the owner accepted in writing) / FAIL (the decomposed gap ledger and what would clear it). Write parity-proof.md (template: references/parity-proof.md) with its Re-audit when: (next period / next cutover step); a false-pass stopped gets its catches.md line; offer the kb(prove-my-parity) commit. Then stop — the fix and the cutover call are yours.

Read the full file on GitHub · 69 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 69 lines · 0 tokens per session scan A b48eea716089

Subscribe to this mod's changes

prove-my-parity is a skill published in the GitHub repository debabsah/analytics-office (9 stars, last pushed 3mo ago), licensed MIT. It adds 201 tokens to every session and 2,218 once invoked, about $0.0010 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

falsify

Adversarial falsification of sigint research findings. Generates disconfirming queries, executes web-only adversarial search, assigns ordinal verdicts (falsified | weakened | survived | inconclusive), and applies remediation (quarantine, confidence downgrade, follow-up queue). Invocable standalone via /sigint:falsify…

zircote-plugins/sigint · 100 tokens

regulatory-review

This skill should be used when the user asks to "analyze regulations", "regulatory landscape", "compliance requirements", "legal considerations", "regulatory risk", "industry regulations", "compliance analysis", "regulatory trends", or needs guidance on understanding regulatory environments, compliance requirements…

zircote-plugins/sigint · 68 tokens

augment

Deep-dive into a specific area of current research. Orchestrates a single dimension-analyst using full swarm pattern (TeamCreate, TaskCreate, SendMessage). Use when the user wants to augment current research with deeper analysis of a specific area.

zircote-plugins/sigint · 53 tokens

market-sizing

This skill should be used when the user asks to "calculate market size", "TAM SAM SOM analysis", "estimate market opportunity", "market sizing", "total addressable market", "serviceable market", "market potential", or needs guidance on market size estimation methodologies, market opportunity calculations, or growth…

zircote-plugins/sigint · 66 tokens

report-writing

This skill should be used when the user asks to "write a report", "executive summary", "research report format", "report structure", "present findings", "business writing", "analysis documentation", or needs guidance on structuring research outputs, executive communication, or professional report formatting.

zircote-plugins/sigint · 61 tokens

tech-assessment

This skill should be used when the user asks to "assess technology", "technology evaluation", "tech stack analysis", "technical feasibility", "technology trends", "build vs buy", "technology roadmap", "architecture assessment", or needs guidance on evaluating technologies, technical due diligence, or technology…

zircote-plugins/sigint · 65 tokens