From unofficial-typst
Use before creating complex Typst documents like Gantt charts, timelines, diagrams, or specialized layouts. Searches the Typst package registry for existing packages that could simplify the task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/unofficial-typst:typst-packagesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before writing complex Typst markup from scratch, check whether a community package already handles it.
Before writing complex Typst markup from scratch, check whether a community package already handles it.
Search for packages when the user asks for:
Use WebFetch to search the Typst package registry:
https://packages.typst.org/preview/index.json
This returns a JSON index of all published packages with names and descriptions. Search it for keywords related to the user's request.
Packages are imported in Typst with:
#import "@preview/package-name:version": *
Do not spend excessive time searching. A quick keyword check is enough.
npx claudepluginhub primary-vector/unofficial-typst-for-claudeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.