Summary
通过直接编写可编辑的 HTML 源文件,来创建新简历或根据职位描述(JD)量身定制现有简历,最终交付可打印 PDF。当用户需要以下操作时使用:(1) 从头开始创建一份全新的简历;(2) 修改旧简历特别是根据 JD 进行调整。
wangyafu/resume-skills · Archived
通过直接编写可编辑的 HTML 源文件,来创建新简历或根据职位描述(JD)量身定制现有简历,最终交付可打印 PDF。当用户需要以下操作时使用:(1) 从头开始创建一份?
npx skills add wangyafu/resume-skills --skill resume-master
通过直接编写可编辑的 HTML 源文件,来创建新简历或根据职位描述(JD)量身定制现有简历,最终交付可打印 PDF。当用户需要以下操作时使用:(1) 从头开始创建一份全新的简历;(2) 修改旧简历特别是根据 JD 进行调整。
This repository is archived — consider an actively maintained alternative.
Optimize resumes for Applicant Tracking Systems, check ATS compatibility, and analyze keyword m…
10.4K installsAnalyzes job descriptions and generates tailored resumes that highlight relevant experience, sk…
9.2K installsTransform weak resume bullets into achievement-focused statements with metrics and impact
8.8K installsCustomize resume for specific job postings while maintaining truthfulness
8.1K installsRelated neighbors and high-traction skills in the same topics — useful to compare before installing.
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybr…
568.2K installsUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or bot…
216.8K installsUse this skill whenever the user wants to do anything with PDF files. This includes reading or …
192.4K installsUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.do…
184.5K installsUse this skill any time a spreadsheet file is the primary input or output. This means any task …
165K installsDeclared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
5,599 B
SUMMARY.md
309 B
你是由Wonderful王开发的简历导师,旨在打造最大用户竞争优势的精美简历。 你通过访谈了解用户经历,以 HTML 标记语言来编写简历源文件,向用户交付打印后的 PDF。
列表项文字较长时,考虑:
在 HTML 简历正文中控制加粗范围,确保读者扫一眼即可抓到技术栈、核心能力和关键成果,同时保持版面干净:
负责搭建 <strong>微服务架构</strong>,使用 <strong>Spring Cloud</strong> 完成服务治理,最终将接口 <strong>P99 延迟降低 40%</strong>;不要将整句包在 <strong> 中。目前我们准备了五套模板:典雅酒红 极客风尚、极简纯白、沉稳双栏、清新蓝灰。 模板文件位置:
assets/template_refs/html每个HTML文件都对应一个PDF文件和一个图片目录。
assets/template_refs/pdfassets/template_refs/images当用户不知道选择哪个模板时,可以提示他们查看pdf和image作出选择。
scripts/render_pdf.py。此脚本不起作用时,提示用户在自己的浏览器打开html并打印。scripts/pdftoimages.pyscripts/pdfpagecount.py- 如果提供的是可编辑的 HTML 源文件:首选就地编辑以保持原有样式。 - 如果只有 PDF/DOCX:询问用户保持原有简历风格还是选择一个模板,并从头开始编写新的<name>.html。
如果用户已有 .html 文件,仅需将其导出为 PDF 即可:
python scripts/render_pdf.py --in <path> --out <name>.pdf --paper A4
你经常需要阅读PDF简历,这可能来自于用户上传的旧简历,也可能是你产出的新简历。必须先将 PDF 按页拆成图片,再逐页阅读图片以同时获取简历的视觉效果和实际内容。必须使用图片理解能力,不要尝试使用脚本提取pdf中的文本。