claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

resume-builder-skill

Claude skill for generating and beautifying resumes — 11 print-ready HTML templates, structured data pipeline, three entry flows (beautify / LinkedIn import…

// install
git clone https://github.com/yanliudesign/resume-builder-skill

中文 · English

📄 Resume Skill


One resume data schema, eleven print-ready templates.

📦 Part of the offer-toolkit-skill — the full job-hunt bundle (JD · Resume · BQ). Install the bundle to get all three in one shot.

An agent skill that polishes an existing resume, pulls one in from LinkedIn, or builds one from scratch by chatting with you. Every input funnels through one standardized data schema and then renders into any of 13 print-ready templates — switching templates is just a skin change, the content stays the same.

Thirteen print-ready resume templates rendered from one data schema


Three entry points

What the user saysFlowScript
"Beautify my resume" / uploads a PDF/docx/txtA. Beautify an existing resumeprompts/beautify.md
"Here's my LinkedIn" / pastes a linkedin.com linkB. LinkedIn importprompts/linkedin-import.md
"Build me one from scratch" / "let's chat"C. Conversational buildprompts/interview.md

All three funnel into schema/resume-data.md, then render through a template.

Thirteen templates

PreviewTemplateBest for
resume-builder-skillClassic / ATS
classic-ats.html
Single-column, machine-parseable, safest for mass applications
resume-builder-skillLedger
ledger.html
LaTeX-style serif, justified, nested bullets — SWE / data / eng
resume-builder-skillTech Compact
tech-compact.html
High density + mono accents, fits many projects on one page
resume-builder-skillModern Sidebar
modern-sidebar.html
Two-column with dark sidebar, modern feel
resume-builder-skillPillar
pillar.html
Enhancv-style, blue accents + skill chips + icon achievements — PM / marketing
resume-builder-skillElegant Serif
elegant-serif.html
Centered editorial serif — design / consulting / marketing
resume-builder-skillAtelier
atelier.html
Whitespace-heavy minimal — design / creative roles
resume-builder-skillTimeline
timeline.html
Vertical timeline spine — shows career progression at a glance
resume-builder-skillSwiss
swiss.html
Swiss grid, bold Helvetica + red accent — design / brand / creative
resume-builder-skillExecutive
executive.html
Navy serif, understated gravitas — finance / consulting / senior leaders
resume-builder-skillEditorial Banner
editorial-banner.html
Magazine-style 3-col header, red serif accent, giant last-name band at the bottom — brand / content / editorial
resume-builder-skillPhoto Corporate
photo-corporate.html
Dark banner + circular photo, sidebar with skill bars, vertical timeline, References section — marketing / PM / business
resume-builder-skillPhoto Minimal
photo-minimal.html
Red-accent split serif name, circular photo, Awards + Skills sidebar — designer / creator / portfolio

Picking one: mass-applying / passing the bots → Classic-ATS or Ledger; a human reads it / referral / portfolio-facing → the others stand out more.

Three first principles

  1. Never fabricate. Every experience, responsibility and number comes from what the user actually provided. Guide, probe, sharpen weak bullets — but never invent a company, title, result, or metric. Verify every number; mark unknowns [to confirm].
  2. One question at a time. Building a resume by conversation is an interview, not a questionnaire.
  3. Structure first, render second. Whatever the entry point, organize content into the schema/resume-data.md fields and confirm it before rendering HTML.

Editable variant — click any text to edit

Every render produces two files:

FileUse
<name>-resume-<template>.htmlLocked print-ready output — Cmd+P → PDF
<name>-resume-<template>-editable.htmlClick any text in the browser to edit; Cmd+P when done

The editable variant layers three things on top of any template (see prompts/editable-version.md) without touching its visual design:

  • contenteditable="true" on the content container
  • Hover / focus affordance (dashed yellow → solid blue outline)
  • A floating toolbar (top-right) with Save as PDF and Lock buttons
  • @media print hides the toolbar and edit highlights so the exported PDF stays clean

⚠️ Browser edits live only in the current tab — refresh and they're gone. Always Cmd+P to lock changes into a PDF.

Usage

Drop the whole resume-skill/ folder into your skills directory (e.g. ~/.claude/skills/resume-skill/) and just say "beautify this resume" (attach a PDF), "I have no resume, let's build one", or "here's my LinkedIn, make me one." Claude reads SKILL.md and runs the matching flow.

Output: two self-contained single-file HTMLs — <name>-resume-<template>.html (locked) and <name>-resume-<template>-editable.html (click-to-edit). Open either in a browser → Cmd+P → Save as PDF (margins None/Default, enable background graphics).

Layout

resume-skill/
├── SKILL.md                       # Workflow entry point (read first)
├── schema/resume-data.md          # Standardized fields — the hub format for every entry point
├── prompts/
│   ├── beautify.md                # Entry A: beautify an existing resume
│   ├── linkedin-import.md         # Entry B: LinkedIn import + fallback
│   ├── interview.md               # Entry C: conversational collection
│   └── editable-version.md        # Injection snippet that upgrades any render into a click-to-edit page
├── guides/writing-tips.md         # Bullet craft, quantification, ATS keywords, common mistakes
└── templates/                     # 13 print-optimized HTML templates

License

MIT — fork it, remix it, ship your own version.

Created by Dreameryanyan · LinkedIn · X · Xiaohongshu

// compatibility

Platformsweb
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageHTML

// faq

What is resume-builder-skill?

Claude skill for generating and beautifying resumes — 11 print-ready HTML templates, structured data pipeline, three entry flows (beautify / LinkedIn import / chat interview).. It is open-source on GitHub.

Is resume-builder-skill free to use?

resume-builder-skill is open-source under the MIT license, so it is free to use.

What category does resume-builder-skill belong to?

resume-builder-skill is listed under skills in the Claudeers registry of Claude-compatible tools.

3 views
12 stars
unclaimed
updated 4 days ago

// embed badge

resume-builder-skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/resume-builder-skill.svg)](https://claudeers.com/resume-builder-skill)

// retro hit counter

resume-builder-skill hit counter
[![Hits](https://claudeers.com/api/counter/resume-builder-skill.svg)](https://claudeers.com/resume-builder-skill)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how resume-builder-skill connects across the ecosystem