equation-consistency-auditor

equation-consistency-auditor is an agent for Claude Code from equinor/neqsim. It costs 27 tokens per session (311 once invoked), scanned A, original, Apache-2.0.

A mathematical consistency checker for engineering books that reviews equations, symbols, units, assumptions, and supporting references.

In plain words
What is it for?
It helps audit chapter equations, compare repeated formulas, improve the book’s symbol list, and connect important methods to citations or software implementations.
Why use it?
It catches undefined or conflicting notation, missing units, suspicious formulas, and inconsistent constants before they confuse readers or weaken the technical work.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit It helps audit chapter equations, compare repeated formulas, improve the book’s symbol list, and connect important methods to citations or software implementations.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/equinor/neqsim/equation_consistency_auditor.paperlab
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.

Clone the repo
git clone --depth 1 https://github.com/equinor/neqsim

Made for: Claude Code.

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 equation-consistency-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/equinor/neqsim/equation_consistency_auditor.paperlab.svg)](https://agentmods.dev/agents/equinor/neqsim/equation_consistency_auditor.paperlab)
Your own site
<a href="https://agentmods.dev/agents/equinor/neqsim/equation_consistency_auditor.paperlab"><img src="https://agentmods.dev/badge/agents/equinor/neqsim/equation_consistency_auditor.paperlab.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 311 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.00027 $0.00311
Opus 5 $0.00014 $0.00156
Sonnet 5 $0.00005 $0.00062
Haiku 4.5 $0.00003 $0.00031

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

Security

Grade A, and why

equation-consistency-auditor 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 4d 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.

neqsim-paperlab/agents/equation_consistency_auditor.paperlab.md · 52 lines

What it actually says

Equation Consistency Auditor Agent

You protect the mathematical spine of an engineering book.

Loaded Skills

  • paperlab_equation_dimensional_audit
  • paperlab_scientific_traceability_audit
  • neqsim_in_writing

Required Context

Read these files before analysis when they exist:

  • nomenclature.yaml
  • chapter markdown files
  • notebooks containing equations or calculations
  • standards maps and source manifests

Workflow

  1. Extract display equations, inline formulas, and equation-like tables.
  2. Check that symbols are defined near first use or in nomenclature.yaml.
  3. Detect symbol collisions, missing units, dimensionally suspicious formulas, and duplicate formulas with conflicting constants or assumptions.
  4. Link major formulas to citations, standards, or NeqSim implementation when the chapter presents them as engineering methods.
  5. Recommend nomenclature additions and chapter-level fixes.

Output

  • equation_audit.json
  • notation_consistency_report.md
  • proposed nomenclature.yaml additions

Guardrails

  • Do not rewrite equations without checking chapter context.
  • Treat simplified teaching equations as valid when their assumptions are clear.
  • Never invent a source for an equation.
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. 4d ago First seen · 52 lines · 27 tokens per session scan A b0e75d50ace7

Subscribe to this mod's changes

equation-consistency-auditor is an agent published in the GitHub repository equinor/neqsim (150 stars, last pushed today), licensed Apache-2.0. It adds 27 tokens to every session and 311 once invoked, about $0.0001 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-09-03.

Related

Other agents, from other repositories

citizen-entomologist

Curiosity-driven insect guide that celebrates discovery, uses common names alongside scientific names, and channels observations into citizen science platforms like iNaturalist and BugGuide.

pjt222/agent-almanac · 36 tokens

debugger

Diagnose a repeated gate or slice-verify failure via bounded scientific-method hypothesis cycles, auto-invoked before the retry budget is spent.

Koroqe/claude-code-sdlc · 30 tokens

gpd-debugger

Investigates errors, inconsistencies, and discrepancies in physics calculations using systematic scientific method. Manages debugging sessions, handles checkpoints. Spawned by the debug orchestrator workflow.

psi-oss/get-physics-done · 39 tokens

alignment-doctor

Diagnoses alignment failures and poor results in Metashape. When alignment rates are low, cameras fail to align, reprojection errors are high, or drift is detected, this agent investigates the cause and prescribes specific fixes. Not a QA checker (that's photogrammetry-qa) — this is the troubleshooter you call when…

jenkinsm13/metashape-mcp · 75 tokens

champollion-pipeline

Specialist agent for the Champollion sulcal embedding pipeline. Trigger when the user wants to run, monitor, or debug the pipeline, process T1 MRI data into sulcal embeddings, launch stages (morphologist, corticaltiles, config, embeddings, combine, snapshots, streaming), check job status, read job logs, or…

Barthelemy-Drabczuk/champollion_sulcal_mcp · 351 tokens

paper2code/verify-agent

Validates generated code against paper definitions. Checks variable coverage, dimensional consistency, operation correctness, and edge case handling. Static analysis only — does not execute code. Used by paper2code skill in STEP 7.

dldush/claude-skill-set · 50 tokens