typst-creator
Installation
SKILL.md
Typst Document Creation
Generate .typ source with syntax and APIs valid for the resolved Typst compiler. This skill supports stable Typst 0.13.0 through 0.15.1.
Resolve the Target Version
Resolve the exact compiler before choosing APIs. Use the first available source of evidence:
- An exact version explicitly requested by the user.
- An exact version pinned by project CI, build commands, or toolchain configuration.
typst --versionfrom the active workspace.- Typst 0.15.1 when no exact version can be established.
Do not infer a version from document syntax. Interpret a minor-only target as its latest supported patch: 0.13 as 0.13.1, 0.14 as 0.14.2, and 0.15 as 0.15.1.
If the resolved version is outside 0.13.0–0.15.1 or is a prerelease, do not claim compatibility. Ask the user to select a supported target or explicitly authorize best-effort output.