agentsclimarketplace

Resume tailor

Skill Mahashwetha/Job-search-email-system-claude/.claude/skills/resume-tailor

This skill should be used when the user wants to tailor or customize their resume for a specific job or company. Triggers on phrases like "tailor resume for [company]", "customize resume for [job]", "generate resume for [company]", "adapt resume to this job posting", "create resume for [company] role".From its SKILL.md

Install
npx -y skills add Mahashwetha/Job-search-email-system-claude --skill resume-tailor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 315 tokens by cl100k_base, as published. Nobody here has run it

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).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most hr recruiting skills give in 315 tokens

Counted across 356 of the 357 authors here whose files we hold, read 2026-08-07

  • Quantify achievements with specific metricsin 14 of 356, across 6 files
  • Keep the resume under two pagesin 14 of 356, across 6 files
  • Request the full job description if not providedin 12 of 356, across 4 files
  • Extract keywords and prioritize job requirementsin 12 of 356, across 4 files
  • Stop and ask for clarification if required inputs are missingin 12 of 356, across 5 files
  • Map candidate experience to job requirementsin 11 of 356, across 3 files
  • Ask if the user wants adjustmentsin 11 of 356, across 3 files
  • Provide strengths and gap analysis after the resumein 10 of 356, across 2 files
  • Request candidate background details if not providedin 10 of 356, across 2 files
  • Format experience bullets as action verb plus resultin 10 of 356, across 2 files
  • Ask for missing inputs before startingin 10 of 356, across 9 files
  • Use exact job description terminologyin 9 of 356, across 1 file

Said here and by no other author read

  • run resume_tailor.py for single or batch jobs
  • delete existing output files to regenerate them
  • skip incompatible URLs and tailor manually
  • paste job description text into a temp file if extraction fails
  • wait and re-run if rate limit errors persist
  • use gemini-2.5-flash instead of gemini-2.0-flash

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.