arxiv-preflight

arxiv-preflight is a skill for Claude Code from Mathews-Tom/armory. It costs 120 tokens per session (2,115 once invoked), scanned A, original, MIT.

A pre-submission check for papers prepared for arXiv, a website where researchers share scientific papers. It checks the LaTeX files, PDF, figures, references, metadata, and file layout against arXiv requirements.

In plain words
What is it for?
Use it to check whether a LaTeX project or PDF is ready for arXiv. It helps find missing files, incorrect references, figure issues, metadata problems, and other common submission errors.
Why use it?
It catches packaging and formatting problems before submission, when they are easier to fix. The report marks each check as passed or failed and gives specific fixes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the armory plugin — 85 skills shipped together

Good fit Use it to check whether a LaTeX project or PDF is ready for arXiv. It helps find missing files, incorrect references, figure issues, metadata problems, and other common submission errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mathews-tom/armory/arxiv-preflight
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 Mathews-Tom/armory --skill arxiv-preflight
Clone the repo
git clone --depth 1 https://github.com/Mathews-Tom/armory

Made for: Claude Code.

Or install armory, the plugin that ships this one along with the rest of its 85 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 arxiv-preflight

README.md
[![agentmods](https://agentmods.dev/badge/skills/mathews-tom/armory/arxiv-preflight/github.svg)](https://agentmods.dev/skills/mathews-tom/armory/arxiv-preflight)
Your own site
<a href="https://agentmods.dev/skills/mathews-tom/armory/arxiv-preflight"><img src="https://agentmods.dev/badge/skills/mathews-tom/armory/arxiv-preflight/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 arxiv-preflight

Your own site · 80×15
<a href="https://agentmods.dev/skills/mathews-tom/armory/arxiv-preflight"><img src="https://agentmods.dev/badge/skills/mathews-tom/armory/arxiv-preflight.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,115 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00120 $0.02115
Opus 5 $0.00060 $0.01058
Sonnet 5 $0.00024 $0.00423
Haiku 4.5 $0.00012 $0.00212

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

Security

Grade A, and why

arxiv-preflight 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 9d 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.

skills/arxiv-preflight/SKILL.md · 207 lines

How it starts

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

arXiv Preflight Check

Pipeline position: Phase 3a (submission readiness). Runs after Phase 2 fixes and PDF recompilation. Gate for arxiv-figures and arxiv-package. See /manuscript-pipeline for full execution order.

Purpose

Systematically validate a TeX/LaTeX project (or PDF submission) against all arXiv submission requirements, producing a structured pass/fail report with specific fixes for every violation found.

Companion skills:

  • manuscript-review — audits prose quality, structure, and claims
  • manuscript-provenance — audits computational reproducibility
  • arxiv-figures — optimizes figures for arXiv
  • arxiv-package — packages the submission tarball

This skill focuses exclusively on arXiv technical compliance — not prose quality or scientific content.

Workflow

1. Ingest

Identify the submission directory. Locate:

  • Main .tex file(s)
  • All included files (figures, .bbl, .bst, style files, subdirectories)
  • Any 00README.XXX file
  • Any anc/ directory
  • Compiled PDF (if available)
Read references/guidelines.md

2. Validation Passes

Execute all passes. For each check:

  • PASS — requirement met
  • FAIL — violation found (document exact file, line, specific fix)
  • WARN — advisory (not a blocker but may cause issues)
  • N/A — not applicable

Pass 1 — File Organization

  1. No absolute file paths in any .tex file (\input, \includegraphics, \include, \bibliography)
  2. No spaces or special characters (&, \, :) in filenames
  3. No auxiliary files that should be excluded: .aux, .log, .toc, .lot, .lof, .dvi, .ps, .pdf (except figure PDFs)
  4. Required files present: .bbl if using BibTeX/BibLaTeX, .ind if using makeindex, .gls/.nls if using glossary/nomenclature
  5. No hidden files (starting with .) except .tex-related configs
  6. No journal templates or referee letters included
  7. Subdirectory structure: no \include{} calls into subdirectories (use \input{} instead)
  8. If multiple .tex files with \documentclass: verify 00README.XXX declares toplevelfile

Read the full file on GitHub · 207 lines

Files

What ships with it

2 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. 9d ago First seen · 207 lines · 120 tokens per session scan A 1ffb9534e536

Subscribe to this mod's changes

arxiv-preflight is a skill published in the GitHub repository Mathews-Tom/armory (316 stars, last pushed 3d ago), licensed MIT. It adds 120 tokens to every session and 2,115 once invoked, about $0.0006 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

paper2slides

Turn an academic paper PDF into a presentation deck (.pptx) end-to-end. Use this skill whenever the user wants to "make slides from a paper", "generate a deck from this PDF", "make a PPT from this paper", "generate slides from a PDF document", "make a deck from a research paper", or supplies a research paper PDF and…

QuZhan51496/paper2anything · 120 tokens

sci-data-extractor

Extract structured data from scientific literature PDFs using AI-powered OCR and LLM analysis. Supports enzyme kinetics, experimental results, and literature review templates. Use when researchers need to parse tables, charts, or text from paper PDFs into Markdown or CSV. Triggers: extract data from PDF, scientific…

pantheon-org/tekhne · 96 tokens

LaTeX工具

A tool for creating, compiling, and checking mathematical modelling papers written in LaTeX, a document system often used for technical writing.

XiaoMaColtAI/math-modeling-skill · 46 tokens

glmocr-formula

Official skill for recognizing and extracting mathematical formulas from images and PDFs into LaTeX format using ZhiPu GLM-OCR API. Supports complex equations, inline formulas, and formula blocks. Use this skill when the user wants to extract formulas, convert formula images to LaTeX, or OCR mathematical expressions.

zai-org/GLM-skills · 67 tokens

latex-expert

Professional LaTeX for official documents: class and engine choice, fonts, microtype, booktabs tables, biblatex/biber, KOMA letters, academic CVs, Eisvogel/pandoc PDFs, IEEE/Elsevier/Springer submission. Use whenever the user writes, reviews, or compiles .tex/.sty/.cls, mentions XeLaTeX/LuaLaTeX/latexmk, wants a…

JosephSanjaya/skills · 124 tokens

tikz-figure-code

An engineering guide for writing TikZ diagrams in LaTeX, a system for typesetting documents and mathematical figures. It explains structured layouts, common arrow patterns, compile checks, and fixes for alignment, overflow, and Chinese text rendering.

NeverSight/learn-skills.dev · 152 tokens