ワンクリックで
deploy
Render and deploy documents to output directory for hosting. Supports Quarto slides and Typst PDFs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Render and deploy documents to output directory for hosting. Supports Quarto slides and Typst PDFs.
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 | deploy |
| description | Render and deploy documents to output directory for hosting. Supports Quarto slides and Typst PDFs. |
| disable-model-invocation | true |
| argument-hint | [target or 'all'] |
| allowed-tools | ["Read","Bash"] |
Render and deploy documents to output directory for GitHub Pages or other hosting.
Render:
quarto render FILENAME.qmdVerify deployment:
_files/ directories were copied (RevealJS assets)Verify interactive charts (if applicable):
Open in browser for visual verification
typst compile file.typcp file.pdf docs/ or project-specific output pathConfigure at project level — compilation requires project-specific TEXINPUTS and paths.