From resume-builder
Generate PDF, DOCX, HTML, and Markdown from wilson-resume.yml. Use when: 'generate resume', 'build resume', 'create pdf', 'create docx', 'update html', 'rebuild outputs'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/resume-builder:generate [--format pdf|docx|html|md] [--output-dir path] [--template-dir path][--format pdf|docx|html|md] [--output-dir path] [--template-dir path]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the deterministic generation pipeline. No LLM content generation — pure parsing and rendering from wilson-resume.yml.
Run the deterministic generation pipeline. No LLM content generation — pure parsing and rendering from wilson-resume.yml.
wilson-resume.yml exists in the projectresume-builder generate --format pdf,docx,html,md --output-dir .resume-builder verify to confirm provenance integritywilson-resume.html) — Portfolio-quality page with: dark/light theme toggle (localStorage), spotlight hover on cards, scroll reveal animations, hero parallax, ambient background glow, gradient text shimmer, card-based layouts with hover lift, timeline visualization, interactive skill pills, full mobile responsiveness, prefers-reduced-motion support. Built in, no configuration needed.wilson-resume.pdf) — Clean professional document. Customizable via templates/pdf_styles.yaml.wilson-resume.docx) — Word document. Same style schema as PDF via templates/docx_styles.yaml.wilson-resume.md) — GitHub-flavored markdown. No styling.resume-builder generateresume-builder generate --format pdfresume-builder generate --output-dir ./outputUsers can customize the appearance of generated outputs by placing files in a templates/ directory next to wilson-resume.yml:
templates/pdf_styles.yaml — Override PDF colors, fonts, margins, and style propertiestemplates/docx_styles.yaml — Override DOCX colors, fonts, margins, and style propertiestemplates/resume.html.j2 — Replace the entire HTML templatetemplates/style.css — Override CSS custom properties for the HTML outputTo get started: resume-builder template-export
When generating with templates: resume-builder generate --template-dir templates
Or just place a templates/ directory next to wilson-resume.yml — auto-discovered.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub wilsonkichoi/resume-builder --plugin resume-builder