Personal productivity tools for Claude Code
npx claudepluginhub demansou/resume-builderBuild evidence-based resumes by mining your actual work history
A Claude Code skill for building evidence-based resumes by mining your actual work history—not just memory.
Most resumes are written from memory, leading to vague bullet points like "worked on projects" or "improved outcomes." This skill helps you build a resume grounded in evidence from your documented work: code you committed, documents you wrote, projects you shipped, articles you published.
This system uses a two-tier approach:
Your comprehensive, unabridged work history. Include everything:
The master is your source of truth—you maintain it over time and never send it to employers directly. See examples/master-resume.md.
A focused 1-2 page version derived from your master, customized for a specific job:
You generate a new tailored version for each application. See examples/tailored-resume.md for a version targeting a backend infrastructure role.
Anyone with a body of work they can point to:
Add the marketplace and install the plugin:
/plugin marketplace add demansou/resume-builder
/plugin install resume-builder
git clone https://github.com/demansou/resume-builder.git
cd resume-builder
claude
Copy skills/build-resume/SKILL.md to your project's .claude/commands/build-resume.md
Then invoke with:
/build-resume
The skill can gather resume content from:
| Source | What to Look For |
|---|---|
| Git Repositories | Commits, tech stack, architecture patterns |
| Documents | Reports, proposals, presentations you authored |
| Calendars | Projects led, meetings run, initiatives driven |
| Webpages | Published articles, portfolio pieces, press mentions |
| Role history, recommendations, posts | |
| Project Tools | Jira/Asana tickets, completed initiatives |
| Published Work | Papers, articles, designs, patents |
Add new roles or refine existing content. The skill interviews you:
Scan your available sources for resume-worthy accomplishments:
Create a targeted version for a specific job posting:
Convert your markdown resume to a polished document:
Quick export:
# PDF
pandoc resume.md -o resume.pdf --pdf-engine=wkhtmltopdf --css=styles/resume.css
# Word
pandoc resume.md -o resume.docx
Walk through the complete process from gathering evidence to polished resume.
The skill describes what you did, not what you built for your employer:
Your resume demonstrates your capabilities without revealing your employer's intellectual property.
See PROCESS.md for the methodology behind evidence-based resume building.