finish
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
More from clearsmog/claude-skills
typst
Syntax guide and ecosystem reference for writing Typst (.typ) files. Use this skill when writing, editing, or debugging Typst documents. Covers core syntax, common errors, packages, and best practices.
11image-search
Search the web for images (photos, logos, graphics) and download them with Typst embedding code. Use when the user needs real-world images, company logos, or existing graphics for documents.
3compile
Compile any supported file type. Detects format (.typ, .qmd, .py) and runs appropriate build command.
2qa
Adversarial quality audit loop. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds). Works with any document format.
2learn
|
2deploy
Render and deploy documents to output directory for hosting. Supports Quarto slides and Typst PDFs.
2