원클릭으로
latex-tectonic
Compile LaTeX and TeX documents with the bundled Tectonic executable.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compile LaTeX and TeX documents with the bundled Tectonic executable.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Algorithm design and analysis skill for DSH; use when working on optimization, data structures, or computational procedures.
Cognitive systems skill for reasoning, memory, and agent behavior; use when designing agent workflows or mental-model tooling.
High-performance numerical and quantum compute skill for scientific workloads; use when working on numeric algorithms, simulation, or acceleration.
Fractal geometry and self-similarity skill; use when working on recursive geometric or visual systems.
Frequency-domain and signal-processing skill; use when working on Fourier, spectral, or resonance analysis.
Financial advisor for GreenEnergyFL — tracks job finances, bills, vendor payments, cash flow, and overdue invoices. Use this skill whenever the user asks about money, payments, invoices, bills, job costs, what's owed, what's coming in, cash flow, overdue accounts, financial summaries, or anything related to GreenEnergyFL's finances. Trigger even if the user just says "check the bills", "what do we owe", "who hasn't paid", "how are we doing financially", or "show me the jobs".
| name | LaTeX Tectonic |
| description | Compile LaTeX and TeX documents with the bundled Tectonic executable. |
Use this skill when the user asks to compile, preview, build, or troubleshoot a LaTeX or TeX document with Tectonic.
The plugin bundles Tectonic under the plugin root:
bin/tectonicbin/tectonic.exeResolve the plugin root from this SKILL.md file by going two directories up from skills/latex-tectonic/.
Use scripts/tectonic-path.mjs when another script needs the executable path:
node scripts/tectonic-path.mjs
For normal compilation, run the bundled executable directly from the document directory:
<plugin-root>/bin/tectonic --outdir <output-directory> <tex-file>
Prefer writing generated PDFs and auxiliary files into an explicit output directory. Do not install a system TeX distribution unless the user asks for that fallback.
Available via invoke_skill("latex-tectonic") in the agent kernel or POST /api/skills/invoke.