typst-author

Generate idiomatic Typst code and edit .typ files using local references.

190|10|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/apcamargo/typst-skills --skill typst-author-apcamargo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typst-author
Source: https://github.com/apcamargo/typst-skills/tree/main/typst-author
Command: npx skills add https://github.com/apcamargo/typst-skills --skill typst-author-apcamargo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users create clean Typst code, fix Typst syntax, and reason about Typst documents by leveraging local documentation and examples.

Core Features & Use Cases

  • Generate idiomatic Typst (.typ) code from plain language requests.
  • Edit and refactor existing Typst files to improve readability and correctness.
  • Answer Typst syntax questions by consulting local references and tutorials.
  • Use cases include drafting new Typst documents, updating templates, and debugging markup in teams.

Quick Start

AI: generate a Typst document with a title, a paragraph, and a simple 2-column table.

Frequently Asked Questions about typst-author

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Typst code from plain text descriptions?

To generate Typst code, provide a plain language description of your document structure. The Skill outputs idiomatic Typst markup, creating clean .typ files complete with accurate syntax, functions, and parameters from local references.

How do I debug Typst markup syntax errors?

Debug Typst markup by submitting the problematic code snippet. The Skill analyzes the syntax against local documentation, identifies errors, and provides corrected Typst code along with guidance on proper formatting.

Can I use this to refactor existing Typst templates?

Yes, you can refactor existing Typst templates by providing the template code. The Skill edits and restructures the markup to improve readability and correctness, ensuring the updated template follows idiomatic Typst practices.

Does this Skill require external Typst packages or dependencies?

No, this Skill has no dependencies and requires no external lookups. It relies entirely on local Typst references and documentation embedded internally, ensuring accurate code generation and syntax guidance offline.