resume-version-manager

resume-version-manager is a skill for Claude Code, Codex from Chasen-Liao/resume-skills. It costs 66 tokens per session (940 once invoked), scanned A, original, MIT.

A resume version-management workflow for keeping a master resume and separate copies tailored to different companies and roles. It uses a private facts file as the source of confirmed information.

In plain words
What is it for?
Use it to organize application folders, record which job and facts each version used, compare wording and layout, and track confirmed versions.
Why use it?
It prevents tailored edits from overwriting the master resume and makes submitted versions easier to compare, trace, and restore.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the resume-skills plugin — 14 skills shipped together

Good fit Use it to organize application folders, record which job and facts each version used, compare wording and layout, and track confirmed versions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chasen-liao/resume-skills/resume-version-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Chasen-Liao/resume-skills --skill resume-version-manager
Clone the repo
git clone --depth 1 https://github.com/Chasen-Liao/resume-skills

Made for: Claude Code, Codex.

Or install resume-skills, the plugin that ships this one along with the rest of its 14 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resume-version-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/chasen-liao/resume-skills/resume-version-manager/github.svg)](https://agentmods.dev/skills/chasen-liao/resume-skills/resume-version-manager)
Your own site
<a href="https://agentmods.dev/skills/chasen-liao/resume-skills/resume-version-manager"><img src="https://agentmods.dev/badge/skills/chasen-liao/resume-skills/resume-version-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for resume-version-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/chasen-liao/resume-skills/resume-version-manager"><img src="https://agentmods.dev/badge/skills/chasen-liao/resume-skills/resume-version-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00940
Opus 5 $0.00033 $0.00470
Sonnet 5 $0.00013 $0.00188
Haiku 4.5 $0.00007 $0.00094

Measured 12d ago against content hash 0cb161a067a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

resume-version-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/resume-version-manager/SKILL.md · 58 lines

What it actually says

简历版本管理器

以私有 resume-facts.yaml 为唯一事实源,为每次投递建立可回溯、可比较的母版和定制版本。HTML/PDF 是从已确认事实生成的交付物,不替代事实记录。

它不占用用户的主流程入口:在母版确认或 JD 定制版确认后记录版本即可;用户需要比较、恢复或维护投递记录时再展示版本操作。

先读

读取 简历事实契约JD 匹配报告模板写作规范

工作流

  1. 找到或创建私有 resume-facts.yaml 和明确标识的母版;事实文件保存候选人全部已确认的 claim,不能被定制操作覆盖。
  2. 为一个公司/岗位/JD 创建独立目录:tailored/<公司名>-<岗位>/
  3. 记录父版本、目标 JD、创建日期、使用的候选人事实、重排项、改写项、关键词来源、未匹配要求和待确认字段。
  4. 生成该版本的 resume_visual.html,必要时生成 resume_ats.htmlmatching-analysis.md;验证 PDF 页数、可提取文本和 HTML 溢出,并只记录 hash 对应当前文件的 valid manifest。
  5. 比较版本时按事实、顺序、措辞和样式分组;发现事实不一致时标记冲突并请求候选人确认。

Git 版本历史(推荐)

resume/ 放在本地私有 Git 仓库中,用提交记录确认后的事实和投递版本;不要默认推送到公开远程仓库,简历可能包含联系方式和其他个人信息。

  • 候选人确认母版变更后,创建一次说明明确的提交,例如:更新母版:补充 RAG 项目
  • 每次确认生成一份定制版后,创建一次提交,例如:定制:字节跳动 - 前端实习生
  • 比较、恢复或审计时,以提交差异为准;比较范围仍按事实、顺序、措辞和样式分组,并优先确认事实冲突。
  • 只有候选人希望同时尝试互斥的母版方向时,才创建分支;普通的 JD 定制保存在 tailored/ 目录并用提交追溯即可。
  • 不自动执行 Git 初始化、提交、推送或覆盖;在每个会改变版本历史的操作前说明范围并取得候选人确认。

推荐清单

resume/
├── resume.html                         # 母版
└── tailored/
    └── <公司名>-<岗位>/
        ├── resume_visual.html
        ├── resume_visual.pdf
        ├── resume_ats.html            # 按需生成
        ├── resume_ats.pdf             # 按需生成
        ├── matching-analysis.md
        └── version-notes.md

version-notes.md 最少记录:父版本、所用 resume-facts.yaml、JD 来源/日期、变更摘要、关键词来源、未匹配要求、待确认字段和导出验证结果。

若使用 Git,version-notes.md 还应记录对应提交 ID,便于从定制版回到母版事实和生成依据。

约束

  • 定制版只能重排、强调或改写已确认事实;回写母版需要用户明确要求。
  • 命名可使用 姓名_岗位_公司_YYYYMM.pdf,但以目标平台要求为准。
  • 不通过删除历史版本、静默覆盖文件或伪造版本记录来“整理”工作区。
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 58 lines · 66 tokens per session scan A 0cb161a067a1

Subscribe to this mod's changes

resume-version-manager is a skill published in the GitHub repository Chasen-Liao/resume-skills (27 stars, last pushed 3d ago), licensed MIT. It adds 66 tokens to every session and 940 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens