audit-i18n

audit-i18n is a skill for Claude Code, Codex from kensaurus/cursor-kenji. It costs 61 tokens per session (3,028 once invoked), scanned A, original, MIT.

A review and correction of translations in a website or mobile app so each language sounds natural to local users.

In plain words
What is it for?
Use it to audit language files, add or review locales, rewrite unnatural strings, and improve messages such as errors and form instructions.
Why use it?
It finds missing translations, hardcoded text, awkward machine-like wording, and technical messages that users may not understand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to audit language files, add or review locales, rewrite unnatural strings, and improve messages such as errors and form instructions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kensaurus/cursor-kenji/audit-i18n
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.

Any agent
npx skills add kensaurus/cursor-kenji --skill audit-i18n
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

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 audit-i18n

README.md
[![agentmods](https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/audit-i18n.svg)](https://agentmods.dev/skills/kensaurus/cursor-kenji/audit-i18n)
Your own site
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/audit-i18n"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/audit-i18n.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,028 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 pass 7 Sept 2026
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.00061 $0.03028
Opus 5 $0.00030 $0.01514
Sonnet 5 $0.00012 $0.00606
Haiku 4.5 $0.00006 $0.00303

Measured 5d ago against content hash 02bbc450052e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

audit-i18n 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 5d 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.

skills/audit-i18n/SKILL.md · 330 lines

How it starts

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

audit-i18n — Natural, Human-Sounding Translations

Degree of freedom: MIXED — Quality judgment and rewrite [HIGH freedom]; Phase 2 key-diff and Phase 4 locale walk [LOW freedom — run exactly].

Audit-and-fix exception. Find bad copy, then fix it. Not present-then-stop.

Translations that read like machine output erode user trust — especially in the user's own language. Find every unnatural, jargon-heavy, or technically worded string and rewrite it to sound like a real person in that locale.

The goal: every string should sound like it was written by a native speaker who understands the user, not translated from English by a developer.


Core principles for good copy

These apply to every string in every locale:

Bad Better Why
"Invalid email format" "That email doesn't look right — check for typos" Guides, doesn't blame
"An error occurred" "Something went wrong. Try again, or contact us if it keeps happening" Actionable
"Please enter a valid value" "This field is required" or "Enter a number between 1 and 100" Specific
"Authentication failed" "Wrong email or password" Plain language
"Submit" "Save", "Send message", "Create account" Says what actually happens
"OK" "Got it", "Done", or the specific action Less dismissive
"User" "you", "your account" Conversational
"The operation was successful" "Done!" or "Saved" Natural
"Do you want to proceed?" "Are you sure? This can't be undone." Honest and specific

How to reason — Observe → Interpret → Classify → Severity

  1. Observe — quote the source string or locale key (file:line) and the base-locale counterpart
  2. Interpret — does a native speaker get a next step, or a literal/dev-voiced phrase?
  3. Classify — hardcoded / missing key / too-literal / wrong-tone / format-mismatch / untranslated-key
  4. Severity — checkout, auth, and error strings first; [TODO] if you are not a native speaker

Read the full file on GitHub · 330 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. 5d ago First seen · 330 lines · 61 tokens per session scan A 02bbc450052e

Subscribe to this mod's changes

audit-i18n is a skill published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 10d ago), licensed MIT. It adds 61 tokens to every session and 3,028 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

inclusive-design

Use when working on inclusion, i18n/localization, global name/address forms, low-end devices, slow/metered networks, affordability, or first-time/low-confidence users; not WCAG/screen readers (see accessibility).

evanca/flutter-ai-rules · 50 tokens

globalize-now-cli-use

Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when…

globalize-now/globalize-skills · 110 tokens

globalize-now-project-setup

Create a Globalize translation project, connect a GitHub or GitLab repository, and set catalog file patterns. Use this skill when the user asks to create a Globalize project, connect their repo to Globalize, or wire their translation catalogs to the Globalize platform. Assumes the Globalize CLI is already installed…

globalize-now/globalize-skills · 107 tokens

css-i18n

Audit and convert CSS to use logical properties for RTL/bidirectional layout support. Use when the user asks to "make CSS RTL-safe", "use logical properties", "replace left/right with start/end", "audit CSS for i18n", "CSS internationalization", "fix CSS for RTL", "convert to logical properties", or when setting up…

globalize-now/globalize-skills · 123 tokens

globalize-now-account-setup

Install the Globalize CLI, authenticate, and verify your organization. Use this skill when the user asks to set up Globalize, install the Globalize CLI, sign in or authenticate with Globalize, or connect their Globalize account. Also use when the user mentions @globalize-now/cli-client or globalise-now-cli and needs…

globalize-now/globalize-skills · 127 tokens