# 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".

- **Type:** Skill
- **Install:** `agentstack add skill-mahashwetha-job-search-email-system-claude-resume-tailor`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Mahashwetha](https://agentstack.voostack.com/s/mahashwetha)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Mahashwetha](https://github.com/Mahashwetha)
- **Source:** https://github.com/Mahashwetha/Job-search-email-system-claude/tree/main/.claude/skills/resume-tailor

## Install

```sh
agentstack add skill-mahashwetha-job-search-email-system-claude-resume-tailor
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Mahashwetha](https://github.com/Mahashwetha)
- **Source:** [Mahashwetha/Job-search-email-system-claude](https://github.com/Mahashwetha/Job-search-email-system-claude)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mahashwetha-job-search-email-system-claude-resume-tailor
- Seller: https://agentstack.voostack.com/s/mahashwetha
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
