arxiv-doc-builder
arXiv Document Builder
Automatically converts arXiv papers into structured Markdown documentation for implementation reference.
Capabilities
This skill automatically:
-
Fetches paper materials from arXiv
- Attempts to download LaTeX source (preferred) and PDF (idempotent — skips if cached)
- Handles all HTTP requests, extraction, and directory setup
-
Converts LaTeX source to structured Markdown (happy path)
- LaTeX source → Markdown via pandoc (preserves all math and structure)
- Preserves mathematical formulas in MathJax/LaTeX format (
$...$,$$...$$) - Maintains section hierarchy and document structure
- Includes abstracts, figures, and references
More from ultimatile/arxiv-skills
arxivterminal
CLI tool (arxivterminal) for fetching, searching, and managing arXiv papers locally. Use when working with arXiv papers using the arxivterminal command - fetching new papers by category, searching the local database, viewing papers from specific dates, or managing the local paper database.
9arxiv-lookup
Look up arXiv paper metadata via the arXiv API. Use when you need to get a journal DOI from an arXiv ID (for OpenAlex integration), or find an arXiv ID from a title/keyword search (for arxiv-doc-builder). Requires the `arxiv` Python package.
2