Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Remotivated/job-hunt-skillsnpx agentmods add skills/remotivated/job-hunt-skills/resume-builderWrote 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.
[](https://agentmods.dev/skills/remotivated/job-hunt-skills/resume-builder)<a href="https://agentmods.dev/skills/remotivated/job-hunt-skills/resume-builder"><img src="https://agentmods.dev/badge/skills/remotivated/job-hunt-skills/resume-builder/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.
<a href="https://agentmods.dev/skills/remotivated/job-hunt-skills/resume-builder"><img src="https://agentmods.dev/badge/skills/remotivated/job-hunt-skills/resume-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00094 | $0.03614 |
| Opus 5 | $0.00047 | $0.01807 |
| Sonnet 5 | $0.00019 | $0.00723 |
| Haiku 4.5 | $0.00009 | $0.00361 |
Grade A, and why
resume-builder 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.
How it starts
The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Terminology
Two document categories:
- Work document: the user's source career document. It may be saved in resume format at
my-documents/resume.mdor CV format atmy-documents/cv.md. These are format variants of the same workflow; downstream resume skills must accommodate either. - Cover letter: an accompanying letter for a specific role, company, or tightly defined target lane.
my-documents/coverletter.mdis a source letter, not permission to create something generic enough to send anywhere.
Format-specific conventions:
- Resume format: US 1-2 page work document with concise sections and optional Professional Summary.
- CV format: UK/EU 1-2 page work document with Personal Statement, degree classification when relevant, Languages with CEFR when relevant, and "References available on request" where expected. Not the US academic CV.
Disambiguation rule: If the user says "CV" without naming a region, ask whether they need a UK/EU-style work CV or are using CV to mean a US resume. If academic signals appear, say directly that academic CVs with publications, grants, and teaching sections are out of scope; offer a UK/EU-style work CV or US-style resume for industry applications.
Vocabulary rule: Mirror the user's word. If they say "CV," say "CV." If they say "resume," say "resume." Save that word in the label frontmatter field and preserve it on future edits.
Workflow
Onboarding hand-off: If the user appears to be on a fresh clone or is new to Job Hunt Skills, hand off to
get-started. This skill focuses on the document itself.State layer: this skill owns source work-document version bumps. See state-layer contract section 6.
1. First-run scaffolding
Follow the Workspace Preflight (state-layer §10).
- If
my-documents/does not yet exist at the resolved path, hand off toget-startedfor the workspace confirmation flow. Do not run the scaffolder yourself — the user needs the novice-friendly "where will my files live" conversation before any file is written. - If
my-documents/already exists, runnode "{job_hunt_skills_root}/scripts/scaffold-state.mjs"to fill in any missing pieces. If it exits with the "working directory is the plugin install dir" message, surface that message verbatim and stop. If it fails for any other reason (Node missing, no shell access), fall back to creating any missing structure with native file tools per state-layer §10 step 5. - Verify before writing. Regardless of which path was taken, confirm the four canonical directories and two markdown files exist under
my-documents/before producing a resume. A skill that generates a resume into an unscaffolded workspace is the failure mode this check exists to prevent.
What ships with it
1 file 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.
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.
- 12d ago First seen · 211 lines · 94 tokens per session scan A 5a5c20db366c
resume-builder is a skill published in the GitHub repository Remotivated/job-hunt-skills (9 stars, last pushed 20d ago), licensed MIT. It adds 94 tokens to every session and 3,614 once invoked, about $0.0005 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.
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.
cv-creator
Professional CV and resume builder transforming career narratives into ATS-optimized, multi-format resumes. Integrates with career-biographer for data and competitive-cartographer for positioning. Generates PDF, DOCX, LaTeX, JSON Resume, HTML, and Markdown. Activate on 'resume', 'CV', 'ATS optimization', 'job…
ats-latex-cv
Build ATS-optimised, human-sounding CVs in LaTeX (Overleaf-ready code). Trigger this skill whenever a user asks to create, rewrite, reconstruct, or improve a CV, resume, or job application document — including when they upload an existing CV, paste raw experience, or describe a target role. Also trigger when the user…
clawcv
A résumé and job-search assistant for reviewing résumés, rewriting sections, matching résumés to job descriptions, and preparing for interviews.
pdf-export
A workflow for turning a resume into a one-page PDF, including choosing a template, shortening the content, and checking the final export.
decision-heuristics
A set of heuristics for making difficult personal decisions such as changing jobs, buying a home, moving, forming a partnership, or getting married. It is intended for major choices, not everyday decisions.