Multiple Visual Resumes Matching to a Job
Compare several candidates side by side and see how each fits the role.
What it does
The skill ingests several resume PDFs and one job description. It uses the Resume Visualization skill to convert each resume into structured JSON, reads the job posting to extract the role's professional sphere and requirements, then produces a single self-contained HTML/CSS/JS page that shows all visualized resumes together with a fit score and a side-by-side comparison view.
How to get it and use it
The skill will live in a GitHub repository holding the current version, updated as the skill improves. Clone or download it into your Claude Code skills folder, then run it by typing /resume-matching and providing the paths to the resume PDFs and the job description file. Claude outputs one .html file with all candidates and their match analysis. This skill depends on the Resume Visualization skill, so make sure both are installed.