latex-autofix
Installation
SKILL.md
LaTeX Auto-Fix Compilation
Compile LaTeX documents with autonomous error detection and resolution. Wraps the standard
/latexworkflow with a fix-loop that handles the most common compilation failures without manual intervention.
When to Use
- Default method for all LaTeX compilation — use this instead of
/latexunless you need manual control - Any
.texfile that should compile to PDF - When compilation fails and you want automatic diagnosis and repair
- When you want a post-compilation citation audit
When NOT to Use
- Quick one-off compilations where you already know the document is clean —
/latexis fine - Documents with exotic custom classes that need manual debugging