verify-sequential-statements

verify-sequential-statements is a skill for Claude Code, Codex from frenzymath/Danus. It costs 42 tokens per session (699 once invoked), scanned A, original, Apache-2.0.

A step-by-step checker for mathematical proofs written in Markdown. It examines each statement and smaller proof section in the order it appears.

In plain words
What is it for?
Use it to review a paper-style proof statement by statement and record where the reasoning or supporting assumptions need attention.
Why use it?
It helps find invalid reasoning, missing assumptions, incorrect use of theorems, and skipped steps before they are hidden in the whole argument.

Skill for Claude CodeCodex

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/frenzymath/danus/verify-sequential-statements
Any agent
npx skills add frenzymath/Danus --skill verify-sequential-statements
Clone the repo
git clone --depth 1 https://github.com/frenzymath/Danus

Made for: Claude Code, Codex.

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 verify-sequential-statements

README.md
[![agentmods](https://agentmods.dev/badge/skills/frenzymath/danus/verify-sequential-statements.svg)](https://agentmods.dev/skills/frenzymath/danus/verify-sequential-statements)
Your own site
<a href="https://agentmods.dev/skills/frenzymath/danus/verify-sequential-statements"><img src="https://agentmods.dev/badge/skills/frenzymath/danus/verify-sequential-statements.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 699 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.00699
Opus 5 $0.00021 $0.00349
Sonnet 5 $0.00008 $0.00140
Haiku 4.5 $0.00004 $0.00070

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

Security

Grade A, and why

verify-sequential-statements 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.

agents/skills/verify/verify-sequential-statements/SKILL.md · 64 lines

How it starts

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

Verify Sequential Statements

Check each statement and subproof in order and log all local issues.

Input Contract

Assume:

  • Proof is markdown text.
  • The proof is written in good mathematical order.
  • Statement contains the target theorem statement and its hypotheses.

Do not split the proof with utility code. Read the markdown in order and use its own structure.

Procedure

  1. Extract the assumptions and hypotheses from Statement before checking the proof.
  2. Iterate through the statements/subproofs in the order they appear in the markdown.
  3. For each item, determine a location key:
    • use the displayed theorem/lemma/claim heading if present,
    • otherwise use a local textual locator such as proof paragraph 2.
  4. Check local reasoning:
    • Is the inference valid?
    • Are assumptions stated and sufficient?
    • Is each theorem application valid in context?
    • Are there skipped or hand-wavy steps?
  5. Pay special attention to assumptions that an object exists or satisfies a property — sometimes such an object has not been constructed, or it exists but has not been proved to satisfy the claimed property.
  6. Audit whether the assumptions from Statement are actually used in the proof.
  7. If some assumptions seem unused, do not assume they are harmless. Reason carefully about whether:
    • the assumption is truly redundant, or
    • the proof is silently omitting a necessary use of it and therefore has a gap or error.
  8. Classify findings:
    • critical_error: logical contradiction, invalid theorem use, false implication.
    • gap: missing derivation, vague justification, unsupported step, or suspiciously unused assumptions whose role is not justified.
  9. Also apply the Hard Prohibitions defined in the verifier contract (agents/contracts/verifier.md, "Hard Prohibitions to enforce"): P1 (citing problem.md / data/<NAME>.md as a substantive math source), P3 (an unproven conditional premise with no same-paragraph fact_id citation), P5 (a vague gesture at a "well-known"/"classical" result without a specific citation), and P6 (a statement that is not self-contained). Do not restate or fork the prohibition wording here — read and apply it from the contract so there is a single source of truth. These prohibitions are strictly additive: they only ever add findings (reject more), never remove them.
  10. Keep each checked item in context for the synthesis step. You persist nothing — the verifier is stateless; the worker does all writing.

Read the full file on GitHub · 64 lines

Files

What ships with it

1 file 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. 4d ago First seen · 64 lines · 42 tokens per session scan A f9db950ccac9

Subscribe to this mod's changes

verify-sequential-statements is a skill published in the GitHub repository frenzymath/Danus (387 stars, last pushed 7d ago), licensed Apache-2.0. It adds 42 tokens to every session and 699 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-30.

Related

Other skills, from other repositories

hugging-face-trackio

Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API) or retrieving/analyzing logged metrics (CLI). Supports real-time dashboard visualization, HF Space syncing, and JSON output for automation.

patchy631/ai-engineering-hub · 52 tokens

papyrus-writing

LaTeX paper writing and editing. Load when working on a .tex document — writing or revising sections, fixing compilation errors, adding figures/tables/equations, or managing a bibliography. Also the co-author skill for the Papyrus app.

kirodotdev/KiroCrew · 55 tokens

tooluniverse-cell-line-profiling

Cancer cell-line selection and profiling for experimental model choice. Cross-references DepMap, Cellosaurus, COSMIC, PharmacoDB to deliver identity verification, mutation/CNV profile, gene dependencies, drug sensitivities, and druggable targets. Use to answer 'which cell line should I use for studying gene X?' or 'is…

mims-harvard/ToolUniverse · 100 tokens

tooluniverse-computational-biophysics

Solve quantitative problems in biophysics — pharmacokinetics (PK volume of distribution, clearance, half-life), epidemiology (R0, attack rate), toxicology (LD50, NOAEL), population genetics (Hardy-Weinberg, Fst), enzyme kinetics (Michaelis-Menten), thermodynamics. Use for first-principles quantitative biology…

mims-harvard/ToolUniverse · 97 tokens

tooluniverse-drug-drug-interaction

Assess drug-drug interactions — CYP metabolic interactions (substrate/inhibitor/inducer), transporter (P-gp, BCRP, OATP) effects, pharmacodynamic synergy/antagonism, clinical significance scoring, and management recommendations. Use for polypharmacy review, prescribing decision support, and safety analysis when adding…

mims-harvard/ToolUniverse · 81 tokens

tooluniverse-acmg-variant-classification

Systematic ACMG/AMP germline variant classification with all 28 criteria (PVS1, PS1-4, PM1-6, PP1-5, BA1, BS1-4, BP1-7) for clinical significance. Produces 5-tier verdict (Pathogenic / Likely Pathogenic / VUS / Likely Benign / Benign) with cited evidence per criterion. Use for variant interpretation, VUS resolution…

mims-harvard/ToolUniverse · 127 tokens