new-typst-template
Installation
SKILL.md
new-typst-template
Scaffold a reusable Typst template parameterised over a JSON data file. The template is designed for batch rendering via the Typst CLI: one .typ template + N JSON files = N PDFs.
When to use
Auto-trigger when the user asks for a programmatic Typst template, especially for:
- Invoices, receipts, statements
- Reports with repeating sections (line items, transactions, attendees)
- Branded letters, certificates
- Anything where the same layout is rendered repeatedly with different data
If the user just wants a one-off styled document (not parameterised, not batch), the standalone typst skill is a better fit — point them to it instead.