resume-export-standards

resume-export-standards is a skill for Claude Code from saeedkolivand/ai-job-hunter-app. It costs 81 tokens per session (1,451 once invoked), scanned A, original, Apache-2.0.

Standards for exporting resumes and CVs as accessible PDF or DOCX files that applicant-tracking systems can parse. They cover simple layouts, metadata, regional conventions, keywords, and supported fonts.

In plain words
What is it for?
It helps build and validate resume exports, templates, themes, fonts, translations, and country-specific CV formats.
Why use it?
It reduces the chance that a hiring system misreads the document or that its layout becomes inaccessible or difficult to review.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It helps build and validate resume exports, templates, themes, fonts, translations, and country-specific CV formats.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saeedkolivand/ai-job-hunter-app/resume-export-standards
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 saeedkolivand/ai-job-hunter-app --skill resume-export-standards
Clone the repo
git clone --depth 1 https://github.com/saeedkolivand/ai-job-hunter-app

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-export-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/resume-export-standards/github.svg)](https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/resume-export-standards)
Your own site
<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/resume-export-standards"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/resume-export-standards/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-export-standards

Your own site · 80×15
<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/resume-export-standards"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/resume-export-standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,451 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.00081 $0.01451
Opus 5 $0.00041 $0.00726
Sonnet 5 $0.00016 $0.00290
Haiku 4.5 $0.00008 $0.00145

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

Security

Grade A, and why

resume-export-standards 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 9d 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-export-standards/SKILL.md · 63 lines

How it starts

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

Resume/CV export standards — ATS-safe & accessible

External best-practices for generating resumes that real ATS parse and that meet accessibility law. Load with author-contract (pdf-docx-generator) / token-efficiency (resume-export-expert). Pairs with the repo's docs/knowledge/resume-domain.md (the export contract).

ATS-safe formatting (verified 2026-06)

Parsers read linearly, top→bottom, left→right — design for that.

  • Single-column, reverse-chronological. Multi-column / side-by-side scrambles reading order into "word salad." https://www.jobscan.co/blog/resume-tables-columns-ats/
  • No tables/text-boxes/grids for layout. Modern ATS tolerate a simple one-cell table but tab stops are safer; skills as commas/bullets/|, never a grid.
  • Contact info in the BODY, never headers/footers — ATS dropped header/footer contact info ~25% of the time. https://www.jobscan.co/blog/ats-formatting-mistakes/
  • Standard fonts (Arial, Calibri, Helvetica, Times New Roman, Georgia, Garamond, Cambria, Verdana), 10–12pt; custom display fonts → fallback-render breakage.
  • Standard /- bullets only — icon glyphs/dingbats parse as [NULL]; replace icons with text labels ("Phone:" not 📞).
  • No graphics/charts/logos/photos/skill-bars (US/UK/CA — see country norms); images are invisible to parsers.
  • Standard section headings ("Work Experience", "Education", "Skills") — creative titles ("My Journey") aren't recognized.
  • PDF vs DOCX: text-selectable PDF now parses ≈ DOCX in modern systems (Workday/Greenhouse/Lever); DOCX safer for older/stricter ATS; default PDF unless the posting asks for Word; never image-only/scanned PDF. https://www.resumemate.io/blog/pdf-vs-word-for-resume-2026-which-format-ats-actually-prefers/
  • File name FirstName-LastName-Role.pdf (descriptive, no spaces/special chars).
  • Dates consistent Mon YYYY – Mon YYYY; no apostrophes (Jan '21), no year-only when months exist.
  • Keywords mirror JD terminology inside achievement bullets with metrics — don't repeat; stuffing drops scores ~30% (parsers detect repetition + understand synonyms). https://blog.theinterviewguys.com/ats-resume-optimization/

Read the full file on GitHub · 63 lines

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. 9d ago First seen · 63 lines · 81 tokens per session scan A 8ca66d881fa1

Subscribe to this mod's changes

resume-export-standards is a skill published in the GitHub repository saeedkolivand/ai-job-hunter-app (55 stars, last pushed yesterday), licensed Apache-2.0. It adds 81 tokens to every session and 1,451 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-09-03.