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 agentmods add instructions/olegvg/resume-tailor-plugin/claude-mdgit clone --depth 1 https://github.com/olegvg/resume-tailor-pluginWhat 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 | $0.00636 | $0.00636 |
| Opus 5 | $0.00318 | $0.00318 |
| Sonnet 5 | $0.00127 | $0.00127 |
| Haiku 4.5 | $0.00064 | $0.00064 |
Grade A, and why
resume-tailor-plugin CLAUDE.md 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 yesterday.
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 — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
This is a Claude Code and Codex plugin (not a traditional software project) that provides a single skill: resume-tailor. It tailors resumes to specific job descriptions with ATS optimization. No build system, no tests, no dependencies — the project is entirely prompt-based markdown.
Architecture
.claude-plugin/plugin.json — Claude Code plugin manifest (name, version, metadata)
.codex-plugin/plugin.json — Codex plugin manifest and marketplace metadata
.agents/plugins/marketplace.json — Codex self-hosted marketplace index
skills/resume-tailor/
SKILL.md — Main skill definition (workflow, stages, rules)
references/
ats-rules.md — ATS formatting rules, keyword strategy, scoring formula
locale-en.md — English/US resume conventions
locale-ru.md — Russian/CIS resume conventions
section-templates.md — Section templates with slot markers for both locales
SKILL.mdis the orchestrator — it defines a 7-stage workflow (Stages 0-6) and references the files inreferences/at specific stages.- Reference files are read by the skill at runtime, not by the plugin system. They contain domain knowledge, not code.
- The skill produces output in
docs/resume/within the user's project (master profile, drafts, DOCX files). This directory is not part of the plugin itself.
Key Concepts
- Master profile (
docs/resume/master-profile.mdin user's project): comprehensive career data store, created on first run, reused across tailoring sessions. - Visibility system: roles in the master profile can be tagged
always,variant-specific,on-request, orreference-onlyto control inclusion per resume variant. - ATS scoring: weighted formula (40% required skills, 20% nice-to-have, 20% quantification, 10% completeness, 10% distribution).
- Locale support: EN/US and RU/CIS with different section ordering, personal info rules, and tone.
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.
- yesterday First seen · 50 lines · 636 tokens per session scan A 5afb573c3cf4
resume-tailor-plugin CLAUDE.md is an instructions file published in the GitHub repository olegvg/resume-tailor-plugin (38 stars, last pushed 4mo ago), licensed MIT. It adds 636 tokens to every session, about $0.0032 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.
Other instructions, from other repositories
ai-job-search CLAUDE.md
Claude Code instructions for MadsLorentzen/ai-job-search, covering job application assistant for [yourname], role, candidate profile, identity and education.
ai-job-search AGENTS.md
AGENTS.md instructions for MadsLorentzen/ai-job-search, covering agent guidelines: ai job search and thin-pointer design (single source of truth).
Resume-Builder CLAUDE.md
Instructions for jananthan30/Resume-Builder, covering resume builder - project context, quick start, option 1: claude code custom commands (recommended), resume only - dual optimized and cover letter only.
Resume-Builder AGENTS.md
Instructions for jananthan30/Resume-Builder, covering resume builder - codex context, codex plugin surface, native four-role resume team and operating rules.
job-application-mcp CLAUDE.md
Claude Code instructions for firyomaefx/job-application-mcp, covering job application mcp — guide for claude code, project, layout, conventions and commands.
claude-job-slayer CLAUDE.md
Claude Code instructions for BowennCAI/claude-job-slayer, covering claude-job-slayer, 支持的 agent, 关键文件结构, 简历版本(条件编译开关) and 构建命令.