Resume Skill
Turns raw career info into a print-ready, ATS-safe one-page HTML resume
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 7aeb152
The 13 bundled templates are genuine production-grade HTML: classic-ats.html ships a real letter-size @page layout, single-column serif type and machine-parseable section headings, so the rendered resume clearly beats a no-skill baseline that returns generic markdown. The skill enforces a no-fabrication rule, marking any unverified number as to-confirm rather than inventing metrics, and routes cleanly between beautify, LinkedIn-import and interview flows. Install ran verbatim from a bare HOME and every referenced prompt, schema and template file was present.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Resume Skill does
Parses an existing resume (or builds one from scratch via interview/LinkedIn) into a standardized schema, strengthens weak bullets with a verb + action + quantified-result formula, then renders it into one of 13 print-optimized single-file HTML templates you export to PDF with Cmd+P. Triggers on requests to make, polish, or reformat a resume or CV.
How to install Resume Skill
git clone https://github.com/yanliudesign/resume-builder-skill.git
mkdir -p ~/.claude/skills
cp -r resume-builder-skill ~/.claude/skills/resume-skill
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Resume Skill
-
/resume-skillTurns raw career info into a print-ready, ATS-safe one-page HTML resume
It also activates on plain-language prompts like these:
-
Turn my messy work history into a print-ready one-page resume. -
Strengthen this weak bullet point with a real quantified result. -
Import my LinkedIn profile and render it into an ATS-safe HTML resume.
Frequently asked questions
- Is the Resume Skill skill free?
- Yes. The skill itself is free from yanliudesign/resume-builder-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Resume Skill work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. The 13 bundled templates are genuine production-grade HTML: classic-ats.html ships a real letter-size @page layout, single-column serif type and machine-parseable section headings, so the rendered resume clearly beats a no-skill baseline that returns generic markdown. The skill enforces a no-fabrication rule, marking any unverified number as to-confirm rather than inventing metrics, and routes cleanly between beautify, LinkedIn-import and interview flows. Install ran verbatim from a bare HOME and every referenced prompt, schema and template file was present.
- What is the Resume Skill SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Resume Skill?
- 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 Skill 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.