latex-health-check

Compile LaTeX projects with latexmk and auto-fix errors.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/claude-code-flonat --skill latex-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-health-check
Source: https://github.com/flonat/claude-code-flonat/tree/main/skills/latex-health-check
Command: npx skills add https://github.com/flonat/claude-code-flonat --skill latex-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the compilation and error-checking of multiple LaTeX projects, ensuring your academic documents are always in a buildable state and identifying potential cross-project inconsistencies.

Core Features & Use Cases

  • Automated Compilation: Compiles all LaTeX projects found in specified directories.
  • Error Auto-fixing: Attempts to fix common LaTeX errors iteratively.
  • Cross-Project Checks: Verifies symlink integrity, shared bibliography consistency, and Overleaf separation.
  • Use Case: Run this skill weekly to catch build rot, ensure all papers compile cleanly before submission, and maintain a healthy multi-project research ecosystem.

Quick Start

Run the latex-health-check skill with the argument 'all' to compile and check all your LaTeX projects.

Frequently Asked Questions about latex-health-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix LaTeX compilation errors across multiple projects?

Cross-project LaTeX consistency is maintained by validating symlink integrity, checking shared bibliography consistency, and verifying Overleaf project separation. The agent scans research directories to ensure all documents remain in a buildable state without conflicting dependencies.

What is the best way to prevent LaTeX build rot in a research workflow?

Overleaf project structures are validated by checking separation and symlink integrity across your research directories. The agent ensures that shared resources and bibliographies remain consistent when compiling multiple LaTeX documents.

Can I use latexmk to automatically check and compile all my LaTeX documents?

Yes, you can use latexmk to compile all your LaTeX documents by running an automated health check with the 'all' argument. The agent executes build commands across specified directories, parses logs for warnings, and applies predefined fixes to resolve common errors.

How do I ensure shared bibliography consistency across multiple LaTeX projects?

Shared bibliography consistency is ensured by validating symlinks and checking cross-project dependencies during automated compilation. The agent scans research directories to verify that shared bibliographies and Overleaf project structures remain intact and buildable.