npx skills add ...
npx skills add lingzhi227/agent-research-skills --skill latex-formatting
Handle LaTeX formatting, templates, and styling for academic papers. Set up conference templates (ICML, ICLR, NeurIPS, AAAI, ACL), fix formatting issues, manage packages, and ensure venue-specific compliance. Use when the user needs to set up a paper template, fix LaTeX formatting, or prepare for submission.
npx skills add lingzhi227/agent-research-skills --skill latex-formatting
Set up and manage LaTeX formatting for academic papers.
$0 — Action: setup, fix, check$1 — Venue name (for setup) or .tex file path (for fix/check)Checks: word count, required sections, TODO markers, anonymization, mismatched environments, content stats.
Replaces special/non-UTF8 characters with LaTeX equivalents, skips math environments.
Key flags: --dry-run, --tables-only
Runs checks then applies clean_latex.py fixes, writing to main_fixed.tex.
~/.claude/skills/latex-formatting/references/venue-templates.mdsetupCreate the project directory structure and main.tex for the specified venue. Use the template from references/venue-templates.md.
fixFix common LaTeX issues: unescaped special chars, math mode errors, float placement, overfull/underfull boxes, cross-reference issues.
checkRun latex_checker.py for pre-submission validation. Check page count, anonymization, required sections, TODO markers.