resume-tailor

resume-tailor is a skill for Claude Code from Mahashwetha/Job-search-email-system-claude. It costs 71 tokens per session (488 once invoked), scanned A, original, MIT.

A tool for adapting an existing resume to a particular job posting or company. It makes limited changes such as reordering skills and highlighting matching keywords, without inventing experience.

In plain words
What is it for?
Use it to create a tailored DOCX resume from a job URL, generate resumes for multiple tracked applications, or identify postings that need manual tailoring.
Why use it?
It reduces the time needed to prepare a targeted resume while keeping the original qualifications truthful. It can process one job or batch-process eligible companies from the tracker.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to create a tailored DOCX resume from a job URL, generate resumes for multiple tracked applications, or identify postings that need manual tailoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mahashwetha/job-search-email-system-claude/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 Mahashwetha/Job-search-email-system-claude --skill resume-tailor
Clone the repo
git clone --depth 1 https://github.com/Mahashwetha/Job-search-email-system-claude

Made for: Claude Code.

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/mahashwetha/job-search-email-system-claude/resume-tailor/github.svg)](https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/resume-tailor)
Your own site
<a href="https://agentmods.dev/skills/mahashwetha/job-search-email-system-claude/resume-tailor"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/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/mahashwetha/job-search-email-system-claude/resume-tailor"><img src="https://agentmods.dev/badge/skills/mahashwetha/job-search-email-system-claude/resume-tailor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 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.00071 $0.00488
Opus 5 $0.00036 $0.00244
Sonnet 5 $0.00014 $0.00098
Haiku 4.5 $0.00007 $0.00049

Measured 12d ago against content hash 58140dff4fa9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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.

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.

.claude/skills/resume-tailor/SKILL.md · 42 lines

What it actually says

Resume Tailor

Generate a per-company tailored resume using Gemini 2.5 Flash via resume_tailor.py.

How to run

For a single job, run resume_tailor.py with the job posting URL and company name as arguments.

For batch mode (all companies with status done and non-LinkedIn links in the tracker), run it with no arguments.

Output

Saved to the resume_adjusted/ folder configured in config.py, named resume_{CompanyName}.docx. The script skips a company if the file already exists — delete the file to regenerate it.

What it does

Fetches the job description from the URL, reads the base resume, and asks Gemini to suggest minimal tweaks — reordering skills, surfacing existing keywords. It never fabricates experience. Gemini's markdown formatting (**bold**) is stripped automatically before writing to the DOCX.

Site compatibility

Most standard job pages work. Workday works via JSON-LD extraction. Ashby and internal portals (like BPCE) may fail — in that case, skip the URL and tailor manually, or paste the job description text into a temp file and adjust the call.

LinkedIn URLs are skipped automatically in batch mode.

If you hit rate limits

The free Gemini tier occasionally returns 429 errors — the script retries automatically. If it keeps failing, wait a minute and re-run. Use gemini-2.5-flash, not gemini-2.0-flash (that quota runs out faster).

Note: on-demand only

Resume tailor is NOT part of the daily job search run — controlled by RESUME_TAILOR_ENABLED in config.py (default: False).

When the user asks to tailor a resume:

  1. Set RESUME_TAILOR_ENABLED = True in config.py
  2. Run the tailor
  3. Set RESUME_TAILOR_ENABLED = False in config.py again
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 · 42 lines · 71 tokens per session scan A 58140dff4fa9

Subscribe to this mod's changes

resume-tailor is a skill published in the GitHub repository Mahashwetha/Job-search-email-system-claude (9 stars, last pushed 12d ago), licensed MIT. It adds 71 tokens to every session and 488 once invoked, about $0.0004 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.

Related

Other skills, from other repositories