# Prepare Arxiv Release

> Prepares a verified, reproducible arXiv release package from repository source. Use when a project needs to compile, validate, and package a submission for the arXiv preprint server.

- Skill: `egohygiene/prepare-arxiv-release` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add egohygiene/prepare-arxiv-release`
- Raw SKILL.md: https://api.skillmd.com/api/skills/egohygiene/prepare-arxiv-release/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: egohygiene (https://skillmd.com/u/egohygiene)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/egohygiene/prepare-arxiv-release

---


# Prepare arXiv Release

<!-- aether-continuity-disposition: reader-writer -->

## Repository continuity composition

For repository-scoped work, compose `maintain-repository-continuity` in
**Resume** mode before selecting work. After an authorized repository change
passes domain validation, compose **Refresh** and **Verify** immediately before
presenting the pull request, and include the reconciled root `CONTINUITY.md` in
the same change. A policy-permitted no-change or exemption result must be
documented instead of fabricating an edit.

- **Contribute:** Source revision, build environment, artifact inventory, exact checks, warnings, and manual submission steps
- **Never claim:** That an artifact was submitted, endorsed, accepted, or published without external evidence

## Purpose

Execute the reusable procedure governed by `arxiv-publishing`.

Primary question:

> Can this source be transformed into a verified, reproducible, and inspectable arXiv release?

## Required Inputs

Resolve:

- governing specification and version
- current source or repository state
- scope and constraints
- upstream architecture or evidence
- output location
- validation expectations
- unresolved decisions

Missing evidence must remain visible.

## Workflow

1. verify current official arXiv requirements
2. resolve source revision and canonical metadata
3. create isolated staging
4. copy only required source and assets
5. apply deterministic publisher transformations
6. compile in the recorded environment
7. validate bibliography, figures, paths, hidden files, and ancillary content
8. scan source for extraneous or sensitive material
9. require human inspection of the PDF
10. package source, PDF, manifest, checksums, and logs

## Output Contract

Primary output:

    dist/arxiv/

Also report assumptions, evidence gaps, validation status, unresolved
questions, and downstream actions requiring separate authorization.

## Constraints

- Follow the governing specification.
- Preserve provenance and uncertainty.
- Do not invent authority, evidence, or current behavior.
- Do not silently expand scope.
- Do not claim completion when required validation is missing.
- Keep proposed downstream work separate from authorized execution.

## Completion Criteria

- [ ] Governing specification is resolved.
- [ ] Scope and constraints are explicit.
- [ ] Required evidence was inspected.
- [ ] The primary output was created.
- [ ] Validation was executed or its absence documented.
- [ ] Open questions and authorization needs are visible.

## Staged Variant

A staged candidate at `.staging/skills/arxiv-publishing/` covers similar
ground under the name `arxiv-publishing`. The canonical skill is named
`prepare-arxiv-release` and is governed by the `arxiv-publishing` specification.

Issue 016 should compare the two and extract any unique submission-format
guidance, checklist detail, or arXiv-requirement references from the staged
copy before retiring it. Do not copy the staged file wholesale into canonical
source.

