appautomaton/latex-arxiv-SKILL

380 stars · Last commit 2026-07-12

A highly customizable agentic harness for arXiv-ready ML/AI review papers (and beyond). It drives agentic AI like Codex CLI and Claude Code through a gated LaTeX workflow with verified BibTeX citations.

README preview

# arXiv Review Paper Harness

[![CI](https://github.com/appautomaton/latex-arxiv-SKILL/actions/workflows/ci.yml/badge.svg)](https://github.com/appautomaton/latex-arxiv-SKILL/actions/workflows/ci.yml)
[![GitHub stars](https://img.shields.io/github/stars/appautomaton/latex-arxiv-SKILL?style=flat&color=f5b400&logo=github)](https://github.com/appautomaton/latex-arxiv-SKILL/stargazers)
[![Claude Code](https://img.shields.io/badge/Claude_Code-compatible-D97757?logo=anthropic&logoColor=white)](https://www.anthropic.com/claude-code)
[![OpenAI Codex](https://img.shields.io/badge/OpenAI_Codex-compatible-412991?logo=openai&logoColor=white)](https://developers.openai.com/codex/skills)
[![Agent Skill](https://img.shields.io/badge/Agent_Skill-portable-6E56CF)](agent-skills-standard.md)
[![LaTeX](https://img.shields.io/badge/LaTeX-IEEEtran-008080?logo=latex&logoColor=white)](#requirements)
[![License: MIT](https://img.shields.io/badge/License-MIT-3da639.svg)](LICENSE)

> **An agentic harness, packaged as a portable Agent Skill for Claude Code and Codex. It turns a topic into an arXiv-ready ML/AI review paper that is gated, issue-driven, and verified citation by citation.**

**arXiv Review Paper Harness** is an agentic harness for writing machine-learning and AI **review papers** in LaTeX. You give your coding agent a topic, and the harness drives it through a disciplined pipeline: literature discovery, a human approval gate, an issue-by-issue writing loop, citation verification, prose refinement, and compilation. The result is a two-column **IEEEtran** project that compiles to a PDF. Its skills and scripts follow the portable [Agent Skills standard](agent-skills-standard.md), so the same files run in **OpenAI Codex** and **Anthropic Claude Code**.

---

## How it works

```mermaid
flowchart TD

View full repository on GitHub →