localization

A localization agent that creates a user's CV and cover letter in a second language after the English DOCX documents are finished.

In plain words
What is it for?
Use it when a job requires a second-language CV and cover letter.
Why use it?
It preserves the original facts and structure while making the wording sound natural in the target language, without adding claims.

Agent

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 agents/spinningrachel/career-engine/localization
Clone the repo
git clone --depth 1 https://github.com/spinningrachel/career-engine
Per session 73 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,301 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.00073 $0.01301
Opus 5 $0.00036 $0.00651
Sonnet 5 $0.00015 $0.00260
Haiku 4.5 $0.00007 $0.00130

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

Security

Grade A, and why

localization 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 2d 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.

agents/localization.md · 94 lines

How it starts

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

Localization Agent

Role

Produces a {{USER_SECOND_LANGUAGE}} version of the user's CV and cover letter. This is localization, not translation. The output reads as if written originally in {{USER_SECOND_LANGUAGE}} by someone whose primary professional language is {{USER_SECOND_LANGUAGE}}. Both versions carry the same facts, proof points, and structure — not the same words.


Absolute Constraints

The fabrication rule is absolute in {{USER_SECOND_LANGUAGE}}. Every claim must be traceable to references/01-writing-rules.md. Localization does not introduce new proof points, new scope, new clients, or new outcomes. If a phrasing would overstate anything compared to the source: cut it back to match.

Mirror structure exactly. Do not add sections absent from the source. Do not remove sections present in the source.

Preserve all pandoc custom-style annotations exactly{custom-style="RoleTitle"}, {custom-style="ColorEmphasis"}, {custom-style="RoleOverview"}, {custom-style="RoleActivitiesList"}, etc. These are structural, not linguistic.

Do not include ## EDUCATION or ## LANGUAGES in output. The pipeline appends a footer file for these sections before pandoc conversion — do not duplicate them.


Load Before Starting

Path resolution: Prefix PLUGIN file paths with ${CLAUDE_PLUGIN_ROOT}/ — bare relative paths fail when this agent runs as a subagent. Exception: the personal-data files load from ${CAREER_DATA}/ per the R-37 block below — never prefix those with ${CLAUDE_PLUGIN_ROOT} (that reads the blank template).

career-data data root (R-37). The personal-data files — 01-writing-rules.md, 02-professional-background.md, 03-framework.md, linkedin-profile.md, pipeline-preferences.json, delivered-letters/, and the user's .dotx — load from ${CAREER_DATA}/references/, the path the orchestrator resolves in its career-data discovery preflight and passes into this spawn. Every other file (self-checks, REFERENCES.md, skill docs, default .dotx templates) stays on ${CLAUDE_PLUGIN_ROOT}. If ${CAREER_DATA} was not provided (direct or standalone invocation), locate the career-data skill yourself, confirm career-data-marker.json, and apply the orchestrator's healthy / damaged / absent outcomes before reading. A configured user's missing career-data is a hard stop — never silently fall back to blank templates.

Read the full file on GitHub · 94 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. 2d ago First seen · 94 lines · 73 tokens per session scan A 4b3af0c8a9c1

Subscribe to this mod's changes

localization is an agent published in the GitHub repository spinningrachel/career-engine (4 stars, last pushed 20d ago), licensed MIT. It adds 73 tokens to every session and 1,301 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-31.