What problem does it solve? Producing polished PDFs — papers, reports, letters, slides — usually requires heavy desktop publishing tools or fragile LaTeX setups. This Skill lets you write documents in Typst's markup language and compile them to PDF with a pinned compiler, getting precise file:line:col diagnostics on every build. ## Core Features & Use Cases - Document authoring in Typst markup: headings, set rules, tables, figures, math equations, code blocks, variables, functions, and bibliographies. - Compilation with diagnostics: run the verdict script or the pinned typst binary to produce PDFs and read structured errors and warnings. - Live preview workflow: watch mode recompiles on save, and document titles plus headings become PDF bookmarks for the viewer pane. - Use Case: Write a conference paper in main.typ with figures under assets/, compile it with the verdict script, fix reported errors by line number, and iterate until the PDF is clean. ## Quick Start Ask the agent to write a one-page report in Typst with a title, a table, and a figure, then compile it to PDF and show any diagnostics.