resume-generation

resume-generation is a skill for Claude Code from zhiweio/resume-as-code. It costs 57 tokens per session (3,875 once invoked), scanned A, original, MIT.

A tool for creating one YAML resume tailored to a specific job description. A job description is the employer's explanation of the role, responsibilities, and requirements.

In plain words
What is it for?
Use it when applying to a role and you have a job posting plus the candidate's profile, education, certificates, and experience timeline.
Why use it?
It reduces the work of matching a candidate's recorded experience and qualifications to each job. It also validates the generated resume and stores intermediate results for review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the skills plugin — 3 skills shipped together

Good fit Use it when applying to a role and you have a job posting plus the candidate's profile, education, certificates, and experience timeline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhiweio/resume-as-code/resume-generation
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 zhiweio/resume-as-code --skill resume-generation
Clone the repo
git clone --depth 1 https://github.com/zhiweio/resume-as-code

Made for: Claude Code.

Or install skills, the plugin that ships this one along with the rest of its 3 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-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhiweio/resume-as-code/resume-generation/github.svg)](https://agentmods.dev/skills/zhiweio/resume-as-code/resume-generation)
Your own site
<a href="https://agentmods.dev/skills/zhiweio/resume-as-code/resume-generation"><img src="https://agentmods.dev/badge/skills/zhiweio/resume-as-code/resume-generation/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-generation

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhiweio/resume-as-code/resume-generation"><img src="https://agentmods.dev/badge/skills/zhiweio/resume-as-code/resume-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,875 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.00057 $0.03875
Opus 5 $0.00028 $0.01937
Sonnet 5 $0.00011 $0.00775
Haiku 4.5 $0.00006 $0.00387

Measured 9d ago against content hash 966f69b5c860, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

resume-generation 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 9d 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-generation/SKILL.md · 264 lines

How it starts

The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Resume Generation

Produce one tailored resume in YAML for a single Job Description, by combining the candidate's master timeline with JD-specific analysis. The result is validated and placed under data/resumes/.

When to trigger

Activate when the user supplies a Job Description (raw text, a link, or a file path) and asks for a resume, a tailored resume, or a resume for that role.

Inputs you must read

  • data/profiles/basics.yml
  • data/profiles/education.yml
  • data/profiles/certificates.yml
  • All files under data/timeline/*.yml
  • The user-provided JD

Outputs you will produce

  • Intermediate artifacts in data/.cache/<UTC-Timestamp>/ (one per generation run).
  • Final resume in data/resumes/{CandidateName}_{JobTitle}_{Company}.yml.

Review & Revision Options

Before starting the pipeline, present the user with these options:

  1. Auto review + revise — should the pipeline automatically review and revise the resume after De-AI? (default: yes)
  2. Revision rounds — how many review-revise cycles to run? (default: 1, options: 1 / 2 / 3)
  3. yamlresume compatibility — should the final output pass pnpm yamlresume validate? (default: no)

Present as a single prompt:

Resume generation pipeline ready. Quick setup:

  1. Auto review & revise after generation? [Y/n]
  2. Review-revise rounds? [1/2/3] (default: 1)
  3. yamlresume format compatibility? [y/N] (default: no)

If the user does not respond, use defaults (yes, 1, no). Store the answers in the run context for steps 5 and 10.

Format routing:

  • yamlresume compatible = yes → generate in Legacy (YAMLResume) format. Use assets/resume.example.yml as the structural template for step 6, and assets/section-*.example.yml for step 5.
  • yamlresume compatible = no → generate in New Schema v1.0 format. Use assets/resume-new-schema.example.yml as the structural template for step 6, and assets/section-*.new-schema.example.yml for step 5.

Read the full file on GitHub · 264 lines

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. 9d ago First seen · 264 lines · 57 tokens per session scan A 966f69b5c860

Subscribe to this mod's changes

resume-generation is a skill published in the GitHub repository zhiweio/resume-as-code (89 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 3,875 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

cv-resume-builder

Optimize resumes and CVs for impact, ATS compatibility, and audience targeting. Supports multiple formats (chronological, functional, hybrid), accomplishment framing (STAR/XYZ), and tailoring for specific roles. Triggers on resume review, CV update, job application prep, or career document requests.

organvm-iv-taxis/a-i--skills · 62 tokens

apply-high-performer-retention

Use when a manager wants to proactively retain top-performing direct reports — because high performers have the most options to leave and require active, differentiated management attention to stay engaged and challenged.

jeffreytse/grimoire-core · 42 tokens

run-career-conversation

Use when a manager wants to have a structured career development conversation with a direct report — separate from weekly one-on-ones and performance reviews — to understand their long-term aspirations, identify growth gaps, and create a concrete development plan.

jeffreytse/grimoire-core · 52 tokens

run-reference-check

Use when evaluating a finalist candidate for a role — to conduct structured phone reference calls that surface specific performance evidence, development needs, and potential red flags that interviews cannot reveal.

jeffreytse/grimoire-core · 38 tokens

write-role-scorecard

Use when defining a role before hiring for it — to specify the outcomes the new person must achieve, the competencies required to achieve them, and the cultural requirements, so that interview questions target evidence of actual job performance rather than proxies like credentials or experience.

jeffreytse/grimoire-core · 55 tokens

run-behavioral-interview

Use when conducting a job interview — to ask structured behavioral questions using the STAR method so that candidate evaluation is based on demonstrated past behavior rather than self-reported traits or hypothetical answers.

jeffreytse/grimoire-core · 44 tokens