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.
npx claudepluginhub justjoheinz/agentic-plugins --plugin typst-pluginThis skill uses the workspace's default tool permissions.
This plugin installs a PostToolUse hook that automatically runs `tinymist compile <file>`
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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.