didixuxu/didi-skills · Archived

tailor-resume

Use when user provides a job description (JD) and wants to customize their resume for a specific job application, or when user says "tailor resume", "定制简历", "修改简历", "投简历

First seen May 25, 2026

Installation

$ npx skills add didixuxu/didi-skills --skill tailor-resume

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from didixuxu/didi-skills.

npx skills add didixuxu/didi-skills

Browse all from didixuxu/didi-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 81
License MIT
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,635 B
  • docs SUMMARY.md 212 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

Tailor Resume

根据 JD 定制简历,生成 ATS 友好的 PDF。

Configuration

MASTER_RESUME: ~/Documents/resume.pdf
OUTPUT_DIR: ~/Documents/
TEMPLATE: ~/.claude/skills/tailor-resume/resume-template.tex

Workflow

  1. Read master resume - 读取 ~/Documents/resume.pdf 获取用户完整经历
  2. Analyze JD - 提取关键要求:

- 必须技能 vs 加分技能 - 年限要求 - 行业关键词 - 职责匹配点

  1. Tailor content:

- 用 JD 原词重写匹配的经历(保持真实) - 将最相关的经历/bullet 提前 - 重写 Summary 针对该职位 - 添加量化指标

  1. Generate LaTeX - 使用模板生成 .tex 文件
  2. Compile PDF - pdflatex 编译输出

Output

~/Documents/resume_[公司名]_[职位].pdf

Tailoring Rules

JD 关键词 简历处理
Required skill X 确保 Skills 区显眼位置有 X
"3+ years Y" 在经历中明确写 Y 的年限
"Cross-functional" 加入跨团队协作案例
"Data-driven" 强调量化成果

Commands

# 编译 LaTeX (安装路径生效后)
eval "$(/usr/libexec/path_helper)"
pdflatex -output-directory=~/Documents resume.tex

Mistakes to Avoid

  • 堆砌关键词(自然融入上下文)
  • 改变真实职位头衔(改描述不改头衔)
  • 写通用 Summary(每份简历单独写)