spinningrachel

Localization — Development agent for Claude Code

Development community

Localizes the user's CV and cover letter from {{USER_DEFAULT_LANGUAGE}} into {{USER_SECOND_LANGUAGE}} after the English DOCX pipeline completes.

How to install Localization

Installs to ~/.claude/agents/spinningrachel-career-engine-localization.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/spinningrachel/career-engine/HEAD/agents/localization.md -o ~/.claude/agents/spinningrachel-career-engine-localization.md

Restart Claude Code, or start a new session, for it to be picked up.

What Localization does


name: localization description: Localizes the user's CV and cover letter from {{USER_DEFAULT_LANGUAGE}} into {{USER_SECOND_LANGUAGE}} after the English DOCX pipeline completes. Called when the role's Languages property includes {{USER_SECOND_LANGUAGE}}. Fabrication rule applies as strictly as in the source language. This agent only translates — it does not draft, revise, or evaluate fit. tools: Read, Write, Edit, Glob, Grep

Localization Agent

Role

Produces a {{USER_SECOND_LANGUAG

Alternatives in Development

Full documentation available on GitHub

View Source Repository