cv-builder

cv-builder is a skill for Claude Code from widnyana/eyay-toolkits. It costs 128 tokens per session (3,496 once invoked), scanned A, original, MIT.

A CV builder that scans files such as plain text, Markdown, LaTeX, and prose for your experience, skills, education, and projects. It produces an applicant-tracking-system-friendly CV in Markdown, with optional LaTeX or PDF-ready output.

In plain words
What is it for?
Use it to create or update a general CV, or tailor one to a job posting, company location, remote work, and an output format.
Why use it?
It gathers career details from existing files and reduces the work of formatting and tailoring a CV for a role or region.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the career-tools plugin — 2 skills shipped together

Good fit Use it to create or update a general CV, or tailor one to a job posting, company location, remote work, and an output format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/widnyana/eyay-toolkits/cv-builder
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 widnyana/eyay-toolkits --skill cv-builder
Clone the repo
git clone --depth 1 https://github.com/widnyana/eyay-toolkits

Made for: Claude Code.

Or install career-tools, the plugin that ships this one along with the rest of its 2 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 cv-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/cv-builder/github.svg)](https://agentmods.dev/skills/widnyana/eyay-toolkits/cv-builder)
Your own site
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/cv-builder"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/cv-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.

agentmods 80×15 button for cv-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/widnyana/eyay-toolkits/cv-builder"><img src="https://agentmods.dev/badge/skills/widnyana/eyay-toolkits/cv-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,496 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00128 $0.03496
Opus 5 $0.00064 $0.01748
Sonnet 5 $0.00026 $0.00699
Haiku 4.5 $0.00013 $0.00350

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

Security

Grade A, and why

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

plugins/career-tools/skills/cv-builder/SKILL.md · 386 lines

How it starts

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

CV Builder

Inputs

Field Required Notes
Repo path Yes (default: .) Where to scan for background info
Job posting / target role No Tailors section ordering, emphasis, and keyword match
Company name + HQ location No Drives regional format detection (Step 0)
Output format No Auto-detected (see below); override with markdown, latex, or both
Output path No Default: cv-YYYY-MM-DD.md or cv-YYYY-MM-DD.tex in repo root

If target role is not given, produce a general-purpose CV.


Step 0: Region & Format Mode Detection

Run this before any scanning. The result controls format decisions throughout.

Detect application context

1. Is this a remote role?
   - "Remote", "fully remote", "distributed", "work from anywhere" in job posting → YES
   - No location mentioned or multiple global locations → likely YES
   - On-site / hybrid explicitly stated → NO → use regional mode

2. What is the company's primary HQ region?
   - Extract from job posting, company name, or user input
   - Use the table below to select regional mode
   - If remote role at a globally-distributed company → use REMOTE-UNIVERSAL mode

Regional mode table

Company HQ / Context Mode Key constraints
Remote-first / globally distributed REMOTE-UNIVERSAL 1-2 pages, no photo, no personal data, visa clarity required
US / Canada NA No photo, no DOB/marital status, 1 page (<5 yrs) or 2 pages
UK / Ireland UK 2 pages, personal statement at top, no photo
Germany / Austria / Switzerland DACH Professional photo expected, 2-3 pages, detailed structure
Netherlands / Scandinavia NL-SCAN English OK, 1-2 pages, no photo, matter-of-fact tone
France / Southern Europe FR-EU Photo common but optional, 1-2 pages, objective required
Singapore / Australia / NZ APAC-INT Western-aligned, 2 pages, include work authorization status
Japan (multinational) APAC-INT Western format for international roles; rikyousho only if local
India → international role NA Strip traditional Indian fields (photo, DOB, father's name, declaration)
Latin America → international NA English CV, strip local fields (CPF, marital status, DOB)
Gulf / Middle East GCC Photo standard, 2-4 pages, nationality + visa status required
Africa → international NA Compress to 1-2 pages, strip local verbose format

Read the full file on GitHub · 386 lines

Files

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.

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 · 386 lines · 128 tokens per session scan A 6e456af4426c

Subscribe to this mod's changes

cv-builder is a skill published in the GitHub repository widnyana/eyay-toolkits (7 stars, last pushed 6d ago), licensed MIT. It adds 128 tokens to every session and 3,496 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

sxo

Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…

nowork-studio/notfair-plugin · 235 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

security

Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.

oliver-kriska/claude-elixir-phoenix · 47 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens