typst

Reference Typst syntax, packages, and multi-file project workflows.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/clearsmog/claude-skills --skill typst-clearsmog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typst
Source: https://github.com/clearsmog/claude-skills/tree/main/typst
Command: npx skills add https://github.com/clearsmog/claude-skills --skill typst-clearsmog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Typst users often struggle to learn the syntax, locate common pitfalls, and discover how to assemble packages for complex documents. This skill provides a concise, authoritative reference to Typst syntax, error patterns, and best practices to streamline document authoring.

Core Features & Use Cases

  • Core syntax reference for Typst language constructs and operators.
  • Quick guidance on common errors, packages, and recommended workflows for building typst documents.
  • Use cases include rapid template creation, consistent styling, and debugging typst sources in teams.

Quick Start

Create a sample.typ Typst document and run typst compile to see the syntax in action.

Frequently Asked Questions about typst

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

FAQPage Schema
How do I use Typst syntax to structure a document?

Typst syntax structures documents using markup for text, functions for layout, and code blocks for logic. You apply these constructs to define styling, templates, and multi-file project organization for reproducible workflows.

What is the best way to debug common Typst errors?

Debug common Typst errors by referencing standard syntax pitfalls and package conflicts. Identifying these frequent error patterns streamlines debugging when drafting and editing Typst sources in team environments.

How do I assemble Typst packages for complex layouts?

Assemble Typst packages by applying best practices for template creation and consistent styling. This approach integrates external packages into your document layout while maintaining reproducible workflows.

Can I organize multi-file Typst projects effectively?

Organize multi-file Typst projects by using references for standard syntax and project structuring. This ensures consistent styling and supports reproducible workflows across complex document layouts.

Why does my Typst document fail to compile correctly?

Typst documents fail to compile due to common syntax pitfalls or package misconfigurations. Reviewing authoritative syntax references and error patterns helps resolve these compilation issues quickly.

Does Typst support rapid template creation for teams?

Typst supports rapid template creation by leveraging syntax references for consistent styling. This enables teams to draft, edit, and debug documents efficiently while maintaining a reproducible workflow.