AI-powered JD-matched resume generator with native Chinese and English support. Collects structured user profile (work history, projects, skills, education), parses target job descriptions, performs explicit match analysis before generating, then outputs print-optimized HTML resume + auto-export PDF. Core strengths: (1) JD→resume full pipeline with transparency, (2) Chinese resume native support, (3) persistent profile reuse across multiple JDs. Use when: tailoring resume for a job posting, creating resume from scratch, optimizing for ATS, building Chinese/English resume, "make me a resume", "customize resume for this job", "简历定制", "针对岗位优化简历".
Generate polished, JD-matched HTML resume + PDF. Two-phase workflow: collect profile → match JD → generate.
On first run (no resume-profile.md exists), collect user info. Ask one section at a time, confirm before next. Save to resume-profile.md.
Confirm preferences first:
#6b4c9aOn subsequent runs: load profile, ask "Anything to update?"
Accept pasted text, file, or URL. Parse and confirm with user before proceeding:
🎯 Target: [Title] @ [Company]
📊 Match: [High/Medium/Low]
✅ Strong matches: ...
⚠️ Gaps: ...
📝 Strategy: Emphasize / Reframe / Downplay
Single self-contained HTML with inline CSS. See references/html-template-guide.md.
Content rules:
powershell -File scripts/export-pdf.ps1 -HtmlPath "$htmlPath" -OutputPath "$pdfPath"
If export fails: tell user to open HTML in browser → Ctrl+P.
Save to resumes/: [Name]-[Title].html + [Name]-[Title].pdf
Pre-send checklist:
workspace/
├── resume-profile.md
├── resumes/
└── skills/resume-tailor/
├── SKILL.md
├── scripts/export-pdf.ps1
└── references/html-template-guide.md