Resume Assistant
Five-agent Chinese resume workflow with working PDF, DOCX, HTML and XLSX output
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Aug 5, 2026
- Environment
- Claude Code 2.x (agent harness)
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Aug 5, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Ran all four bundled generators against the shipped example JSON and every one produced a real artifact on the first try: a two-page PDF whose extracted text is clean Simplified Chinese, a 4-sheet 50-row Excel tracker with weekly tasks and milestones, a styled dark-mode HTML resume and a 38 KB DOCX. Writing the same PDF unaided took three attempts, crashing first with FPDFUnicodeEncodingException on the character 张 and then on font-collection layout, and the version that finally worked was one unstyled page missing projects, experience and skills. The font is bundled in assets/fonts and resolved automatically, which means SKILL.md's mandatory curl-the-font setup step is stale, though the pip install of fpdf2, python-docx and openpyxl is genuinely required. Note the whole pack is China-market specific, templates are lang="zh-CN" and the keyword reference is Chinese, but nothing in the description says so.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Resume Assistant does
Chinese-language job-search skill with five guided agents (story mining, role recommendation, JD-targeted resume optimisation, mock interview, skill-gap planning) and four bundled generator scripts that turn a resume JSON into PDF, DOCX, responsive HTML or an Excel progress tracker. Triggers on requests to write or optimise a resume, prepare for interviews, or plan a career move. Output templates and keyword references are Simplified Chinese only.
How to install Resume Assistant
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Resume Assistant
-
/resume-assistantFive-agent Chinese resume workflow with working PDF, DOCX, HTML and XLSX output
It also activates on plain-language prompts like these:
-
帮我好好挖掘一下我过去这几段工作经历,我完全不知道简历上到底应该写点什么内容才好 -
针对这个 Java 后端开发岗位的招聘 JD,帮我把我的简历内容重新认真优化一遍 -
帮我把这份简历内容生成一份正式的 PDF 版本,再顺便安排一次完整的模拟面试练习
Frequently asked questions
- Is the Resume Assistant skill free?
- Yes. The skill itself is free from Y1fe1-Yang/resume-assistant-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Resume Assistant work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Aug 5, 2026. Verdict: Tested · Works. Ran all four bundled generators against the shipped example JSON and every one produced a real artifact on the first try: a two-page PDF whose extracted text is clean Simplified Chinese, a 4-sheet 50-row Excel tracker with weekly tasks and milestones, a styled dark-mode HTML resume and a 38 KB DOCX. Writing the same PDF unaided took three attempts, crashing first with FPDFUnicodeEncodingException on the character 张 and then on font-collection layout, and the version that finally worked was one unstyled page missing projects, experience and skills. The font is bundled in assets/fonts and resolved automatically, which means SKILL.md's mandatory curl-the-font setup step is stale, though the pip install of fpdf2, python-docx and openpyxl is genuinely required. Note the whole pack is China-market specific, templates are lang="zh-CN" and the keyword reference is Chinese, but nothing in the description says so.
- What is the Resume Assistant SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Resume Assistant?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Resume Assistant with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.