typst-writing

star 0

Guidelines for writing documents with Typst, including templates usage and best practices.

Polterageist By Polterageist schedule Updated 1/25/2026

name: typst-writing description: Guidelines for writing documents with Typst, including templates usage and best practices.

Typst Writing

Templates

Use templates from utils/typst-templates/:

  • paper.typ - academic papers
  • blog.typ - blog posts

Usage

#import "../../utils/typst-templates/paper.typ": *

#show: project.with(
  title: "Title",
  authors: ((name: "Author", email: "email@example.com"),),
  lang: "en",
)

= Introduction
...

Best Practices

  • Keep sections focused
  • Use theorem/definition environments for formal content
  • Include TL;DR for long posts
  • Compile frequently: typst compile or typst watch

Language Support

Set lang parameter: "en" (default) or "ru"

Install via CLI
npx skills add https://github.com/Polterageist/ai-tools --skill typst-writing
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
Polterageist
Polterageist Explore all skills →