CatalogCareer-BuildingResume Builder

Resume Builder

SkillCareer-BuildingLiveresumepdfai

Point it at a job; it loads out a tailored, one-page resume from your career archive.

How you'd use it

You give it a job posting and it selects the right experiences from your background, rewrites the bullets in the posting's own language, and renders a polished PDF that always fits exactly one page.

1
Hand it a job
Paste a posting or a link, plus whatever background it should draw from.
2
It tailors the content
It picks the most relevant roles and rewrites bullets to match the posting, never inventing experience.
3
It guarantees one page
A measure-and-tighten loop trims until the layout fits exactly one page.
4
You get a PDF
A clean, ready-to-send one-pager you can tweak and reuse.
Deep Dive

It treats the resume as a constraint-satisfaction problem — a layout that has to obey hard rules. After generating the resume as HTML, it runs headless Chrome (Chrome with no visible window) in a `--measure` pass that reports how many lines each bullet takes and how full the page is, then loops: tighten the wording, re-measure, repeat until it reports `STATUS: OK` at exactly one page. The hard part: enforcing rules like “no dangling single words, every bullet two lines” deterministically, instead of hoping the model formats it right on the first try.

  • Reads a structured career archive — roles, bullets, skills, projects — plus any background you paste in
  • Tailors and rewrites the bullets to a specific posting with Claude, in the posting’s own language (never inventing experience)
  • Renders the resume as HTML, then prints it to PDF via headless Chrome (Chrome run with no window)
  • Runs a measure-and-tighten loop that trims wording until it fits exactly one page
Built with · Claude Code skill · headless Chrome (used to measure and print the PDF) · Python
Where I'm taking it

A library of templates so the same archive can load out in different visual styles.

Want to use this?

Request access, ask how it works, or have me adapt it.

TypeSkill
CategoryCareer-Building
StatusLive
Built withClaude Code skill · headless Chrome (used to measure and print the PDF) · Python