resume-tailor

resume-tailor is a skill for Claude Code, Codex from vignzpie/resume-agent-skills. It costs 154 tokens per session (3,727 once invoked), scanned A, original, MIT.

A resume-tailoring workflow that adapts a resume to one job description using an existing career profile as its source. A career profile is a detailed record of someone's work history, skills, and achievements.

In plain words
What is it for?
It analyzes a job description, identifies gaps, drafts a targeted resume, checks it for applicant-tracking-system compatibility, and can produce Markdown, Word, and PDF files.
Why use it?
It avoids rewriting a generic resume from scratch for every application and keeps claims tied to the user's existing information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It analyzes a job description, identifies gaps, drafts a targeted resume, checks it for applicant-tracking-system compatibility, and can produce Markdown, Word, and PDF files.

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

Made for: Claude Code, Codex.

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-tailor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vignzpie/resume-agent-skills/resume-tailor"><img src="https://agentmods.dev/badge/skills/vignzpie/resume-agent-skills/resume-tailor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 154 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,727 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.
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.00154 $0.03727
Opus 5 $0.00077 $0.01863
Sonnet 5 $0.00031 $0.00745
Haiku 4.5 $0.00015 $0.00373

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

Security

Grade A, and why

resume-tailor 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/render.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

resume-tailor/SKILL.md · 241 lines

How it starts

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

Resume Tailor

Take a job description and a career profile, produce a tailored resume in markdown, .docx, and .pdf. The whole workflow is roughly 15 minutes for a user who already has a profile. The skill orchestrates: JD analysis → gap scorecard → minimal targeted discovery → draft → ATS pass → render → optional git commit.

Why this skill exists separately from career-profile-builder

The profile interview is exhausting and only happens occasionally. The tailoring workflow is fast and happens dozens of times. Different cadences, different mental models. Mashing them together means recurring users get re-asked profile questions every time, which is the worst-of-both-worlds.

This skill assumes the profile already exists. If it doesn't, the skill stops and points the user at career-profile-builder — it does not try to do a profile interview from inside a tailoring session.

Output contract

For each tailoring session, the skill produces (in the user's chosen working directory):

  1. resume_<JD-ID>.md — the canonical source-of-truth for this tailored version
  2. resume_<JD-ID>.docx — pandoc-rendered, ATS-friendly (the recruiter / ATS upload format)
  3. resume_<JD-ID>.pdf — for emailing to humans (the "looks good in preview" format)
  4. resume_<JD-ID>.html — the intermediate (kept around because it's free and useful)

All four files share a stem so they're easy to diff, version, and find. <JD-ID> is the user-supplied or auto-detected requisition ID (e.g., R13927). If no ID is available, fall back to <role-slug>_<YYYY-MM-DD> — e.g., senior-platform-eng_2026-04-28.

If pandoc is missing, the skill emits .md and .html only and tells the user what they're missing. See "Rendering" below.

Required inputs

  • A career profile file — typically career_profile.md in the current directory. The skill reads this first and refuses to proceed without it (see "Profile preflight" below).
  • A job description — pasted into chat, supplied as a file path, or a URL the user wants fetched.
  • (Optional) An output directory — defaults to the current working directory.
  • (Optional) A page-count target — defaults to 2.

Read the full file on GitHub · 241 lines

Files

What ships with it

4 files 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 · 241 lines · 154 tokens per session scan A f81d14b94f17

Subscribe to this mod's changes

resume-tailor is a skill published in the GitHub repository vignzpie/resume-agent-skills (6 stars, last pushed 4mo ago), licensed MIT. It adds 154 tokens to every session and 3,727 once invoked, about $0.0008 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-31.