From backend-skills
Generates Typst source code for documents, reports, papers, and presentations. Covers markup, math, scripting, and layout syntax.
How 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.
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 extensionnpx claudepluginhub buyoung/skills --plugin devops-skillsGenerates professional cover letters using Typst markup, compiles to PDF, and outputs version-controlled .typ source files.
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.
Converts Markdown documents to professionally typeset PDFs using reportlab (primary) or pandoc+XeLaTeX (fallback). Handles CJK/Latin mixed text, code blocks, tables, Obsidian callouts, math formulas, and 14 color themes. Triggered by "markdown to PDF", "md2pdf", "any2pdf", or export requests.