Help us improve
Share bugs, ideas, or general feedback.
From backend-skills
Generates Typst source code for documents, reports, papers, and presentations. Covers markup, math, scripting, and layout syntax.
npx claudepluginhub buyoung/skills --plugin backend-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/backend-skills:typst-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables the agent to create Typst documents with correct syntax, styling, and mathematical formulas.
Creates, edits, and formats DOCX documents using .NET OpenXML SDK via CLI or C# scripts. Pipelines for new docs, content filling, and template formatting with validation.
Isolates and renders single Typst slides for debugging or preview using output/ file placement and tinymist --root flag to prevent access-denied errors on imports and images.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
This skill enables the agent to create Typst documents with correct syntax, styling, and mathematical formulas.
Version: Based on Typst v0.14.2
.typ files with proper Typst syntax| Mode | Entry Syntax | Purpose |
|---|---|---|
| Markup | Default | Text, headings, lists, emphasis |
| Math | $...$ | Mathematical formulas |
| Code | # prefix | Variables, functions, logic |
| Topic | Reference |
|---|---|
| Syntax | Markup, math, and code mode syntax. See ./references/syntax.md |
| Styling | Set rules and show rules for styling. See ./references/styling.md |
| Scripting | Variables, functions, control flow. See ./references/scripting.md |
| Math | Mathematical notation and symbols. See ./references/math.md |
| Layout | Page setup, grids, alignment. See ./references/layout.md |
| Feature | LaTeX | Typst |
|---|---|---|
| Bold | \textbf{text} | *text* |
| Italic | \textit{text} | _text_ |
| Heading | \section{Title} | = Title |
| Fraction | \frac{a}{b} | a/b or frac(a, b) |
| Function call | \func{arg} | #func(arg) |
| Set property | preamble commands | #set func(prop: value) |
.typ extension