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.
npx skills add saeedkolivand/ai-job-hunter-app --skill resume-export-standardsgit clone --depth 1 https://github.com/saeedkolivand/ai-job-hunter-appWrote 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/saeedkolivand/ai-job-hunter-app/resume-export-standards)<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.
<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>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.00081 | $0.01451 |
| Opus 5 | $0.00041 | $0.00726 |
| Sonnet 5 | $0.00016 | $0.00290 |
| Haiku 4.5 | $0.00008 | $0.00145 |
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.
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/
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.
- 9d ago First seen · 63 lines · 81 tokens per session scan A 8ca66d881fa1
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.
Other skills, from other repositories
Read, extract, split, merge, rotate, watermark, fill, OCR, or create PDF files with verification of page counts and text extraction.
anarlog
Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.
ocr-and-documents
Extract text from PDFs and scanned documents. Use webextract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.
extract-resume
Parse a resume's uploaded PDF into structured JSON (basics, experience, projects, skills, education) and save it to the editor.
pdf-export
Add client-side PDF export to a web app using jspdf + html2canvas-pro. Use when the user asks to download, save, or export the current page, a report, a slide deck, a chart, or any DOM element as a PDF. Covers single-element snapshots and multi-page documents with TOC bookmarks. No server, no Puppeteer at runtime …