What problem does it solve? Creating polished PDF documents with precise typography, correct template selection, and compatible package versions is error-prone when done manually. This Skill automates Typst-based PDF generation by deterministically routing each request to the right template or built-in asset, selecting compatible packages, and compiling with strict verification. ## Core Features & Use Cases - Deterministic document routing: A planner script reads a compact content manifest and a versioned catalog of 30 Typst Universe templates and 43 packages to produce a reusable build plan, avoiding repeated ecosystem scanning. - Built-in report and Markdown workflows: Prepare portable projects from skill-owned assets for native professional reports or existing Markdown sources, with a shared theme controlling typography and paragraph rhythm. - Strict compilation and verification: Compile Typst files with strict and watch modes, enforce a verification checklist covering numbering, fonts, page flow, and cross-references. - Use Case: A user needs an IEEE-formatted paper with code blocks and a glossary. The planner selects the charged-ieee template, adds the required packages, initializes the exact pinned version, and compiles a verified PDF. ## Quick Start Ask the assistant to generate a professional PDF report from your content or Markdown file using Typst, and it will plan, prepare, and compile the document for you.