localize

localize is a skill for Claude Code, Codex from frabcd/codex-ai-game-studio. It costs 50 tokens per session (4,393 once invoked), scanned A, a copy of localize, MIT.

A localization workflow for making a game work naturally in different languages and regions. Localization includes translation, cultural checks, voice recording, right-to-left layout testing, and language-specific quality checks.

In plain words
What is it for?
Use it to scan and extract text, validate translation files, measure language coverage, brief translators, review cultural details, manage voice-over work, test right-to-left languages, and enforce a text freeze.
Why use it?
It helps find missing translations, broken placeholders, layout problems, and cultural issues before release.

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/frabcd/codex-ai-game-studio/localize
Any agent
npx skills add frabcd/codex-ai-game-studio --skill localize
Clone the repo
git clone --depth 1 https://github.com/frabcd/codex-ai-game-studio

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 localize

README.md
[![agentmods](https://agentmods.dev/badge/skills/frabcd/codex-ai-game-studio/localize.svg)](https://agentmods.dev/skills/frabcd/codex-ai-game-studio/localize)
Your own site
<a href="https://agentmods.dev/skills/frabcd/codex-ai-game-studio/localize"><img src="https://agentmods.dev/badge/skills/frabcd/codex-ai-game-studio/localize.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod 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.00050 $0.04393
Opus 5 $0.00025 $0.02197
Sonnet 5 $0.00010 $0.00879
Haiku 4.5 $0.00005 $0.00439

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

Security

Grade A, and why

localize 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 4d 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.

Origin

This is a copy

88% identical to localize — 57 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/ai-game-studio/skills/localize/SKILL.md · 443 lines

How it starts

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

Port provenance: adapted from the pinned upstream source at 984023ddac0d5e27624f2baacde6105e45de375f under MIT; see the repository parity ledger for the exact path and blob.

Localization Pipeline

Localization is not just translation — it is the full process of making a game feel native in every language and region. Poor localization breaks immersion, confuses players, and blocks platform certification. This skill covers the complete pipeline from string extraction through cultural review, VO recording, RTL layout testing, and localization QA sign-off.

Modes:

  • scan — Find hardcoded strings and localization anti-patterns (read-only)
  • extract — Extract strings and generate translation-ready tables
  • validate — Check translations for completeness, placeholders, and length
  • status — Coverage matrix across all locales
  • brief — Generate translator context briefing document for an external team
  • cultural-review — Flag culturally sensitive content, symbols, colours, idioms
  • vo-pipeline — Manage voice-over localization: scripts, recording specs, integration
  • rtl-check — Validate RTL language layout, mirroring, and font support
  • freeze — Enforce string freeze; lock source strings before translation begins
  • qa — Run the full localization QA cycle before release

If no subcommand is provided, output usage and stop. Verdict: FAIL — missing required subcommand.


Phase 2A: Scan Mode

Search src/ for hardcoded user-facing strings:

  • String literals in UI code not wrapped in a localization function (tr(), Tr(), NSLocalizedString, GetText, etc.)
  • Concatenated strings that should be parameterized
  • Strings with positional placeholders (%s, %d) instead of named ones ({playerName})
  • Format strings that mix locale-sensitive data (numbers, dates, currencies) without locale-aware formatting

Search for localization anti-patterns:

  • Date/time formatting not using locale-aware functions
  • Number formatting without locale awareness (1,000 vs 1.000)
  • Text embedded in images or textures (flag asset files in assets/)
  • Strings that assume left-to-right text direction (positional layout, string assembly order)
  • Gender/plurality assumptions baked into string logic (must use plural forms or gender tokens)
  • Hardcoded punctuation (e.g. "You won!" — exclamation styles vary by locale)

Read the full file on GitHub · 443 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 443 lines · 50 tokens per session scan A 6a81816faa0b

Subscribe to this mod's changes

localize is a skill published in the GitHub repository frabcd/codex-ai-game-studio (8 stars, last pushed 4d ago), licensed MIT. It adds 50 tokens to every session and 4,393 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to localize, differing in 57 lines, and is treated as a copy.

Related

Other skills, from other repositories

humanize-korean

Korean prose humanizer for Codex and Superloopy that rewrites Korean text so it sounds naturally human while preserving meaning, register, facts, protected tokens, and evidence. Use when the user asks to remove Korean AI tells, make Korean copy sound human, fix 번역투, remove ChatGPT/Claude/Gemini tone, polish Korean…

beefiker/superloopy · 175 tokens

local-rules-adapter

Route China worker-rights cases through city-specific labor-rule checks, local wage-cap verification, social-insurance or housing-fund source lookup, arbitration venue/form checks, and source-card status labels. Use when a case involves Beijing, Shanghai, Shenzhen, Guangzhou, Hangzhou, a local average-wage cap, local…

90le/worker-rights-cn · 102 tokens

hermes-agent-compatibility

Audit Socket-to-Hermes compatibility across Agent Skills, Codex plugins, MCP, hooks, apps, agents, and Hermes extension systems. Use for skill exports, config translations, and Hermes adapter decisions.

gaelic-ghost/socket · 48 tokens

xcode-localization-workflow

Plan, implement, review, and validate Apple-platform localization with Xcode String Catalogs. Use for .xcstrings setup, localizable SwiftUI and Foundation text, string tables, comments, plural and device variants, XLIFF handoff, locale UI checks, or Xcode 27 agent-assisted translation.

gaelic-ghost/socket · 69 tokens

ludoweft-localize

This skill should be used for game localization patches — when a project contains ludoweft.project.json, or when the user asks to localize, extract, translate, review, patch, or rebuild text in moddable game files, such as FreeMote info-PSB archives and MAGES visual novels. It covers resource inspection, extraction…

zeikar/ludoweft · 129 tokens

unity-ui-art-and-motion-production

Use when new or revised Unity UI visuals, icons, panels, 9-slice sprites, component states, HUD or menu layouts, popup motion, screen transitions, or flattened UI screenshot decomposition must be produced through Figma and integrated into uGUI, NGUI, or UI Toolkit; not for UI debugging, localization-only work…

hoatv2211/GameStudio-CodexKIT · 83 tokens