Back to browse
GitHub Repository

Tailor your resume to any job by talking to Claude - ships as a CLI + Claude Skill. Resumes as structured JSON, rendered to print-ready HTML via templates Claude writes.

3 starsPython

A Claude Skill to render resume templates. CV/Resumes are HTML and JSON

by farhan0167·May 16, 2026·4 points·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

JSON content plus Jinja2 templates solves the AI chat one-off resume problem.

Strengths
  • Content/template separation lets AI tailor words without breaking styling across jobs
  • Claude writes Jinja2 templates directly, no fixed gallery or design tool required
  • CLI plus Claude Skill integration makes it actually usable, not just a concept
Weaknesses
  • Resume builders are crowded (Canva, Rezi, LaTeX templates already dominate)
  • Zero stars and forks signals very early stage with unproven adoption
Category
Target Audience

Job seekers, developers who tailor resumes per application

Similar To

Rezi · Kickresume · LaTeX resume templates

Post Description

Inspired from this post on X: https://x.com/trq212/status/2052809885763747935, I wanted to give a shot at creating resumes with Claude-in HTML. Great initial results when i did a one shot over pdf to HTML but then it hit:

- I could maintain templates of resumes.

- Templates changing shouldn't affect the underlying contents of the resume

- and, wait, we can make JSON the underlying data struct, and be able to modify that for every job description, and templates render the JSON

Really enjoyed playing around with this, cause it got me thinking: if agents are automating the most mundane workflows, why are we still bottlenecked with tools like Google doc, Word, etc to create and maintain resumes; why cant we reliably see a job description and re-render a resume fitted to that job while not compromising the templates? Why not let Claude maintain the JSON files for each job, or each of your own profiles, and render those JSON's in to your templates?

I'm open sourcing this, and I'd love if you all give it a try. Drop the Skill in in your .claude/skills/ dir, take your existing resume, and build something cool.

The starter template today is inspired from: https://blog.pragmaticengineer.com/the-pragmatic-engineers-r.... I plan to add some more starter templates in the coming days. Feel free to recommend which resume templates you want me to ship.

Similar Projects