resume-formatter
Installation
SKILL.md
Resume Formatter
Generate professional resumes with consistent styling and PDF output.
Quick Start
- Create/update resume content (markdown or direct HTML)
- Apply the HTML template from
assets/resume_template.html - Generate PDF using
scripts/generate_pdf.py
Workflow
Creating a New Resume
- Gather requirements: Job description, target company, role title
- Draft content in markdown with sections: Profile, Experience, Skills, Education
- Convert to HTML using the template structure from
assets/resume_template.html - Generate PDF:
python scripts/generate_pdf.py resume.html -o resume.pdf