Skip to main content
ClaudeWave
Skill6.7k repo starsupdated 11d ago

resume-modern

The resume-modern Claude Code skill generates a single-page A4-sized minimalist resume template optimized for printing and PDF export. Use this skill when you need a clean, professional resume layout featuring a prominent header with contact information, optional two-column body structure separating primary experience from secondary skills, section titles with accent lines, and print-friendly styling that preserves a monochromatic color scheme with optional accent color.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/nexu-io/html-anything /tmp/resume-modern && cp -r /tmp/resume-modern/next/src/lib/templates/skills/resume-modern ~/.claude/skills/resume-modern
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

【模板: 现代极简简历】
- 容器宽度模拟 A4: `w-[210mm] min-h-[297mm] mx-auto`, 内边距 16-20mm。
- 顶部姓名巨大 (text-4xl), 底下一行 contact (邮箱 / 电话 / 城市 / GitHub / LinkedIn), 中间用细竖线分隔。
- 主体两栏可选: 左 60% 主线(经历/项目/教育), 右 40% 副线(技能/语言/获奖)。
- 章节标题: small caps 风格, 上方一条短 accent 线 (w-8 h-0.5)。
- 经历每条: 公司 + 职位 + 时间区间 (右对齐), 下方 1-3 条 bullet 用动词开头。
- 不使用花哨颜色, 黑白灰 + 1 个 accent (深蓝 / 墨绿)。
- 添加 @media print 样式, 隐藏不必要的元素, 颜色保留。