What problem does it solve? Producing polished, precisely typeset PDF documents (reports, academic papers, resumes, invoices, CJK documents) is difficult when Markdown-to-PDF conversion lacks layout control, and manually choosing Typst templates and packages is error-prone. This Skill provides a deterministic routing planner, project scaffolding, compilation, and verification pipeline for Typst-based PDF production. ## Core Features & Use Cases - Deterministic routing planner: Builds a content manifest and selects exactly one base (built-in asset, one of 30 Typst Universe templates, or an existing project) plus compatible packages from a catalog of 43 packages, with conflict-group ownership and ambiguity resolution. - Project preparation and compilation: Scripts scaffold native report or Markdown-backed projects from skill-owned themes, then compile with bounded diagnostics, strict mode, and durable diagnostic artifacts. - Verification and visual review: Profile-based PDF verification (text, fonts, images, metadata) plus contact-sheet rendering for standard or exhaustive visual review. - Use Case: A user needs an IEEE-formatted paper with code listings and a glossary. The planner selects the charged-ieee template and required packages, the project compiles under strict mode, and the verifier confirms fonts, text, and page flow before delivery. ## Quick Start Ask the AI to generate a professional PDF report with Typst, for example: create a PDF report titled "Quarterly Results" using the Typst PDF maker skill.