What problem does it solve? Writing Typst documents by hand often leads to inconsistent typography, broken cross-references, unresolved citations, and layout defects that only appear in the rendered PDF. This Skill enforces shared local templates and conventions so articles, books, slide decks, and standalone figures compile correctly and render as intended. ## Core Features & Use Cases - Template-driven authoring: Uses canonical local packages (latex-article, mutt-article, latex-book, mutt-slides, standalone) with semantic helpers for headings, equations, statements, figures, tables, citations, and indexes. - Compile and verify workflow: Formats sources with typstyle, compiles with typst, then inspects metadata, text, outlines, fonts, and rendered pages with pdfinfo, pdftotext, qpdf, pdffonts, and pdftoppm. - Use Case: When writing an academic paper with numbered equations, subfigures, and a Hayagriva bibliography, the Skill applies the correct label prefixes, numbering rules, and bibliography reader, then renders pages to confirm cross-reference numbers and float placement are correct. ## Quick Start Use the typst skill to create an academic article from the latex-article template with a numbered equation and a Hayagriva bibliography, then compile and visually verify the output.