resume-pdf

Installation
SKILL.md

Build Resume PDF

Convert a structured resume markdown file into a polished PDF. The pipeline is: markdown → HTML (md_to_html.py + resume.css) → PDF (headless Chrome --print-to-pdf).

This matches how the original Lix-Resume.pdf was produced (headless Chrome / Skia, Helvetica Neue).

Usage

Run the build script from the repo root:

.claude/skills/resume-pdf/build-resume.sh resume/Lix-Resume.md resume/Lix-Resume.pdf
  • Arg 1 (required): input markdown path.
  • Arg 2 (optional): output PDF path. Defaults to the input path with .pdf.
  • CHROME_BIN env var overrides Chrome auto-detection.
Installs
1
Repository
lix42/portfolio
First Seen
Jun 19, 2026
resume-pdf — lix42/portfolio