translate-missing

translate-missing is a skill for Claude Code, Codex from FreemapSlovakia/freemap-v3-react. It costs 48 tokens per session (1,488 once invoked), scanned A, original, Apache-2.0.

A workflow for filling missing translations in generated locale files. Locale files hold the text an application shows in different languages, while template files are the editable translation sources.

In plain words
What is it for?
Use it to find TODO translation markers, transfer their English text and translation hints into the matching template files, and finish a language's missing entries.
Why use it?
It prevents translators from editing generated files that will be overwritten and focuses work on the files that control future builds.

Skill for Claude CodeCodex

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 skills/freemapslovakia/freemap-v3-react/translate-missing
Any agent
npx skills add FreemapSlovakia/freemap-v3-react --skill translate-missing
Clone the repo
git clone --depth 1 https://github.com/FreemapSlovakia/freemap-v3-react

Made for: Claude Code, Codex.

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 translate-missing

README.md
[![agentmods](https://agentmods.dev/badge/skills/freemapslovakia/freemap-v3-react/translate-missing.svg)](https://agentmods.dev/skills/freemapslovakia/freemap-v3-react/translate-missing)
Your own site
<a href="https://agentmods.dev/skills/freemapslovakia/freemap-v3-react/translate-missing"><img src="https://agentmods.dev/badge/skills/freemapslovakia/freemap-v3-react/translate-missing.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,488 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.00048 $0.01488
Opus 5 $0.00024 $0.00744
Sonnet 5 $0.00010 $0.00298
Haiku 4.5 $0.00005 $0.00149

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

Security

Grade A, and why

translate-missing 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 3d 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/translate-missing/SKILL.md · 109 lines

How it starts

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

/translate-missing

Translate keys marked /* TODO translate; non-english translations: ... */ from the generated locale files into the matching *.template.* files.

Background

pnpm sync-language-files (driven by translation-manager/sync-language-files.ts and translation-manager/templates.json) regenerates the plain locale files from en plus each *.template.* file. Any key that is in en but missing from a <lang>.template.* gets emitted into the generated file with a TODO translate block comment that includes the English value and any sibling-language translations as hints. The *.template.* files are the source of truth; the plain files are gitignored and overwritten on each sync.

The set of governed files is not fixed — read it from translation-manager/templates.json (.templates[], each carrying a {LANG} placeholder) so this skill stays correct as feature folders are added.

How {LANG} expands

{LANG} is not a bare language code. sync-language-files.ts expands the same pattern three ways:

Role {LANG} becomes Example from src/translations/{LANG}.tsx
English master (every key) en.messages src/translations/en.messages.tsx
Template — source of truth, what you edit <lang>.template src/translations/sk.template.tsx
Generated output — gitignored, carries the TODO markers <lang>.messages src/translations/sk.messages.tsx

Templates fall back to the master via DeepPartialWithRequiredObjects<Messages>.

Substituting a bare <lang> produces paths that do not exist, so grep matches nothing and the scan below reports "clean" when markers are in fact present. Always substitute <lang>.messages when scanning.

Which languages

Do not hardcode the language list — it grows. The canonical codes are the languages tuple in src/shared/langUtils.ts, re-exported through src/features/mainMenu/components/languageItems.ts; en is the master and is never a translation target. The sync iterates exactly translation-manager/templates.json's .langs[], which must match. List the current targets with:

Read the full file on GitHub · 109 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. 3d ago First seen · 109 lines · 48 tokens per session scan A 38bfe7b7c16b

Subscribe to this mod's changes

translate-missing is a skill published in the GitHub repository FreemapSlovakia/freemap-v3-react (48 stars, last pushed 4d ago), licensed Apache-2.0. It adds 48 tokens to every session and 1,488 once invoked, about $0.0002 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.