gpd-arxiv-submission

Flatten LaTeX projects, inline bibliographies, and package submission tarballs.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-arxiv-submission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-arxiv-submission
Source: https://github.com/CharlieGreenman/roomtemp-superconductor-gpd/tree/main/.agents/skills/gpd-arxiv-submission
Command: npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-arxiv-submission

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end process of preparing a LaTeX paper for arXiv submission, including validation, flattening of inputs, inlining the bibliography, and packaging into a submission tarball.

Core Features & Use Cases

  • Flatten LaTeX projects by resolving all \input and \include directives into a single main.tex document.
  • Inline bibliographies by substituting the .bbl content for an archive-ready submission.
  • Validate figures and metadata to meet arXiv requirements and generate a submission manifest.

Quick Start

Provide a paper directory path and run the arXiv submission workflow to produce a ready-to-submit tarball.

Frequently Asked Questions about gpd-arxiv-submission

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare a LaTeX project for arXiv submission?

To prepare a LaTeX project for arXiv submission, validate the manuscript, inline the bibliography, flatten \input directives into a single main.tex, check figures, and package everything into a tarball.

What is bibliography inlining and why does arXiv require it?

Bibliography inlining substitutes the compiled .bbl content directly into the LaTeX document. arXiv requires inlined bibliographies to ensure the paper compiles independently without external bibliography processing.

How do I flatten a LaTeX project with multiple \input files?

Flattening a LaTeX project resolves all \input and \include directives into a single main.tex document. This consolidation ensures the manuscript meets arXiv submission requirements for a single compiled file.

Can I automatically validate figures and metadata before creating an arXiv tarball?

Yes, you can validate figures and metadata before creating an arXiv tarball. The validation process checks figure compliance and metadata integrity, then generates a submission manifest for the final tarball package.

What do I need to provide to automate arXiv submission preparation?

You need to provide a paper directory path containing your LaTeX project. The workflow then processes the directory to produce a ready-to-submit tarball for arXiv.

Does arXiv submission automation work without external dependencies?

arXiv submission automation works without external dependencies. It handles LaTeX validation, bibliography inlining, figure checks, and tarball packaging entirely within its own processing workflow.