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 skills add roshaw/claude-translation-agency --skill translate-add-localegit clone --depth 1 https://github.com/roshaw/claude-translation-agencyWrote 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.
[](https://agentmods.dev/skills/roshaw/claude-translation-agency/translate-add-locale)<a href="https://agentmods.dev/skills/roshaw/claude-translation-agency/translate-add-locale"><img src="https://agentmods.dev/badge/skills/roshaw/claude-translation-agency/translate-add-locale/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.
<a href="https://agentmods.dev/skills/roshaw/claude-translation-agency/translate-add-locale"><img src="https://agentmods.dev/badge/skills/roshaw/claude-translation-agency/translate-add-locale.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00206 | $0.01456 |
| Opus 5 | $0.00103 | $0.00728 |
| Sonnet 5 | $0.00041 | $0.00291 |
| Haiku 4.5 | $0.00021 | $0.00146 |
Grade A, and why
translate-add-locale 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
translate-add-locale
A thin orchestrator for adding one interface language to a codebase. The mechanical
scaffolding is delegated to the general-purpose Agent; this skill resolves the locale metadata,
sanity-checks it isn't a country code, hands off a clean brief, then points at /translate for the
real work.
"Scaffolded" ≠ "done." The scaffold makes the build go green and the UI render in the new locale, but every string is still a source-language placeholder. The locale is not done until
/translate --full --to <locale>fills it and the completeness gate confirms zero leftovers. The scaffold step reports🟡 SCAFFOLDED — NOT DONEuntil then.
What this skill does NOT do
- Translate. It clones the source language into the new locale's files as placeholders. Real
translation + terminology audit is
/translate's job, run right after (Step 4 hand-off). Do not hand-translate here and do not spawn the translator panel inline. - Add a data/content entity (a new product, country, article). A new language is not a new entity.
- Change source facts, numbers, or references.
- Commit or push. Stop on the working branch and let the human commit.
Language code vs country code (read first)
The argument is the language/locale code, never a country code. They diverge often: Greek is
el (not gr), Czech cs (not cz), Ukrainian uk (not ua). Regional variants use BCP-47 /
WP form as the project already uses them (pt-BR / pt_BR, zh-Hans, en-GB). If the user says
"add GR", confirm they mean the Greek language (el), not a Greece entity. RTL check: if
the language is right-to-left (ar, he, fa, ur), flag it — the scaffold does not handle
dir="rtl", mirrored layout, or font subsetting; those need design work before the locale ships.
Invocation
/translate-add-locale <locale> # e.g. /translate-add-locale el or /translate-add-locale pt-BR
If no locale arg, ask once (AskUserQuestion) for the code and the language's native name.
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.
- 12d ago First seen · 100 lines · 206 tokens per session scan A 15c314373495
translate-add-locale is a skill published in the GitHub repository roshaw/claude-translation-agency (2 stars, last pushed 15d ago), licensed MIT. It adds 206 tokens to every session and 1,456 once invoked, about $0.0010 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.
Other skills, from other repositories
internationalization
Plan and run a multi-language or multi-region site. Use this skill when adding new locales, choosing URL structure for languages (subfolders vs subdomains vs ccTLDs), implementing hreflang, planning translation workflow, handling currency and date formats, designing for RTL languages, or auditing a stalled…
deutsch-englisch-digitale-inhalte-handbuch
Für Deutsch Englisch AGB: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Schnittstellenkarte mit Zuständigkeits- und Nachweisfragen. Fachgebiet: AGB-Recht-Prüfer. Route: deutsch-englisch-digitale-inhalte-handbuch.
deutsch-englisch-agb
Für Deutsch Englisch AGB: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Schnittstellenkarte mit Zuständigkeits- und Nachweisfragen. Fachgebiet: AGB-Recht-Prüfer. Route: deutsch-englisch-agb.
resume-cover-letter
Write a resume / CV or cover letter tailored to a specific role. Handles regional format differences (AU/NZ, US, UK), ATS-friendly formatting, achievement-focused bullets, and cover letter structure. Use whenever the user mentions a job application, resume, CV, cover letter, career document, applying for a role, or…
nz-business-english
New Zealand business English writing style for professional communications — warm, inclusive, EN-NZ spelling (colour, organise, centre). Use whenever the user is writing for a New Zealand audience: emails, chat messages, proposals, client communications, blog posts, web copy, or any business writing. Apply to…
uk-business-english
British business English writing style for professional communications — polished, understated, EN-GB spelling (colour, organise, centre). Use whenever the user is writing for a British audience: emails, chat messages, proposals, client communications, blog posts, web copy, or any business writing. Apply to drafting…