| name | resume-builder |
|---|---|
| description | Professional resume builder and personalizer. Use this skill when the user wants to create a new resume, update their existing one, or tailor a resume for a specific job description (ATS-friendly). |
This skill automates the process of building and personalizing resumes using a master data source and ATS optimization standards.
- Load Master Data: Always refer to
references/master_resume.jsonas the source of truth for the user's history. - Contextual Analysis: If a Job Description (JD) is provided:
- Identify key skills, tools, and responsibilities.
- Cross-reference with
references/ats_standards.mdfor optimization.
- Personalization:
- Select relevant bullet points from the master resume.
- Adjust the "Professional Summary" to align with the JD.
- Inject keywords from the JD into the "Skills" section.
- Generate Output:
- Use the template in
assets/templates/resume_markdown.mdto produce a clean Markdown resume. - If requested, convert the Markdown to PDF or PNG using
assets/scripts/convert_resume.py.
- Use the template in
- "Create a resume for [Company/Role]": Analyzes the JD (if provided) and generates a tailored Markdown resume.
- "Export my resume as PDF": Converts the existing Markdown resume (or a newly generated one) into a professional PDF.
- "Save my resume as PNG": Converts the resume into a high-quality PNG image.
- "Update my master resume": Modifies
references/master_resume.jsonwith new information provided by the user. - "Make my resume ATS-friendly": Rewrites the current resume content following the rules in
references/ats_standards.md.
- Use the Google XYZ Formula for bullet points whenever possible.
- Ensure the tone is professional, achievement-oriented, and concise.
- Never hallucinate experience not found in the master resume.