Custom Claude skills for working with arXiv papers - fetching, searching, and converting to reference documentation
npx claudepluginhub ultimatile/arxiv-skillsCollection of arXiv paper management skills including CLI tool integration for fetching/searching papers and converting papers to Markdown documentation
No description available.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Custom Claude skills for working with arXiv papers - fetching, searching, and converting to reference documentation.
CLI tool integration for fetching, searching, and managing arXiv papers locally using the arxivterminal command.
Description: Enables Claude to work with the arxivterminal CLI tool for fetching new papers by category, searching the local database, viewing papers from specific dates, and managing the local paper database.
Use when: You need Claude to manage arXiv papers using the arxiv command (from the arxivterminal package).
Capabilities:
Automatically convert arXiv papers to well-structured Markdown documentation for implementation reference.
Description: Automatically fetches arXiv papers (LaTeX source or PDF), converts them to Markdown, and generates implementation-ready reference documentation with preserved mathematics and section structure.
Use when: You need Claude to convert an arXiv paper into readable Markdown documentation for code implementation or research reference.
Capabilities:
# Clone this repository
git clone https://github.com/ultimatile/arxiv-skills.git arxiv-skills
cd arxiv-skills
# Install all skills to current project
./install-skills.sh
# Or install to custom location
SKILLS_INSTALL_PATH=/path/to/project/.claude/skills ./install-skills.sh
# Install only specific skill
./install-skills.sh --arxivterminal
./install-skills.sh --arxiv-doc-builder
Skills will be installed to .claude/skills/ in your current directory by default.
convert-paper as a Global CLI Toolarxiv-doc-builder can also be installed as a standalone CLI tool to run convert-paper from anywhere:
# Clone this repository if you haven't already
git clone https://github.com/ultimatile/arxiv-skills.git arxiv-skills
# Install with uv (editable: changes from git pull are reflected immediately)
uv tool install --editable arxiv-skills/skills/arxiv-doc-builder
# Usage
convert-paper 2409.03108
convert-paper 2409.03108 --output-dir ~/papers
Requirements:
brew install pandoc)brew install poppler)