Skip to main content

Resume Optimizer

Build professional, ATS-optimized resumes with PDF export capabilities.

Capabilities

  1. Create Resumes - Build new resumes from user information with professional formatting
  2. Customize Resumes - Tailor existing resumes for specific roles or per user requests
  3. Analyze Resumes - Review resumes and provide actionable improvement recommendations
  4. Export to PDF - Generate downloadable, ATS-friendly PDF documents

Workflow Decision Tree

Creating a New Resume

  1. Gather user information (experience, education, skills, target role)
  2. Select appropriate format (see format selection guide below)
  3. Read references/templates.md for the chosen template
  4. Build resume content following references/best-practices.md
  5. Generate PDF using scripts/generate_resume_pdf.py

Customizing an Existing Resume

  1. Review the provided resume content
  2. Understand the target role/changes requested
  3. Read references/ats-optimization.md for keyword integration
  4. Apply modifications following best practices
  5. Generate updated PDF

Analyzing a Resume

  1. Parse the resume content
  2. Check against criteria in references/analysis-checklist.md
  3. Identify strengths and improvement areas
  4. Provide specific, actionable recommendations
  5. Optionally offer to implement changes

Format Selection Guide

Chronological (Most Common)
  • Use for: Consistent work history in same field, clear career progression
  • Best for: Most professionals staying in their field
  • Read: references/templates.md → Chronological Template section
Functional
  • Use for: Career changers, employment gaps, emphasizing transferable skills
  • Best for: Returning to workforce, diverse experience across fields
  • Read: references/templates.md → Functional Template section
Combination
  • Use for: Mid-career professionals balancing skills and progression
  • Best for: Diverse skill sets, career changers with relevant experience
  • Read: references/templates.md → Combination Template section

PDF Generation

Use the provided script to create professional PDFs:
The script uses reportlab to create clean, ATS-compatible PDFs with:
  • Professional typography (Helvetica)
  • Proper margins and spacing (0.75” all sides)
  • Clean section headers
  • Bullet point formatting
  • Consistent visual hierarchy

Essential References

Before creating any resume, read:
  1. references/best-practices.md - Core resume writing principles
  2. references/ats-optimization.md - ATS compatibility requirements
  3. references/templates.md - Format-specific templates
Before analyzing a resume, read:
  1. references/analysis-checklist.md - Evaluation criteria and scoring

Quick Start Examples

Creating a resume:
Tailoring for a role:
Analyzing a resume:

Output Requirements

All generated resumes must:
  • Be saved to /mnt/user-data/outputs/ for user download
  • Use descriptive filenames: FirstName_LastName_Resume.pdf
  • Include a download link using computer:// protocol
  • Follow ATS-friendly formatting (no tables, text boxes, or graphics)

Code Style

When generating Python scripts for PDF creation:
  • Use reportlab for PDF generation
  • Keep code concise and functional
  • Handle errors gracefully
  • Test output before delivering to user