localization-pass

localization-pass is a skill for Claude Code from XuanRanL/loamwright-SEO-Skill. It costs 71 tokens per session (2,656 once invoked), scanned A, original, Apache-2.0.

A localization tool that adapts content to a target region and checks multilingual versions. Localization means adjusting language, spelling, measurements, dates, currency, idioms, regulations, and tone for a specific place.

In plain words
What is it for?
It is for adapting articles to local conventions, checking dialect and spelling, and auditing translation coverage, SEO parity, and hreflang settings.
Why use it?
It removes the need to check regional details and language versions manually, reducing mismatches between translations and their intended market.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Part of the xuanran-seo-blog-writer plugin — 68 skills, 34 agents, 4 hooks shipped together

Good fit It is for adapting articles to local conventions, checking dialect and spelling, and auditing translation coverage, SEO parity, and hreflang settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xuanranl/loamwright-seo-skill/localization-pass
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 XuanRanL/loamwright-SEO-Skill --skill localization-pass
Clone the repo
git clone --depth 1 https://github.com/XuanRanL/loamwright-SEO-Skill

Made for: Claude Code.

Or install xuanran-seo-blog-writer, the plugin that ships this one along with the rest of its 68 skills, 34 agents, 4 hooks.

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 localization-pass

README.md
[![agentmods](https://agentmods.dev/badge/skills/xuanranl/loamwright-seo-skill/localization-pass/github.svg)](https://agentmods.dev/skills/xuanranl/loamwright-seo-skill/localization-pass)
Your own site
<a href="https://agentmods.dev/skills/xuanranl/loamwright-seo-skill/localization-pass"><img src="https://agentmods.dev/badge/skills/xuanranl/loamwright-seo-skill/localization-pass/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 localization-pass

Your own site · 80×15
<a href="https://agentmods.dev/skills/xuanranl/loamwright-seo-skill/localization-pass"><img src="https://agentmods.dev/badge/skills/xuanranl/loamwright-seo-skill/localization-pass.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,656 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.00071 $0.02656
Opus 5 $0.00036 $0.01328
Sonnet 5 $0.00014 $0.00531
Haiku 4.5 $0.00007 $0.00266

Measured 7d ago against content hash f898e302ca03, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

localization-pass 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 7d 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.

subskills/optimize/localization-pass/SKILL.md · 257 lines

How it starts

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

Localization Pass · 7-Dimension Adaptation + Multilingual Audit

Single-article locale adaptation OR portfolio-wide multilingual quality audit.

When to invoke

  • During /article pipeline when state.brief.target_market_locale != "en-US"
  • /locale-audit <directory> — portfolio audit of existing multilingual content
  • After /article translation runs to verify per-language SEO parity
  • /locale-check workspace/{task}/draft.md — single-file dialect check

Mode 1 · Per-article dialect gate + 7-dimension adaptation

Wired v3.35 (2026-07-04): the dialect check is now the mandatory locale-spelling-check orchestrator stage — it runs on EVERY article (including en-US, where its production value is catching en-GB spellings leaking from model training data: "colour/organise/whilst" in en-US prose is an AI-tell). The executor existed since v5.0 with zero invocations (Rule 6). Evidence + thresholds: references/seo/serp-feature-value-2026.md §5.

Applied during the Optimize phase; the FULL 7-dimension adaptation applies when the target locale differs from US-English defaults.

The 7 dimensions

# Dimension Example transformation
1 Currency $199£169 / €189 / ¥21,000
2 Units inches → cm, lb → kg, miles → km, °F → °C
3 Spelling dialect color → colour, organize → organise, customize → customise
4 Idioms "drop the ball" (US) → "let the side down" (UK) / direct translation (non-EN)
5 Regulations FTC → ASA (UK) / ACCC (AU) / KSA (KR) / 消费者权益保护法 (CN)
6 Tone US casual → UK formal / JP polite (敬語) / DE direct
7 Date format MM/DD/YYYY → DD/MM/YYYY / YYYY-MM-DD / 令和7年

Workflow

# Step 1 (WIRED, mandatory stage — runs automatically in the pipeline):
python -m scripts.lint.spelling_dialect_check --workspace {task_id} --json
# Resolves target dialect from state.brief.target_market_locale (en-US default).
# Exempt zones: References/Further Reading tail, blockquotes, code, link URLs,
# Capitalized mid-sentence proper nouns ("Labour Party", "Centre for ...").
# Gate: FAIL at drift_count >= 3 (systemic drift); 1-2 hits = warnings.
# Output: workspace/{task}/locale-spelling-lint.json (passed flag enforced by
# the orchestrator, run_pipeline._GATE_STAGES, and the pre-publish gate).

# Step 2 (repair, when the gate FAILs): apply drift_words[].use_instead
# replacements directly (deterministic word swaps — surgical Edit, cheapest
# route), then the freshness rule re-runs Step 1 automatically.
# NOTE (correction, v3.35): the pre-v3.35 claim that "the humanizer agent
# handles the locale layer" was FALSE — the humanizer has no locale code. For
# non-English locales the dialect gate no-ops and the 7-dimension adaptation
# below remains an LLM editing task guided by references/localization/{locale}.md.

# Legacy single-file form (manual diagnostics):
python -m scripts.lint.spelling_dialect_check --input {path}.md --target en-UK --json

Read the full file on GitHub · 257 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. 7d ago First seen · 257 lines · 71 tokens per session scan A f898e302ca03

Subscribe to this mod's changes

localization-pass is a skill published in the GitHub repository XuanRanL/loamwright-SEO-Skill (49 stars, last pushed 24d ago), licensed Apache-2.0. It adds 71 tokens to every session and 2,656 once invoked, about $0.0004 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

hreflang-check

Audit hreflang implementation from supplied HTML, sitemap XML, or SEO-tool exports (it does not crawl sites) — running seven checks: self-referential tags, bidirectional pairs, valid ISO 639-1/3166-1 codes, x-default, duplicates, absolute URLs, and URL consistency — producing a 0-100 score, a language coverage matrix…

indranilbanerjee/digital-marketing-pro · 155 tokens

language-audit

Audit multilingual integrity across every language version of a site or content set — hreflang implementation, content parity (missing, outdated, or structurally divergent translations), translation-quality spot checks via language-router.py, regional compliance per market (GDPR, DPDPA, LGPD, PIPA, APPI, CCPA), and…

indranilbanerjee/digital-marketing-pro · 160 tokens

multilingual-score

Score translated or localized content into one composite quality verdict — technical translation scoring (length ratio, formatting, do-not-translate terms, placeholders), content quality in the target language, brand voice consistency, and target-market compliance — classified as Publish Ready (85+), Native Speaker…

indranilbanerjee/digital-marketing-pro · 173 tokens

region-config

Configure a brand's regional settings — timezone, languages, currency, compliance regulations (GDPR, CCPA, APPI, LGPD, EU AI Act Article 50, and more), local platforms, business hours, holiday calendars, and data-residency rules — written to a persistent per-region config file plus a practical compliance checklist.…

indranilbanerjee/digital-marketing-pro · 150 tokens

language-config

Configure the brand's multilingual settings in profile.json — primary and secondary languages, do-not-translate terms, preferred translation service per language (routed by language family across the translation MCPs you have connected), and locale formatting for dates, numbers, and currency — with…

indranilbanerjee/digital-marketing-pro · 168 tokens

citedy-content-writer

From topic to published blog post in one conversation — generate SEO- and GEO-optimized articles with AI illustrations and voice-over in 55 languages, create social media adaptations for 9 platforms, set up automated content sessions, and manage product knowledge base. End-to-end blog autopilot. Powered by Citedy.

citedy/citedy-seo-agent · 70 tokens