world-of-claudecraft: Skill for Claude Code

.claude/skills/i18n-locale-fill/SKILL.md

i18n-locale-fill is a skill for Claude Code from levy-street/world-of-claudecraft. It costs 127 tokens per session (1,868 once invoked), scanned A, original, MIT.

A release-time workflow for filling unfinished translations in a software project's language files. It covers regular interface text and selected game or server text, while leaving story content and other human-only writing for people.

In plain words
What is it for?
Use it to generate translation worklists, fill allowed entries in each locale, and update language overlays or lookup dictionaries before releasing.
Why use it?
It prevents a release from being blocked by missing translations. It also gives maintainers a language-by-language list of unfinished entries to complete.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is levy-street/world-of-claudecraft's own configuration. It tells Claude Code how to work on world-of-claudecraft itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything world-of-claudecraft configures →

About the project

World of ClaudeCraft is a browser-based classic-style multiplayer online game with a persistent shared world that can also run locally or be controlled through a Python reinforcement-learning interface. Players can quest and raid in the online world, while developers can host it themselves and train AI agents to play. The catalogue skills, agents, instructions, hooks, and setting support workflows for interacting with and developing the game.

levy-street/world-of-claudecraft · 2,251 stars · on GitHub · worldofclaudecraft.com

Reuse

Borrowing it

Nothing to install: this file belongs to levy-street/world-of-claudecraft. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/levy-street/world-of-claudecraft/main/.claude/skills/i18n-locale-fill/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/levy-street/world-of-claudecraft

Made for: Claude Code.

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 i18n-locale-fill

README.md
[![agentmods](https://agentmods.dev/badge/skills/levy-street/world-of-claudecraft/i18n-locale-fill/github.svg)](https://agentmods.dev/skills/levy-street/world-of-claudecraft/i18n-locale-fill)
Your own site
<a href="https://agentmods.dev/skills/levy-street/world-of-claudecraft/i18n-locale-fill"><img src="https://agentmods.dev/badge/skills/levy-street/world-of-claudecraft/i18n-locale-fill/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.

agentmods 80×15 button for i18n-locale-fill

Your own site · 80×15
<a href="https://agentmods.dev/skills/levy-street/world-of-claudecraft/i18n-locale-fill"><img src="https://agentmods.dev/badge/skills/levy-street/world-of-claudecraft/i18n-locale-fill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,868 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 31
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 80
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.1 $0.00127 $0.01868
Opus 5 $0.00063 $0.00934
Sonnet 5 $0.00025 $0.00374
Haiku 4.5 $0.00013 $0.00187

Measured 2d ago against content hash 758b3ed04122, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

i18n-locale-fill 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.

.claude/skills/i18n-locale-fill/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.

i18n locale fill (release time)

Contributors add ENGLISH only; the maintainer fills every locale at release. This skill is that fill workflow. The release-tier gate (I18N_RELEASE_TIER=1, automatic on release/** branches) hard-fails on any pending registry row, so a release is not shippable until the fill lands.

1. Generate the worklist

npm run i18n:gen        # refresh the registry first
npm run i18n:worklist   # writes one batch per language under docs/i18n-scaling/worklist/ (gitignored)

scripts/i18n_fill_worklist.mjs is data-only (no translation): each batch entry carries { scope, key, english, placeholders, siblings }.

  • main-scope keys are filled in the matching src/ui/i18n.locales/<lang>.ts overlay.
  • sim / server / admin scope keys are filled in their matcher DICTs (the worklist header in scripts/i18n_fill_worklist.mjs names the exact files).
  • Sim-scope keys DO reach the worklist (since Masterwrought Phase 19F, ruling qr-19-sim-scope-pending-is-unreachable): the registry reads each locale's OWN source blocks through simDictProvidedKeys in src/ui/sim_i18n.ts, never the assembled DICT (which is dense by construction, baseEnTable spread under every locale), so a sim row with no fill in a locale's block is pending and lands in that locale's batch. Fill a sim key in the locale's BASE_DICT block of src/ui/sim_i18n.ts (the eight newest locales keep theirs in BASE_NEW of src/ui/sim_i18n.newlocales.ts, a hand-maintained file despite its old banner; each of those locales' own block in sim_i18n.ts spreads BASE_NEW in the MIDDLE of its literal rows, so a key spelled in both is read from whichever spelling comes last in the block, and the registry's row-count anchor in tests/i18n_status_registry.test.ts reds on the duplicate either way), and NEVER paste the English into a locale block: a copied row reads translated and ships English (the sim scope has no copied-English guard; only tests/localization_fixes.test.ts's release-tier s3_localized arm sees it late). Run npm run i18n:gen before the suites: the registry pin compares the artifact against the live source and reds on a stale one. The five per-locale *_EXTRA tables the RULES matchers read (arena, battleground, quest, item, raid) are tsc-forced dense and stay outside the registry; check them by eye at release.
  • humanRequired entries are blocked by default (quest narratives, names, lore, SEO copy): never machine-fill them; only autoFillable entries are fair game for a model pass.

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. 2d ago Changed · +10 lines 758b3ed04122
  2. 10d ago Changed · +8 lines 3b833f76203a
  3. 12d ago First seen · 91 lines · 127 tokens per session scan A 0e0f0d8c32e1

Subscribe to this mod's changes

i18n-locale-fill is a skill published in the GitHub repository levy-street/world-of-claudecraft (2,251 stars, last pushed yesterday), licensed MIT. It adds 127 tokens to every session and 1,868 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

maintaining-modding-environments

Use after first-run for ongoing modpack maintenance: update/install KB packs, author or register custom/mod KB packs, maintain localization glossary KBs for translator use, prune KB cache, health-check the environment, version-pin KB/tooling, or handle recurring BGS modding environment care.

hashgraph-online/awesome-codex-plugins · 65 tokens

using-bgs-translator

A translation workflow for Bethesda Game Studios plugins, which are game modification files such as .esp, .esm, and .esl. It prepares the plugin text for AI translation and exports files that xTranslator can use.

hashgraph-online/awesome-codex-plugins · 94 tokens

dialogue-systems

Build branching dialogue and narrative — a node/choice graph with conditions, variables, and localization hooks — and choose between authoring tools Ink and Yarn Spinner or a custom data-driven runner. Engine-neutral. Use when the user mentions dialogue system, branching dialogue, conversation tree, choices, Ink…

gamedev-skills/awesome-gamedev-agent-skills · 75 tokens

localize

Full localization pipeline: scan for hardcoded strings, extract and manage string tables, validate translations, generate translator briefings, run cultural/sensitivity review, manage VO localization, test RTL/platform requirements, enforce string freeze, and report coverage.

Donchitos/Claude-Code-Game-Studios · 50 tokens

localization

Use when implementing localization (i18n/l10n) — TranslationServer, CSV/PO translation files, locale switching, RTL support, and pluralization in Godot 4.3+.

jame581/GodotPrompter · 42 tokens

game-design-book-translator

A specialist translator and editor for English books and other long materials about game design, game development, user experience, and design theory. It also handles related diagrams, captions, tables, OCR text, and terminology.

DY-2026/GameDesignOS · 81 tokens