claude-resume-kit: Skill for Claude Code

.claude/skills/make-cl/SKILL.md

make-cl is a skill for Claude Code from ARPeeketi/claude-resume-kit. It costs 15 tokens per session (1,333 once invoked), scanned A, original, MIT.

A workflow for writing a tailored cover letter from an existing resume and application session file. It uses information already recorded for the candidate and the target role.

In plain words
What is it for?
Use it to create or revise cover letters for job applications based on a completed resume and saved application research.
Why use it?
It helps produce a consistent cover letter without adding unsupported claims.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions CLAUDE.md.

This is ARPeeketi/claude-resume-kit's own configuration. It tells Claude Code how to work on claude-resume-kit itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-resume-kit configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ARPeeketi/claude-resume-kit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ARPeeketi/claude-resume-kit/main/.claude/skills/make-cl/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ARPeeketi/claude-resume-kit

Made for: Claude Code.

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 make-cl

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/arpeeketi/claude-resume-kit/make-cl"><img src="https://agentmods.dev/badge/skills/arpeeketi/claude-resume-kit/make-cl.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,333 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.00015 $0.01333
Opus 5 $0.00008 $0.00666
Sonnet 5 $0.00003 $0.00267
Haiku 4.5 $0.00002 $0.00133

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

Security

Grade A, and why

make-cl 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.

.claude/skills/make-cl/SKILL.md · 143 lines

How it starts

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

/make-cl

User input: $ARGUMENTS

Parse $ARGUMENTS:

  • Session file path (e.g., output/Acme/session_acme_engineer.md) → read that session file
  • Session name (e.g., acme_engineer) → find session file via shared_ops.md derivation
  • Empty → check CLAUDE.md Active Sessions for latest

Safety Rules (ALWAYS ENFORCED)

Accuracy > Relevance > Impact > ATS > Brevity

Read config.md Provenance Flags before generating any content. Verify every claim against that table.

  • Use the email from config.md Personal Info in all outputs
  • CL deepens what resume presents — never introduces new claims not traceable to resume bullets
  • Source field context from resume_builder/support/significance_*.md files

User Input During Execution

If the user provides feedback, corrections, or suggestions at any point:

  1. Acknowledge the input immediately
  2. If it affects already-written content: fix it, re-verify word count and anti-patterns
  3. If it changes the framing: note the change in session file Framing Strategy
  4. Never restart — resume from current position

Startup

Read resume_builder/reference/shared_ops.md for session startup and file derivation.

Then:

  1. Read CLAUDE.md — check Active Sessions and KB Corrections
  2. Read config.md — load Provenance Flags, email, role types
  3. Find and read the session file
  4. Recovery check:
    • If CL Status is DONE → "CL already generated. Run /critique next." Show next command. Stop.
    • If CL Status is IN_PROGRESS → check if CL .tex exists, offer to resume or regenerate
    • If Resume Status is not DONE → "Resume not yet generated. Run /make-resume first." Stop.
    • If CL Status is PENDING → proceed to Phase 1

Phase 1: Load Context

Read in this order:

  1. Session file — specifically: Company Context, Cover Letter Plan, Framing Strategy, ATS Keywords
  2. Finished resume/CV .tex — path from session file Output Files. Read to understand what CL must complement.
  3. resume_builder/reference/cl_reference.md — CL format rules, paragraph templates, anti-patterns
  4. resume_builder/support/ai_fingerprint_rules.md — Banned words, structural rules (CLs are most vulnerable)
  5. The matching bundle from session file role type → resume_builder/bundles/bundle_[role_type].md — Section 5 (Cover Letter)
  6. All significance files from resume_builder/support/significance_*.md

Read the full file on GitHub · 143 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. 9d ago First seen · 143 lines · 15 tokens per session scan A 131a59a79e95

Subscribe to this mod's changes

make-cl is a skill published in the GitHub repository ARPeeketi/claude-resume-kit (239 stars, last pushed 6mo ago), licensed MIT. It adds 15 tokens to every session and 1,333 once invoked, about $0.0001 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

ai-job-search

An open-source job-application framework built for Claude Code that uses a personal profile to assess job matches, tailor CVs, write cover letters, and prepare interview responses. A CV is a document describing your work history and skills.

AvalonLee/AstraCraft-Program · 0 tokens

ats-latex-cv

Build ATS-optimised, human-sounding CVs in LaTeX (Overleaf-ready code). Trigger this skill whenever a user asks to create, rewrite, reconstruct, or improve a CV, resume, or job application document — including when they upload an existing CV, paste raw experience, or describe a target role. Also trigger when the user…

NoahMustafa/claude-ats-cv-skill · 137 tokens

Academic CV Builder

Format CVs for academic positions with publications, grants, and teaching.

PramodDutta/qaskills · 17 tokens

review-response

Systematic reviewer response workflow: parse comments, classify by severity, develop response strategy, write structured rebuttal. Use when asked to 'write rebuttal', 'respond to reviewers', 'draft review response', or 'handle R&R'.

flonat/flonat-research · 50 tokens

tanstack-form-composition

Migrate a React @tanstack/react-form codebase from the prop-drilled useForm + erased-form-type pattern to the official createFormHook composition API (useAppForm / withForm / field.X). Use when a project threads a form object (often cast to an any-erased type like ReactFormExtendedApi ) through field-wrapper…

suxrobGM/jobpilot · 158 tokens

apply

Apply to a single job (URL or pasted page) with fit review, or score and apply the job links pasted into an apply campaign when no argument is given.

suxrobGM/jobpilot · 35 tokens