master-resume-yaml

master-resume-yaml is a skill for Claude Code, Codex from mperkhou/career-agent-workbench. It costs 42 tokens per session (509 once invoked), scanned A, original, MIT.

A procedure for creating or refining MASTER-RESUME.yml, the structured private version of a person’s resume used by Career Agent Workbench.

In plain words
What is it for?
Reading a human-maintained resume, rebuilding or updating its structured YAML, checking skill links, and rendering the resume for use in job applications.
Why use it?
It keeps resume evidence organised and linked to the renderer without copying private career information into the public repository.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Reading a human-maintained resume, rebuilding or updating its structured YAML, checking skill links, and rendering the resume for use in job applications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mperkhou/career-agent-workbench/master-resume-yaml
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 mperkhou/career-agent-workbench --skill master-resume-yaml
Clone the repo
git clone --depth 1 https://github.com/mperkhou/career-agent-workbench

Made for: Claude Code, Codex.

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 master-resume-yaml

README.md
[![agentmods](https://agentmods.dev/badge/skills/mperkhou/career-agent-workbench/master-resume-yaml/github.svg)](https://agentmods.dev/skills/mperkhou/career-agent-workbench/master-resume-yaml)
Your own site
<a href="https://agentmods.dev/skills/mperkhou/career-agent-workbench/master-resume-yaml"><img src="https://agentmods.dev/badge/skills/mperkhou/career-agent-workbench/master-resume-yaml/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 master-resume-yaml

Your own site · 80×15
<a href="https://agentmods.dev/skills/mperkhou/career-agent-workbench/master-resume-yaml"><img src="https://agentmods.dev/badge/skills/mperkhou/career-agent-workbench/master-resume-yaml.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 509 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.00042 $0.00509
Opus 5 $0.00021 $0.00254
Sonnet 5 $0.00008 $0.00102
Haiku 4.5 $0.00004 $0.00051

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

Security

Grade A, and why

master-resume-yaml 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 10d 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.

skills/master-resume-yaml/SKILL.md · 57 lines

How it starts

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

Master Resume YAML

Follow root AGENTS.md and resolve the external workspace through the normal bootstrap/private-dotenv contract. This skill edits private profile evidence; it never copies that evidence into the public repository or a test fixture.

Inputs and target

  • Human source: the configured MASTER_RESUME_TEXT member, conventionally profile/MP-MASTER-RESUME.txt inside the private workspace.
  • Target MRO: the configured MASTER_RESUME member, conventionally profile/MASTER-RESUME.yml.
  • Renderer: scripts/render_resume_html.py and the packaged resume template.

Read both sources before editing. Preserve intentional existing YAML structure unless the user explicitly requests a rebuild.

Required shape

Keep renderer-owned sections such as header, summary, Core Technical Skills, experience, education, certifications, and portfolio as mappings with explicit render state. Core-skill categories contain factual primary/additional items and empty job-specific match lists. Experience bullets retain source text, category links, supported skill links, and neutral zero match counters.

Every linked skill must exist in its declared Core Technical Skills category. Preserve meaningful compound phrases. Add missing evidence-supported skills to the appropriate category before linking them; never invent tools, scope, metrics, certifications, or responsibilities.

Passes

  1. Reconcile source sections and the bare YAML mapping.
  2. Normalize Core Technical Skills categories without job-specific matches.
  3. Link every experience bullet to supported categories and skills.
  4. Confirm neutral jod_match_count and bullet_point_total_match_count values.
  5. Render and visually review a private preview.

The MRO remains neutral. Per-job JOD matching and pruning belong in ARO generation, not this skill.

Validation and handoff

Use .venv/bin/python to parse YAML and render a preview into the configured private tmp directory. Run focused resume-renderer tests and make lint for code changes. Report only the selected source/target classes, bullet/category counts, invariant booleans, and validation results; do not paste private content, paths, or identifiers into public evidence.

Read the full file on GitHub · 57 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. 10d ago First seen · 57 lines · 42 tokens per session scan A b6a9bf4977c3

Subscribe to this mod's changes

master-resume-yaml is a skill published in the GitHub repository mperkhou/career-agent-workbench (0 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 509 once invoked, about $0.0002 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

multi-program-manager

Manage and compare multiple affiliate programs as a portfolio. Triggers on: "manage my affiliate programs", "compare my programs", "portfolio overview", "which program should I focus on", "diversify my affiliate income", "program switching", "affiliate portfolio", "program comparison", "revenue allocation", "which…

Affitor/affiliate-skills · 82 tokens

rh-portfolio-manager

Intelligent portfolio rebalancer, DCA manager, and risk optimizer for tokenized stocks on Robinhood Chain.

0xMatdis/Robinhood-Chain-Bankr-Tools · 27 tokens

multi-program-manager

Manage and compare multiple affiliate programs as a portfolio. Triggers on: "manage my affiliate programs", "compare my programs", "portfolio overview", "which program should I focus on", "diversify my affiliate income", "program switching", "affiliate portfolio", "program comparison", "revenue allocation", "which…

gabrielmoreira/agent-skills-mirror · 82 tokens

multi-program-manager

Manage and compare multiple affiliate programs as a portfolio. Triggers on: "manage my affiliate programs", "compare my programs", "portfolio overview", "which program should I focus on", "diversify my affiliate income", "program switching", "affiliate portfolio", "program comparison", "revenue allocation", "which…

Gingg7260/affiliate-skills · 82 tokens

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

x-tweet-by-conversation

Collects every tweet in an X (Twitter) conversation thread given a conversation id (root tweet id) — the focal tweet plus all replies, sub-replies, and quote chains — and returns normalized per-tweet data with text, author, engagement counts, media, hashtags, mentions, inreplyto mapping, and cursor for pagination. Use…

browser-act/skills · 218 tokens