typst-creator
Typst Document Creation Capability
This skill enables the agent to create Typst documents with correct syntax, styling, and mathematical formulas.
Version: Based on Typst v0.14.2
Core Capability
- Function: Generate Typst source code for documents, reports, papers, and presentations
- Output Format:
.typfiles with proper Typst syntax - Modes: Markup, Math, and Code modes
Typst Syntax Overview
| Mode | Entry Syntax | Purpose |
|---|---|---|
| Markup | Default | Text, headings, lists, emphasis |
| Math | $...$ |
Mathematical formulas |
| Code | # prefix |
Variables, functions, logic |
Domain Knowledge
| 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 |
Key Differences from LaTeX
| 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) |
Constraints
- File Extension: Output files use
.typextension - Unicode Support: Typst natively supports Unicode symbols
- No Packages Required: Most features are built-in (unlike LaTeX)
More from buyoung/skills
agents-md-generator
Analyze repository structure and generate or update standardized AGENTS.md files that serve as contributor guides for AI agents. Supports both single-repo and monorepo structures. Measures LOC to determine character limits and produces structured documents covering overview, folder structure, patterns, conventions, and working agreements. Update mode refreshes only the standard sections while preserving user-defined custom sections. Use when setting up a new repository, onboarding AI agents to an existing codebase, updating an existing AGENTS.md, or when the user mentions AGENTS.md.
27kysely-converter
Capable of converting raw SQL queries into type-safe Kysely TypeScript code. Knows how to handle various SQL dialects and complex query structures.
14code-review
Performs production-ready code reviews on git changes. Supports commit/range/file-scoped analysis, impact assessment, breaking-change detection, confidence-aware finding classification, and risk-weighted verdict generation.
13veo-prompt-director
Generates structured Google Veo 3.1 video prompts by collecting user input for subject, action, style, cinematography, and audio. Guides users through the Universal Prompt Formula to produce camera-ready prompts. Use when creating Veo video prompts or when the user mentions Veo, video generation, or cinematic prompts.
3