用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/reggiechan74/JobOps --skill markdown-to-pdf命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | markdown-to-pdf |
| description | DEPRECATED — wraps /jobops:latex-pdf. Will be removed in a future release. |
| disable-model-invocation | true |
| argument-hint | <file|glob|dir> [output_dir_ignored] |
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.
Print the deprecation notice above to the user, then run the /jobops:latex-pdf
pipeline for $1:
plugins/jobops/skills/latex-pdf/SKILL.md.$1 through to that skill as its $1 (file, glob, or directory).$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).