resume-manager

resume-manager is a skill for Claude Code, Codex from ailabs-393/ai-labs-claude-skills. It costs 84 tokens per session (4,691 once invoked), scanned A, original, MIT.

A resume-management helper that keeps a structured record of professional experience, projects, skills, and certifications. It can use that information to create resumes tailored to particular job applications.

In plain words
What is it for?
Use it to create or update resume data, track career history, select relevant experience for a job, and generate styled PDF resumes.
Why use it?
It avoids rewriting a complete resume for every role and keeps career information organized for reuse.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to create or update resume data, track career history, select relevant experience for a job, and generate styled PDF resumes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ailabs-393/ai-labs-claude-skills/resume-manager
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 ailabs-393/ai-labs-claude-skills --skill resume-manager
Clone the repo
git clone --depth 1 https://github.com/ailabs-393/ai-labs-claude-skills

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 resume-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/resume-manager/github.svg)](https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/resume-manager)
Your own site
<a href="https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/resume-manager"><img src="https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/resume-manager/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-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/ailabs-393/ai-labs-claude-skills/resume-manager"><img src="https://agentmods.dev/badge/skills/ailabs-393/ai-labs-claude-skills/resume-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,691 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
  • Socket pass 18 Mar 2026
  • Snyk warn 15 Feb 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.00084 $0.04691
Opus 5 $0.00042 $0.02346
Sonnet 5 $0.00017 $0.00938
Haiku 4.5 $0.00008 $0.00469

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

Security

Grade A, and why

resume-manager 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 13d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (index.js, scripts/pdf_generator.py, scripts/resume_db.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

packages/skills/resume-manager/SKILL.md · 722 lines

How it starts

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

Resume Manager

Overview

This skill transforms Claude into a comprehensive resume management system that maintains a structured database of your professional profile and generates tailored, professionally styled PDF resumes for specific job applications. The skill intelligently selects and highlights the most relevant experiences, projects, and skills based on the target role.

When to Use This Skill

Invoke this skill for resume-related tasks:

  • Creating tailored resumes for job applications
  • Updating professional experiences and projects
  • Managing skills and certifications
  • Tracking career progression
  • Generating role-specific resumes
  • Maintaining a comprehensive career portfolio
  • Optimizing resume content for ATS systems

Workflow

Step 1: Check for Existing Data

Before any resume operations, check if the database is initialized:

python3 scripts/resume_db.py is_initialized

If output is "false", proceed to Step 2 (Initial Setup). If "true", proceed to Step 3 (Resume Operations).

Step 2: Initial Setup - Extract from Existing Resume

When no data exists, ask the user to provide their existing resume.

Prompt the User:

To help you create tailored resumes, I need to build a database of your professional
profile. Please provide your existing resume in one of these ways:

1. Upload your resume file (PDF, DOCX, or TXT)
2. Paste the content of your resume
3. Provide a link to your online resume/LinkedIn profile

I'll extract all the information and organize it in a structured database that I can
use to generate customized resumes for different job applications.

Extracting Data from Resume:

Once the user provides their resume, extract the following information:

1. Personal Information:

  • Full name
  • Email address
  • Phone number
  • Location (city, state/country)
  • LinkedIn profile URL
  • GitHub profile URL
  • Personal website
  • Professional summary/objective

2. Work Experience: For each role, extract:

  • Position/Job title
  • Company name
  • Location
  • Start date (format: "Mon YYYY" like "Jan 2022")
  • End date (or "Present")
  • Brief description
  • Key highlights/achievements (bullet points)
  • Technologies/tools used

Read the full file on GitHub · 722 lines

Files

What ships with it

5 files 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. 13d ago First seen · 722 lines · 84 tokens per session scan A a6c901d036f8

Subscribe to this mod's changes

resume-manager is a skill published in the GitHub repository ailabs-393/ai-labs-claude-skills (445 stars, last pushed 10mo ago), licensed MIT. It adds 84 tokens to every session and 4,691 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-08-30.

Related

Other skills, from other repositories