What problem does it solve? Writing correct Typst code is hard when model knowledge of the language is outdated or hallucinated. This Skill grounds every answer in a bundled copy of the official Typst documentation, so generated .typ files compile and follow current syntax. ## Core Features & Use Cases - Document authoring and editing: Create new .typ projects from a minimal template or edit existing files with verified syntax for set/show rules, arrays, dictionaries, and content blocks. - Syntax and reference answers: Resolve questions about functions, parameters, styling, scripting, math, and layout by consulting the local docs/ reference instead of relying on memory. - Validation and formatting workflow: Run typstyle checks after edits, probe uncertain runtime behavior via typst query with metadata labels, and validate with typst compile. - Use Case: Ask for a two-column academic paper with numbered headings and a bibliography; the Skill checks the local reference for page setup and table syntax, writes the .typ source, formats it, and compiles it to PDF. ## Quick Start Create a Typst document for a lab report with a title page, numbered sections, and a table, then compile it to PDF.