What problem does it solve? Writing LaTeX documents normally requires installing heavy TeX distributions like TeX Live or MiKTeX, and debugging cryptic compiler logs. This Skill teaches the agent to drive the texforge CLI, which compiles .tex files to PDF with a self-contained tectonic engine, clear error messages, and built-in linting, formatting, and spell-checking. ## Core Features & Use Cases - Project creation and migration: Scaffold new documents from templates with texforge new, or migrate existing LaTeX projects with texforge init, which auto-detects the entry file and bibliography. - Build, watch, and inspect: Compile to PDF with texforge build, rebuild on save with --watch, rasterize pages with texforge preview, and verify ATS-readability, fonts, and metadata with texforge pdf. - Quality tooling: Run texforge check for static linting and spell-checking, texforge fmt for deterministic .tex and .bib formatting, and embed Mermaid, Graphviz, or D2 diagrams rendered in pure Rust. - Use Case: A graduate student writing a thesis can run texforge new mi-tesis, iterate with texforge build --watch, catch broken citations and spelling issues via texforge check, and confirm the final PDF is ATS-readable with texforge pdf text. ## Quick Start Ask the agent to create a new LaTeX project named mi-tesis with texforge and compile it to a PDF.