From typst-plugin
Guide for working with Typst projects via tinymist. The hook auto-compiles on every edit; see the tinymist skill for preview, formatting, and advanced compile options.
How this skill is triggered — by the user, by Claude, or both
Slash command
/typst-plugin:typst-pluginThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin installs a PostToolUse hook that automatically runs `tinymist compile <file>`
This plugin installs a PostToolUse hook that automatically runs tinymist compile <file>
after every Edit or Write on a .typ file.
tinymist must be installed and on $PATH (brew install tinymist)
typst install neededjq must be installed and on $PATHTo compile a Typst file explicitly:
tinymist compile path/to/file.typ
For preview, format options, and the live preview server, see the tinymist skill.
If compilation fails silently, run manually to see the full error output.
The hook suppresses errors (via || true) to avoid blocking Claude — check
the status message in the sidebar for failures.
npx claudepluginhub justjoheinz/agentic-plugins --plugin typst-pluginGenerates Typst source code for documents, reports, papers, and presentations. Covers markup, math, scripting, and layout syntax.
Renders a single Typst slide in isolation for debugging or visual verification. Provides the correct project-root file setup pattern to avoid access-denied and import errors.
Generates professional cover letters using Typst markup, compiles to PDF, and outputs version-controlled .typ source files.