ingest-cv

ingest-cv is a skill for Claude Code from Miracle-Aligner/job-search-hq. It costs 93 tokens per session (510 once invoked), scanned A, original, MIT.

A process for importing a résumé or CV into Job Search HQ as structured candidate information. It reads PDF, Word, Markdown, or text files and records experience, education, skills, and role-relevant details.

In plain words
What is it for?
Use it to import CV variants, update the candidate profile, and supply evidence for job-fit scoring and customised CVs or cover letters.
Why use it?
It turns an unstructured CV into information that the job-search tools can use consistently when assessing roles and tailoring applications.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the job-search-hq plugin — 9 skills shipped together

Good fit Use it to import CV variants, update the candidate profile, and supply evidence for job-fit scoring and customised CVs or cover letters.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/miracle-aligner/job-search-hq/ingest-cv
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 Miracle-Aligner/job-search-hq --skill ingest-cv
Clone the repo
git clone --depth 1 https://github.com/Miracle-Aligner/job-search-hq

Made for: Claude Code.

Or install job-search-hq, the plugin that ships this one along with the rest of its 9 skills.

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 ingest-cv

README.md
[![agentmods](https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/ingest-cv/github.svg)](https://agentmods.dev/skills/miracle-aligner/job-search-hq/ingest-cv)
Your own site
<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/ingest-cv"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/ingest-cv/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 ingest-cv

Your own site · 80×15
<a href="https://agentmods.dev/skills/miracle-aligner/job-search-hq/ingest-cv"><img src="https://agentmods.dev/badge/skills/miracle-aligner/job-search-hq/ingest-cv.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 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.00093 $0.00510
Opus 5 $0.00046 $0.00255
Sonnet 5 $0.00019 $0.00102
Haiku 4.5 $0.00009 $0.00051

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

Security

Grade A, and why

ingest-cv 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.

.claude/skills/ingest-cv/SKILL.md · 52 lines

What it actually says

ingest-cv

Turn a real CV file into structured data the assessment skills can use.

Input

CV files live in profile/cv/ (gitignored; only .gitkeep + example-cv.md are tracked). The user drops Backend-CV.pdf, Voice-CV.docx, etc. there. If the folder is empty, ask them to add a file (or point you at a path) first.

Parse

  • PDF → use the pdf skill to extract text (and OCR if scanned).
  • DOCX → use the docx skill.
  • Markdown / txt → read directly.

Extract: summary line, experience (company, title, dates, 2–4 impact bullets each), education, skills/stack, and anything that maps to a profile axis (years, seniority signals).

For each CV, add/update an entry in profile/profile.json cvVariants[]:

{ "key": "VOICE", "label": "ASR/TTS / voice-bot roles", "file": "profile/cv/Voice-CV.pdf" }

Keep a concise structured digest per variant (don't dump the whole CV) so assessment skills can reference concrete evidence (projects, metrics) when scoring tech/level and when tailoring.

How assessment uses it

/add-vacancy and /cover-letter read profile/candidate.md and the CV digests to:

  • score tech/level against real evidence, not just self-reported strengths;
  • pick the right CV variant and propose concrete, evidence-backed changes.

scripts/score.py stays pure rubric math — CV influence lives in the skill's judgement, not the script.

Finish

Save profile/profile.json (gitignored). Confirm which variants are now available.

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. 12d ago First seen · 52 lines · 93 tokens per session scan A 3f54c6c5486c

Subscribe to this mod's changes

ingest-cv is a skill published in the GitHub repository Miracle-Aligner/job-search-hq (1 stars, last pushed 3mo ago), licensed MIT. It adds 93 tokens to every session and 510 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.