ワンクリックで
translate
Multi-format document translation. Supports Typst ↔ Quarto. For Beamer translations, configure at project level.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Multi-format document translation. Supports Typst ↔ Quarto. For Beamer translations, 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 | translate |
| description | Multi-format document translation. Supports Typst ↔ Quarto. For Beamer translations, configure at project level. |
| argument-hint | [source_file] [target_format] |
| allowed-tools | ["Read","Grep","Glob","Write","Edit","Bash","Task"] |
| context | fork |
Translate documents between supported formats.
CRITICAL: The source file is the SINGLE SOURCE OF TRUTH.
| From | To | Method |
|---|---|---|
.typ (Typst) | .qmd (Quarto) | Component mapping |
.qmd (Quarto) | .typ (Typst) | CSS classes to components |
Note: For Beamer (
.tex) translations, configure at project level. Projects with Beamer support should have their own translate skill with environment mapping tables.
Parse $ARGUMENTS:
.qmd, .typ)| Typst (qk) | Quarto CSS |
|---|---|
#keypoint[...] | ::: {.keybox}\n...\n::: |
#insight[...] | ::: {.highlightbox}\n...\n::: |
#tip[...] | ::: {.methodbox}\n...\n::: |
#note[...] | ::: {.softbox}\n...\n::: |
#warning[...] | ::: {.keybox}\n**Warning:** ...\n::: |
#trap[...] | ::: {.keybox}\n**Common mistake:** ...\n::: |
@key → @key (same in Quarto)$...$ (Typst inline) → $...$ (Quarto inline)$ ... $ (Typst display) → $$...$$ (Quarto display)| Quarto CSS | Typst (qk) |
|---|---|
::: {.keybox} | #keypoint[...] |
::: {.highlightbox} | #insight[...] |
::: {.methodbox} | #tip[...] |
::: {.resultbox} | #keypoint[...] |
::: {.quotebox} | #quote(attribution: "...")[...] |
::: {.softbox} | #note[...] |
$...$ → $...$$$...$$ → $ ... $ (display)Run /qa on the translated file to verify quality.