tex-render

Installation
SKILL.md

TeX Render

Turn TeX math into reusable image files through the bundled command-line renderer. The workflow is agent-neutral: use whatever shell execution and file-delivery capabilities the current environment provides.

Render

  1. Set <skill-dir> to the absolute directory containing this loaded SKILL.md. Preserve SKILL.md, package.json, package-lock.json, and scripts/ together when installing the skill in any host.

  2. Check that <skill-dir>/node_modules exists. If it does not, follow the host's approval policy for npm lifecycle scripts, then run npm install --omit=dev in <skill-dir>.

  3. Pass TeX through stdin. This avoids shell interpolation and quoting errors:

    printf '%s' 'E = mc^2' | node <skill-dir>/scripts/render.js
    
Installs
2
First Seen
Jul 24, 2026
tex-render — kriss-spy/skills