latex-arxiv-SKILL: Skill for Codex

.codex/skills/arxiv-paper-writer/SKILL.md

arxiv-paper-writer is a skill for Codex from appautomaton/latex-arxiv-SKILL. It costs 62 tokens per session (2,324 once invoked), scanned A, original, MIT.

A workflow for writing machine-learning and artificial-intelligence review papers in LaTeX for arXiv, a public repository for research papers. It uses the IEEEtran format and checks BibTeX citations.

In plain words
What is it for?
Use it to plan or continue an ML/AI survey paper, validate or repair citations, generate LaTeX and BibTeX files, and prepare the accompanying PDF and research notes.
Why use it?
It helps organise literature research and produce a paper with checked references, while distinguishing review papers from original experimental research.

Skill for Codex

Written for Codex: installed under .codex/.

This is appautomaton/latex-arxiv-SKILL's own configuration. It tells Codex how to work on latex-arxiv-SKILL itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything latex-arxiv-SKILL configures →

Reuse

Borrowing it

Nothing to install: this file belongs to appautomaton/latex-arxiv-SKILL. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/appautomaton/latex-arxiv-SKILL/main/.codex/skills/arxiv-paper-writer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/appautomaton/latex-arxiv-SKILL

Made for: 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 arxiv-paper-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/appautomaton/latex-arxiv-skill/arxiv-paper-writer/github.svg)](https://agentmods.dev/skills/appautomaton/latex-arxiv-skill/arxiv-paper-writer)
Your own site
<a href="https://agentmods.dev/skills/appautomaton/latex-arxiv-skill/arxiv-paper-writer"><img src="https://agentmods.dev/badge/skills/appautomaton/latex-arxiv-skill/arxiv-paper-writer/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-paper-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/appautomaton/latex-arxiv-skill/arxiv-paper-writer"><img src="https://agentmods.dev/badge/skills/appautomaton/latex-arxiv-skill/arxiv-paper-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,324 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 154
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00062 $0.02324
Opus 5 $0.00031 $0.01162
Sonnet 5 $0.00012 $0.00465
Haiku 4.5 $0.00006 $0.00232

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

Security

Grade A, and why

arxiv-paper-writer scanned grade A with 1 finding 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 13d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/arxiv_registry.py, scripts/bootstrap_ieee_review_paper.py, scripts/compile_paper.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Conventions**: run `python3 scripts/...` from this skill folder (where `scripts/` lives); `<paper_dir>` is the paper/project root (contains `main.tex`, `ref.bib`, `plan/`, `issues/`, `notes/`). Paths like `plan/...` ar
.codex/skills/arxiv-paper-writer/SKILL.md · 177 lines

How it starts

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

ML/AI Review Paper Workflow (IEEEtran template)

When to Use

  • ML/AI review papers for arXiv (main text ~6-10 pages; references excluded)
  • LaTeX + BibTeX workflow with verified citations
  • Citation validation/repair on existing LaTeX projects

When NOT to Use

  • Novel experimental research papers (this is a review workflow)
  • Non-academic documents

Inputs

  • Topic description (required)
  • Constraints: venue, page limit, author/affiliations (optional)
  • Existing project path for citation validation (optional)

Outputs

  • main.tex (LaTeX source)
  • ref.bib (verified BibTeX entries)
  • IEEEtran.cls
  • plan/<timestamp>-<slug>.md, issues/<timestamp>-<slug>.csv
  • Figures/tables; main.pdf
  • notes/research-snapshot.md (Gate 0 research snapshot)
  • notes/literature-notes.md (optional per-citation notes)
  • notes/arxiv-registry.sqlite3 (arXiv metadata/BibTeX cache)

Conventions: run python3 scripts/... from this skill folder (where scripts/ lives); <paper_dir> is the paper/project root (contains main.tex, ref.bib, plan/, issues/, notes/). Paths like plan/... are under <paper_dir>. Papers are created under --out <workspace_dir> (your working directory, never inside this skill folder); pass the same --out (and --name, if used) to both bootstrap stages. For arXiv discovery/metadata/BibTeX, use scripts/arxiv_registry.py (no ad-hoc curl/wget).


Gated Workflow

Tip: Run python3 scripts/<script>.py --help before use. Open reference files only when a step calls them out.

Non-Negotiable Rules

  1. No prose in main.tex until plan approved AND issues CSV exists.
  2. First deliverable: research snapshot + outline + clarification questions + draft plan.
  3. Use plan + issues tracking for all new papers; do not opt out.
  4. Issues CSV is the execution contract; update Status and Verified_Citations per issue, and add/split/insert issue rows when scope grows (do not do untracked work).
  5. Template is fixed: use IEEEtran two-column layout (assets/template/IEEEtran.cls). Treat two-column width as a layout constraint (use two-column floats when needed).

Read the full file on GitHub · 177 lines

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. 13d ago First seen · 177 lines · 62 tokens per session scan A 2553d9c0bcd4

Subscribe to this mod's changes

arxiv-paper-writer is a skill published in the GitHub repository appautomaton/latex-arxiv-SKILL (428 stars, last pushed 2d ago), licensed MIT. It adds 62 tokens to every session and 2,324 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

arithmetic-evaluator

Evaluate arithmetic expressions and return numeric results. Use when a user asks an arithmetic question, requests calculation, or provides a math expression involving numbers, parentheses, and arithmetic operators.

JetBrains/koog · 39 tokens

aaai-reproducibility

Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that Phase-1 reviewers use to judge rigor across…

brycewang-stanford/Awesome-Journal-Skills · 72 tokens

acl-experiments

Use when designing or auditing experiments for an ACL paper, covering tuned LLM baselines, multi-dataset and multilingual evaluation, statistical significance and variance, human evaluation with agreement reporting, contamination and prompt-sensitivity controls, ablations, and error-analysis expectations in NLP…

brycewang-stanford/Awesome-Journal-Skills · 59 tokens

acl-reproducibility

Use when strengthening reproducibility evidence for an ACL paper reviewed through ACL Rolling Review, covering the Responsible NLP checklist end to end, hyperparameter and compute reporting, prompt and decoding disclosure for LLM experiments, data contamination auditing, variance across runs, and checklist-to-paper…

brycewang-stanford/Awesome-Journal-Skills · 60 tokens

aaai-experiments

Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and reproducibility-checklist alignment for Phase-1 survival.

brycewang-stanford/Awesome-Journal-Skills · 66 tokens

acmmm-experiments

Use when designing or auditing the experiments of an ACM MM (ACM Multimedia) paper — matched baselines per modality, ablations that isolate the cross-modal fusion, user studies or QoE measurement where the claim is subjective, dataset and media licensing, and honest compute reporting, so evidence supports a multimedia…

brycewang-stanford/Awesome-Journal-Skills · 68 tokens