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:

  1. An exact version explicitly requested by the user.
  2. An exact version pinned by project CI, build commands, or toolchain configuration.
  3. typst --version from the active workspace.
  4. 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.

Choose Compatibility Mode

Installs
30
Repository
buyoung/skills
GitHub Stars
22
First Seen
Jan 23, 2026
typst-creator — buyoung/skills