cv-use

A command for choosing which résumé template renders the active résumé. A résumé is a document describing your work history and skills for job applications.

In plain words
What is it for?
Use it to list available templates, select one by name, and regenerate the résumé using that template.
Why use it?
It lets you change the résumé’s visual layout while keeping the active résumé’s other details unchanged.

Command

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.

agentmods
npx agentmods add commands/localplugins/plugins/cv-use
Clone the repo
git clone --depth 1 https://github.com/localplugins/plugins
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 368 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00017 $0.00368
Opus 5 $0.00009 $0.00184
Sonnet 5 $0.00003 $0.00074
Haiku 4.5 $0.00002 $0.00037

Measured yesterday against content hash 4fc173be478e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

cv-forge/commands/cv-use.md · 36 lines

What it actually says

/cv-use

Switch the active template for the current résumé.

Steps

  1. List templates. Enumerate the directories under "${CLAUDE_PLUGIN_ROOT}/templates/", excluding _shared (that one holds the renderer, not a template — render-core.js). Each remaining directory name is a template slug; each must contain a template.html. In Plan 1 that's just classic-ats — the fuller gallery (modern, minimal, academic) and a rendered preview (output/gallery.html) arrive in Plan 2. Show the current active slug (line 1 of cv/.active, if present).

  2. If a slug was given, verify it matches one of the listed template directories. If not, list the valid slugs and stop without changing anything.

  3. If no cv/.active exists yet, tell the user to run /cv-new first (it creates the résumé and sets the initial template) and stop.

  4. Set active. Rewrite only line 1 of cv/.active to the new slug, preserving lines 2 (display name) and 3 (headline) exactly as they were.

  5. Re-render. Run /cv-make so the output file reflects the newly selected template.

Note: this switches the template for the one active résumé. Managing several résumés side by side (resumes/<slug>/) is Plan 2, not built here.

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. yesterday First seen · 36 lines · 17 tokens per session scan A 4fc173be478e

Subscribe to this mod's changes

cv-use is a command published in the GitHub repository localplugins/plugins (5 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 368 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-31.