Skip to main content

markdown-to-pdf

DEPRECATED — wraps /jobops:latex-pdf. Will be removed in a future release.

Stars
19
Source
reggiechan74/JobOps
Updated
2026-05-29
Slug
reggiechan74--JobOps--markdown-to-pdf
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/reggiechan74/JobOps/HEAD/plugins/jobops/skills/markdown-to-pdf/SKILL.md -o .claude/skills/markdown-to-pdf.md

Drops the SKILL.md into .claude/skills/markdown-to-pdf.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

DEPRECATED

This skill has been replaced by /jobops:latex-pdf, which uses a config-driven LaTeX pipeline for higher-quality output. This stub remains for one release so existing workflows keep working; it will be removed in the following release.

Please migrate any saved invocations / scripts to /jobops:latex-pdf.

Behavior

Print the deprecation notice above to the user, then run the /jobops:latex-pdf pipeline for $1:

  1. Read and follow plugins/jobops/skills/latex-pdf/SKILL.md.
  2. Pass $1 through to that skill as its $1 (file, glob, or directory).
  3. $2 of this old skill was a custom output directory; the new skill's output dir is determined by doctype + Application Path Resolution and does not accept an override. If $2 was set, print: WARN: /jobops:markdown-to-pdf $2 (output_dir) is no longer honored. latex-pdf writes per-doctype next to source or into the application folder.

That's it. The new skill autodetects doctype per file (defaults to document for non-resume / non-coverletter content, exactly matching the documents this old skill handled).