latex-paper-en

latex-paper-en is a skill for Claude Code, Codex from arnabdeypolimi/claude_code_setup. It costs 184 tokens per session (1,831 once invoked), scanned A, original, MIT.

A writing and checking assistant for existing English academic papers written in LaTeX, a document system often used for research papers. It works with conference and journal submissions.

In plain words
What is it for?
Use it to compile papers, check references and formatting, review grammar and logic, improve titles and prose, inspect figures and captions, and analyze experiment sections.
Why use it?
It helps find build errors, formatting problems, citation issues, unclear writing, and weaknesses in figures or arguments before submission.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Good fit Use it to compile papers, check references and formatting, review grammar and logic, improve titles and prose, inspect figures and captions, and analyze experiment sections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arnabdeypolimi/claude_code_setup/latex-paper-en
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 arnabdeypolimi/claude_code_setup --skill latex-paper-en
Clone the repo
git clone --depth 1 https://github.com/arnabdeypolimi/claude_code_setup

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 latex-paper-en

README.md
[![agentmods](https://agentmods.dev/badge/skills/arnabdeypolimi/claude_code_setup/latex-paper-en.svg)](https://agentmods.dev/skills/arnabdeypolimi/claude_code_setup/latex-paper-en)
Your own site
<a href="https://agentmods.dev/skills/arnabdeypolimi/claude_code_setup/latex-paper-en"><img src="https://agentmods.dev/badge/skills/arnabdeypolimi/claude_code_setup/latex-paper-en.svg" alt="Measured on agentmods" height="20"></a>
Per session 184 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,831 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.00184 $0.01831
Opus 5 $0.00092 $0.00915
Sonnet 5 $0.00037 $0.00366
Haiku 4.5 $0.00018 $0.00183

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

Security

Grade A, and why

latex-paper-en 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 8d ago.

The scan reads SKILL.md. This mod also ships 18 executable files (scripts/analyze_experiment.py, scripts/analyze_grammar.py, scripts/analyze_logic.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.

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.

.claude/skills/latex-paper-en/SKILL.md · 118 lines

How it starts

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

LaTeX Academic Paper Assistant (English)

Use this skill for targeted work on an existing English LaTeX paper project. Keep the workflow low-friction: identify the right module, run the smallest useful check, and return actionable comments in LaTeX-friendly review format.

Capability Summary

  • Compile and diagnose LaTeX build failures.
  • Audit formatting, bibliography, grammar, sentence length, argument logic, and figure quality.
  • Review IEEE-style pseudocode blocks, figure-wrapped algorithms, captions, labels, comments, and algorithm package choices.
  • Improve expression, translate academic prose, optimize titles, and reduce AI-writing traces.
  • Review experiment sections without rewriting citations, labels, or math.

Triggering

Use this skill when the user has an existing English .tex paper project and wants help with:

  • compiling or fixing build errors
  • format or venue compliance
  • bibliography and citation validation
  • grammar, sentence, logic, or expression review
  • translation of academic prose
  • title optimization
  • figure or caption quality checks
  • pseudocode and algorithm-block review
  • de-AI editing of visible prose
  • experiment-section analysis

Do Not Use

Do not use this skill for:

  • planning or drafting a paper from scratch
  • deep literature research or fact-finding without a paper project
  • Chinese thesis-specific structure/template work
  • Typst-first paper workflows
  • DOCX/PDF conversion tasks that do not involve the LaTeX source
  • multi-perspective review, scoring, or submission gate decisions (use paper-audit)
  • standalone algorithm design from scratch without a paper project

Module Router

Module Use when Primary command Read next
compile Build fails or the user wants a fresh compile uv run python -B $SKILL_DIR/scripts/compile.py main.tex references/modules/COMPILE.md
format User asks for LaTeX or venue formatting review uv run python -B $SKILL_DIR/scripts/check_format.py main.tex references/modules/FORMAT.md
bibliography Missing citations, unused entries, BibTeX validation uv run python -B $SKILL_DIR/scripts/verify_bib.py references.bib --tex main.tex references/modules/BIBLIOGRAPHY.md
grammar Grammar and surface-level language fixes uv run python -B $SKILL_DIR/scripts/analyze_grammar.py main.tex --section introduction references/modules/GRAMMAR.md
sentences Long, dense, or hard-to-read sentences uv run python -B $SKILL_DIR/scripts/analyze_sentences.py main.tex --section introduction references/modules/SENTENCES.md
logic Weak argument flow, unclear transitions, introduction funnel problems, or abstract/conclusion misalignment uv run python -B $SKILL_DIR/scripts/analyze_logic.py main.tex --section methods references/modules/LOGIC.md
expression Academic tone polish without changing claims uv run python -B $SKILL_DIR/scripts/improve_expression.py main.tex --section related references/modules/EXPRESSION.md
translation Chinese-to-English academic translation or bilingual polishing uv run python -B $SKILL_DIR/scripts/translate_academic.py input.txt --domain deep-learning references/modules/TRANSLATION.md
title Generate, compare, or optimize paper titles uv run python -B $SKILL_DIR/scripts/optimize_title.py main.tex --check references/modules/TITLE.md
figures Figure existence, extension, DPI, or caption review uv run python -B $SKILL_DIR/scripts/check_figures.py main.tex references/REVIEWER_PERSPECTIVE.md
pseudocode IEEE-safe pseudocode review, algorithm2e cleanup, caption/label/reference checks, and comment-length review uv run python -B $SKILL_DIR/scripts/check_pseudocode.py main.tex --venue ieee references/modules/PSEUDOCODE.md
deai Reduce AI-writing traces while preserving LaTeX syntax uv run python -B $SKILL_DIR/scripts/deai_check.py main.tex --section introduction references/modules/DEAI.md
experiment Inspect experiment design/write-up quality, discussion depth, discussion layering, and conclusion completeness uv run python -B $SKILL_DIR/scripts/analyze_experiment.py main.tex --section experiments references/modules/EXPERIMENT.md

Read the full file on GitHub · 118 lines

Files

What ships with it

52 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. 8d ago First seen · 118 lines · 184 tokens per session scan A f66086051e97

Subscribe to this mod's changes

latex-paper-en is a skill published in the GitHub repository arnabdeypolimi/claude_code_setup (4 stars, last pushed 3d ago), licensed MIT. It adds 184 tokens to every session and 1,831 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

bitcoin-secp256k1

The elliptic curve Bitcoin uses for all signatures (ECDSA + Schnorr). Defined by SECG (SEC 2: Recommended Elliptic Curve Domain Parameters).

claude-dev-suite/claude-dev-suite · 67 tokens

scientific-method

Use this skill whenever someone doubts a number, demands rigorous proof of a cause, or wants something invented and proven — any time a benchmark, metric, ceiling, or root-cause story must be verified rather than trusted, or a limit must be broken with a built, measured mechanism. Typical situations: a measurement…

88plug/scientific-method · 440 tokens

daily-paper-generator

Use when the user asks to generate daily paper digests on a general topic. This skill supports both arXiv and bioRxiv (or either one), then produces structured Chinese/English summaries for selected papers.

Galaxy-Dawn/claude-scholar · 47 tokens

huggingface-llm-trainer

Train or fine-tune language models with TRL or Unsloth on Hugging Face Jobs, including SFT, DPO, GRPO, reward models, and GGUF conversion. Use for cloud LLM training; use huggingface-vision-trainer for vision tasks.

waybarrios/opencode-power-pack · 65 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens