This is the full LaTeX compilation pipeline wrapped in a Claude skill. It runs pdflatex, bibtex, and multiple passes automatically, then parses errors and tries to fix them. You get pre-compilation citation and figure validation, automatic error correction for common issues like HTML tags in LaTeX or mismatched braces, and a post-compilation report with page counts and warnings. The auto-fix mode will retry compilation up to three times after applying corrections. Honestly, this is great for iterating on papers without context-switching to the terminal, though you'll still need to understand LaTeX errors when the auto-fixes don't cover your specific issue.
npx skills add https://github.com/lingzhi227/agent-research-skills --skill paper-compilation