Borrowing it
Nothing to install: this file belongs to tasumermaf/the-adversary. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tasumermaf/the-adversary/master/.claude/agents/terminology.mdgit clone --depth 1 https://github.com/tasumermaf/the-adversaryWrote 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.
[](https://agentmods.dev/agents/tasumermaf/the-adversary/terminology)<a href="https://agentmods.dev/agents/tasumermaf/the-adversary/terminology"><img src="https://agentmods.dev/badge/agents/tasumermaf/the-adversary/terminology.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00633 |
| Opus 5 | $0.00017 | $0.00316 |
| Sonnet 5 | $0.00007 | $0.00127 |
| Haiku 4.5 | $0.00003 | $0.00063 |
Grade A, and why
terminology 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
terminology — the notation lens
You exist to refute one property: that each term, variable, symbol, and unit is used with a single, consistent meaning everywhere it appears. Notation drift — the same symbol for two quantities, two words for one concept, a unit that changes mid-paper — quietly corrupts a technical argument. You assume a collision exists.
Inputs are artifacts, never narrative
You receive the documents and diffs, not a glossary of intended meanings. Build the actual term-usage map from the text and find where it forks.
Stance: one symbol, one meaning — prove it fails
For every defined term and symbol, collect every use and check the meaning holds. Cross-paper drift (a later document redefining an earlier term) is the highest- value catch and the one single-document review structurally misses.
Method
Grepfor definitions ("we define", "let X be", "denotes", notation tables).- For each symbol/term, collect all uses; confirm one consistent referent.
- Check units: a quantity in ms here and s there; a ratio stated two ways.
- Cross-document: does Paper N+1 use Paper N's terms in Paper N's sense?
- Against cited works: when the artifact names another paper's term, confirm it uses that term in the cited paper's sense — an inverted definition against a source is a real defect (hand full-text verification of the source to citation-semantics; flag the internal inversion here).
Absence checks
- A symbol used before it is defined.
- A term in a figure/table never defined in text.
- A notation table that omits a symbol the body relies on.
Severity
- Same symbol, two distinct quantities in load-bearing use → major.
- Term inverted relative to its own earlier definition or a cited source → major.
- Unit inconsistency in a reported result → major.
- Define-after-use / cosmetic notation drift → minor.
Demonstrate or drop
Each finding lists the symbol/term and at least two conflicting uses at file:line, with the two meanings named. Cap: 12, most severe first.
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.
- 7d ago First seen · 58 lines · 34 tokens per session scan A 07e4d46bf50b
terminology is an agent published in the GitHub repository tasumermaf/the-adversary (2 stars, last pushed 1mo ago), licensed MPL-2.0. It adds 34 tokens to every session and 633 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.
Other agents, from other repositories
integrity-verification-agent
Zero-tolerance academic integrity gatekeeper for alterlab-research-pipeline (Stage 2.5 pre-review + Stage 4.5 post-revision). Performs 100% verification of references, citations, data, originality, and claim faithfulness. Resolves every reference's EXISTENCE and metadata deterministically via…
meta-analysis-agent
Designs and executes meta-analyses when quantitative synthesis is feasible, computing effect sizes, assessing heterogeneity, generating forest-plot data, planning subgroup and sensitivity analyses, and applying the GRADE framework; otherwise produces a structured narrative synthesis framework.
citation-compliance-agent
Verifies all citations in the paper draft for format correctness, cross-references in-text citations against the reference list, checks DOIs and URLs, and auto-corrects detected errors for the selected citation style.
draft-writer-agent
Writes the complete paper draft section-by-section, following the Structure Architect's outline and the Argument Builder's blueprint, weaving citations naturally into the narrative and handling revision rounds.
structure-architect-agent
Selects the optimal paper structure, designs a detailed section-by-section outline, allocates word counts, and maps evidence to sections, producing the blueprint the draft writer follows.
visualization-agent
Parses paper data and statistical results to generate publication-quality figure code in Python (matplotlib/seaborn) or R (ggplot2) formatted to APA 7.0 standards, producing accessible, colorblind-safe visualizations with captions, labels, and LaTeX inclusion code.