원클릭으로
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.