ワンクリックで
md2pdf
Convert a Markdown file to PDF. Use when the user asks to convert a .md file to PDF, generate a PDF from Markdown, or run md-to-pdf.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Convert a Markdown file to PDF. Use when the user asks to convert a .md file to PDF, generate a PDF from Markdown, or run md-to-pdf.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check for vulnerabilities with an audit command and raise a PR to fix them. Use when the user asks to "fix vulnerabilities", "fix vulns", "audit dependencies", or "fix security issues".
Update the ai-resources snapshot in the current repo to the latest version from GitHub. Use when the user asks to "update ai-resources", "pull latest ai-resources", or "refresh ai-resources".
Link all skills from the ai-resources directory into .claude/skills/. Use when the user asks to "link skills", "set up skills from ai-resources", or "link to all skills in the ai-resources directory".
| name | md2pdf |
| description | Convert a Markdown file to PDF. Use when the user asks to convert a .md file to PDF, generate a PDF from Markdown, or run md-to-pdf. |
| argument-hint | <input.md> |
| allowed-tools | Bash |
Convert a Markdown file to PDF using npx md-to-pdf with the config bundled in this skill directory.
The user invoked this with: $ARGUMENTS
$ARGUMENTS. If a relative path is given, resolve it relative to the current working directory.zsh -i -c "npx puppeteer browsers install chrome"
md-to-pdf.config.js.zsh -i -c "npx md-to-pdf --config-file '<skill-dir>/md-to-pdf.config.js' <input-file>"
.pdf extension).Generated: <timestamp>, a centre-aligned filename, and a right-aligned Page X of Y.zsh -i -c "..." wrapper ensures the correct Node version from .nvmrc is active.