ワンクリックで
extract-diagrams
Extract CeTZ diagrams to SVG from Typst files. For TikZ extraction, configure at project level.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extract CeTZ diagrams to SVG from Typst files. For TikZ extraction, configure at project level.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create new documents in any format — Beamer slides, Typst documents, or Quarto slides. Autonomous pipeline from prompt to publication-quality output.
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.
Master pipeline — compile, review, fix, and finalize any document. Auto-detects format and runs the full quality loop.
Stage, commit, create PR, and merge to main. Use for the standard commit-PR-merge cycle.
Compile any supported file type. Detects format (.typ, .qmd, .py) and runs appropriate build command.
Show current context status and session health. Use to check how much context has been used, whether auto-compact is approaching, and what state will be preserved.
| name | extract-diagrams |
| description | Extract CeTZ diagrams to SVG from Typst files. For TikZ extraction, configure at project level. |
| argument-hint | [source.typ] |
| allowed-tools | ["Read","Bash","Glob"] |
Extract diagrams from source files and convert to SVG for web use.
.typ source → CeTZ extraction (Typst native SVG output).tex source → TikZ extraction (configure at project level with project-specific TEXINPUTS and paths)Typst can output SVG directly — no intermediate PDF needed.
.typ filegrep -n '@preview/cetz' $ARGUMENTS
typst compile --format svg diagram.typ diagram.svg
.typ filetypst compile --format svg standalone_diagram.typ output.svg.typ source file