finish

Installation
SKILL.md

Finish Document

Master pipeline that compiles, reviews, fixes, and finalizes any supported document type.

Format Detection

Determine file type from extension:

  • .typ → Typst document (slides, docs, guides, CVs)
  • .qmd → Quarto RevealJS slides
  • .py → Python script

Note: For .tex (LaTeX/Beamer), configure the finish pipeline at project level.

For .typ files, also detect document type from content:

  • Contains #import "@preview/polylux" or #import "@preview/touying" → Typst slides
  • Contains #import "@local/qk" → Uses qk component library
  • Otherwise → Typst document

Pipeline Phases

Related skills
Installs
2
GitHub Stars
2
First Seen
Mar 10, 2026