latex-pdf

latex-pdf is a skill for Claude Code from reggiechan74/JobOps. It costs 33 tokens per session (7,575 once invoked), scanned B, original, MIT.

A workflow that turns a Markdown resume into a polished PDF using LaTeX, a document typesetting system, with configuration-controlled templates and styling.

In plain words
What is it for?
Converting resumes, cover letters, and other configured Markdown documents into PDFs through the JobOps LaTeX pipeline.
Why use it?
It provides a repeatable resume-building process and keeps layout, fonts, colors, and document settings in shared templates.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the jobops plugin — 26 skills, 17 agents shipped together

Good fit Converting resumes, cover letters, and other configured Markdown documents into PDFs through the JobOps LaTeX pipeline.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add reggiechan74/JobOps
Claude Code
/plugin install jobops

Made for: Claude Code.

Or install jobops, the plugin that ships this one along with the rest of its 26 skills, 17 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for latex-pdf

README.md
[![agentmods](https://agentmods.dev/badge/skills/reggiechan74/jobops/latex-pdf/github.svg)](https://agentmods.dev/skills/reggiechan74/jobops/latex-pdf)
Your own site
<a href="https://agentmods.dev/skills/reggiechan74/jobops/latex-pdf"><img src="https://agentmods.dev/badge/skills/reggiechan74/jobops/latex-pdf/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for latex-pdf

Your own site · 80×15
<a href="https://agentmods.dev/skills/reggiechan74/jobops/latex-pdf"><img src="https://agentmods.dev/badge/skills/reggiechan74/jobops/latex-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,575 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.07575
Opus 5 $0.00016 $0.03787
Sonnet 5 $0.00007 $0.01515
Haiku 4.5 $0.00003 $0.00758

Measured 10d ago against content hash caecbdb8200b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade B, and why

latex-pdf scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

echo " sudo apt-get install -y texlive-xetex texlive-fonts-extra pandoc poppler-utils fontconfig jq"
plugins/jobops/skills/latex-pdf/SKILL.md · 637 lines

How it starts

The opening of the file, as written. The whole thing — 637 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Configuration

Read .jobops/config.json. If missing, stop with:

JOBOPS NOT CONFIGURED Run /jobops:setup to initialize your workspace.

Use config.directories.<key> for all file paths in this skill.

Templates

This skill resolves the LaTeX config and preamble via:

{config.templates.base_dir}/{config.templates.active.latex_config}/latex/

Templates referenced: config.json, preamble.base.tex.template, preamble.resume.tex.template, preamble.coverletter.tex.template, preamble.document.tex.template, and jobops-filter.lua (the Tier 2 pandoc filter). The final .tex is assembled as base + doctype delta + body: preamble.base.tex.template holds everything shared (fonts, palette, de-numbering, helper macros, section style, \role/\subrole, table helpers); each preamble.<doctype>.tex.template is a small delta (margins live in the base via tokens; the delta sets paragraph spacing, lists, tables, and \begin{document}…__BODY__…\end{document}).

If config.templates.active.latex_config is unset (older config), fall back to ${CLAUDE_PLUGIN_ROOT}/templates/latex/ and warn the user to re-run /jobops:setup so their workspace owns a copy they can customize.

Markdown authoring contract

The JobOps Lua filter maps a specific markdown shape onto the gold-standard LaTeX. The buildresume and coverletter skills MUST emit markdown in this shape; the filter is tolerant but parity depends on it.

Resume (output_type: resume_*):

# Name, PostNoms
**One-line tagline**
City, ST • (555) 555-5555 • [email](mailto:…) • [linkedin.com/in/…](https://…) • [github.com/…](https://…)

## SECTION NAME

### **COMPANY** (optional parenthetical)
*Title | Location | Dates*

- Achievement bullet with a metric.
  • The first # (name) plus the tagline and contact lines become the centered header block — not a section.
  • Each ## becomes a navy ruled \section.
  • Each ### **COMPANY** immediately followed by an italic *…* subline becomes \role{COMPANY}{Dates} + \subrole{Title — Location}. The subline is split on |; the last segment is the right-aligned dates, the rest is the subrole. If there is no |, the whole italic line becomes the subrole with no dates.
  • Markdown thematic breaks (---) are dropped — they would render as a distracting standalone centered rule. Use them freely as source separators; the navy \section headings are the only visible dividers.

Read the full file on GitHub · 637 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 637 lines · 33 tokens per session scan B caecbdb8200b

Subscribe to this mod's changes

latex-pdf is a skill published in the GitHub repository reggiechan74/JobOps (25 stars, last pushed 3mo ago), licensed MIT. It adds 33 tokens to every session and 7,575 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories