latex-arxiv-SKILL
Write arXiv review papers with verified citations
All Skills in This Repository (4)
Pure Emerald Level Indicatorscollaborating-with-gemini
Delegate coding tasks to the Gemini CLI via a Python bridge script.
arxiv-paper-writer
Automate IEEEtran LaTeX review paper workflows with verified BibTeX citations for arXiv.
collaborating-with-claude
Delegate coding tasks to Claude Code and return structured JSON outputs.
latex-rhythm-refiner
Post-process LaTeX prose to vary rhythm while preserving citations.
Frequently Asked Questions
FAQPage SchemaHow to install latex-arxiv-SKILL?โผ
Run `npx skills add renocrypt/latex-arxiv-SKILL --all -g -y` in your terminal to install all skills in this repository globally.
How does it prevent fake citations?โผ
Every citation is checked against a live online source before being added to ref.bib, and unsupported claims become TODOs instead of fabricated references.
Can it fix citations in an existing LaTeX project?โผ
Yes. Point it at your existing project and it runs a citation-validation pass that audits and repairs ref.bib without re-scaffolding anything.
Does it work with Claude Code and Codex?โผ
Yes. The skills follow the portable Agent Skills standard and run in both Anthropic Claude Code and OpenAI Codex.
What do I need to run it?โผ
You need a working LaTeX setup (pdflatex and bibtex or latexmk), Python 3.8 or newer, and web access for citation verification.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides