Blog Localize, Cultural Deep-Adaptation

Deep cultural adaptation of translated blog posts.

How to use it

  1. Hit Copy the whole skill.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit AgriciDaniel/claude-blog/skills/blog-localize#main ~/.claude/skills/blog-localize-2

For one project only, change the path to .claude/skills/blog-localize-2.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text219 lines
blog-localize-2/SKILL.md219 lines9.0 KBpushed 27d agoRawView on GitHub

Blog Localize, Cultural Deep-Adaptation

Takes a translated blog post and performs cultural adaptation so the result feels like it was written for the target market, not translated into it. This is the layer above blog-translate: it replaces examples, adjusts tone, swaps references, and localizes the entire reading experience.

Adapted from claude-blog-multilingual by Chris Mueller (Pro Hub Challenge, March 2026). Original: https://github.com/Chriss54/multilingual-int

Key References

  • ../blog-translate/references/cultural-adaptation.md, the shared cultural profiles file with substitution tables for DACH, Francophone, Hispanic, Japanese, and a custom template. Do not duplicate this file.

When to Use

  • Right after blog-translate produces a base translation.
  • When existing translated content reads like "translated from English".
  • When targeting a specific market, not just a language.
  • When content needs local statistics, examples, and brand references.

Workflow

Phase 1: Locale Understanding

  1. Parse the locale code with the shared multilingual locale rules used by blog-translate, blog-multilingual, and blog-locale-audit: ISO 639-1 language in lowercase, optional ISO 15924 script in title case, optional ISO 3166-1 Alpha-2 region in uppercase. Accept full codes (de-DE, fr-CA, es-MX, pt-BR, zh-Hant) and unambiguous plain language codes (de, fr). Require a region or explicit neutral mode for ambiguous language-only targets such as es, pt, and zh.
  2. Load the cultural profile from ../blog-translate/references/cultural-adaptation.md.
    • If the locale has a profile, use it.
    • If not, follow the "Custom-locale template" section in that reference to build a minimal profile inline.
  3. Read the translated post only after resolving it inside the project root/current working directory. Reject symlinked paths, traversal outside the root, files over 10 MB, and binary files. Then identify adaptation targets.

Phase 2: Cultural Audit

Scan for elements that signal foreign origin:

Element What to look for
Brand examples US or UK brands with no relevance locally
Statistics sources US-only studies and surveys
CTAs American-style aggressive calls-to-action
Idioms Literally translated English expressions
Legal references Foreign laws (CCPA, FTC) where local law applies (DSGVO, RGPD)
Cultural references Foreign holidays, events, customs
Currency and pricing USD without conversion or context
Tone Too casual or too formal for the target market
Address form Inconsistent Sie/du, tu/vous, formal/informal

Output an audit report listing every target with severity (critical, recommended, optional).

Phase 3: Adaptation

3a. Example Substitution

Swap foreign examples for local equivalents:

  • Use WebSearch to find local case studies, brands, or scenarios.
  • Replace inline, preserving the same argument and structure.
  • Record source URL, access date, and rationale for every non-obvious local replacement.
  • If no local equivalent exists, keep the original but add local context ("In the German market, the equivalent dynamic is X").

3b. Statistics Localization

  • Use primary or high-quality local sources for replacement statistics: national statistics offices, regulators, official industry bodies, academic datasets, or named research reports with methodology.
  • Do not rely on generic WebSearch snippets as evidence. Fetch the cited page, verify the figure and context, and record the source URL and date.
  • Fetch cited pages only after SSRF checks: allow https URLs only; reject javascript:, data:, file:, localhost, loopback, private, link-local, multicast, and reserved IPs after DNS resolution; disable redirects or validate the final URL with the same checks; cap redirects, response size, and request time; log the final URL and access date.
  • If local data exists with comparable methodology, swap the source and the figure together. Keep one named source per claim.
  • If local data is related but uses a different methodology or timeframe, do not silently swap it. Keep the original claim scoped, or rewrite the claim to match the local source.
  • If not, keep the original stat but mark its geographic scope ("In the US, ...").
  • Never strip source attribution.

3c. CTA Adaptation

Rewrite calls-to-action per the cultural profile:

  • Adjust aggressiveness level (DACH and JA prefer informational, US prefers imperative).
  • Use culturally appropriate action verbs.
  • Adapt urgency framing.

3d. Tone Calibration

  • Match formality per profile (DACH defaults to Sie for B2B, du for B2C lifestyle; FR defaults to vous; JA shifts register sharply by audience).
  • Ensure consistent formal or informal address throughout the entire document.
  • Match local content-style conventions.

3e. Legal and Regulatory Context

  • Map legal references by issue and jurisdiction. Keep the original law when the claim is specifically about US compliance. Only substitute when the local law addresses the same issue, such as CCPA to DSGVO in DE, RGPD in FR, LGPD in BR, LFPDPPP in MX, Ley 1581 in CO, or Ley 25.326 in AR.
  • Add local compliance notes where they help the reader.
  • Remove irrelevant foreign regulatory references.

3f. Brand Example Swaps (Quick Map)

Profiles in ../blog-translate/references/cultural-adaptation.md provide substitution tables. Common examples:

Source (US) DACH FR ES (Spain) LATAM JA
Walmart MediaMarkt Carrefour El Corte Inglés Walmart MX Aeon
Target Saturn Auchan Hipercor Liverpool Ito-Yokado
FTC Bundeskartellamt DGCCRF CNMC PROFECO (MX) JFTC
CCPA DSGVO RGPD RGPD LFPDPPP (MX), Ley 1581 (CO), Ley 25.326 (AR), LGPD (BR) APPI

Phase 4: Quality Verification

  • All critical adaptation targets addressed.
  • Tone is consistent throughout.
  • No remaining foreign-origin markers.
  • Statistics have valid sources (original or localized).
  • CTAs match cultural expectations.
  • Formal or informal address is consistent end to end.
  • Content still supports the same argument as the original.
  • SEO elements remain optimized beyond keyword placement: localized title and meta, heading intent, slug, alt text, internal-link anchors, same-language canonical, hreflang compatibility, and schema inLanguage.
  • Word count is within the expected ratio for the language pair.

Phase 5: Save and Report

  1. Save the localized version. Default: write a reviewed copy as {slug}-localized.{ext}. Only overwrite the translated file when the user asks for overwrite; before overwriting, create a timestamped backup and show a diff summary. Resolve every output path inside the project root and reject traversal, symlinked paths, or writes outside that root.

  2. Present the summary:

    ## Localization complete: [Title]
    
    ### Target locale: [locale-code] ([locale-name])
    
    ### Adaptations made
    | Type | Count | Examples |
    |------|-------|----------|
    | Brand examples | [N] | Walmart -> MediaMarkt |
    | Statistics | [N] | US survey -> DACH survey |
    | CTAs | [N] | "Buy now" -> "Jetzt entdecken" |
    | Tone adjustments | [N] | Casual -> Sie |
    | Legal references | [N] | CCPA -> DSGVO |
    | Cultural references | [N] | Thanksgiving -> Weihnachtsgeschaeft |
    
    ### Cultural fit score
    - Naturalness: [1-10]
    - Market relevance: [1-10]
    - Tone match: [1-10]
    - Overall: [N]/30
    
    ### Remaining recommendations
    - [Optional adaptations not applied]
    

Error Handling

Scenario Action
No cultural profile for the locale Build a minimal profile from the custom-locale template, proceed
File is not in the expected language Warn the user, offer to translate first
No local statistics available Keep the original stat with a geographic-scope note
Locale code ambiguous (e.g., pt) Ask: "Did you mean pt-BR (Brazil) or pt-PT (Portugal)?"

Cross-References

  • Pre-step (translation): /blog translate <file> --to <code>
  • QA across language versions: /blog locale-audit <directory>
  • One-command pipeline: /blog multilingual <topic> --languages <codes>
1---
2name: blog-localize
3description: >
4 Deep cultural adaptation of translated blog posts. Run after blog-translate
5 completes. Goes beyond translation to swap brand examples, adapt CTAs,
6 substitute legal references, localize statistic sources where possible, and
7 adjust formality (Sie/du, tu/vous, formal/informal). Built-in profiles for
8 DACH, Francophone, Hispanic, and Japanese markets.
9 Use when user says "localize blog", "blog localize", "cultural adaptation",
10 "adapt for Germany", "lokalisieren", "localiser", "adaptar".
11user-invokable: true
12argument-hint: "<file> --locale <locale-code>"
13license: MIT
14compatibility: Standalone within claude-blog. Invoked by blog-multilingual.
15metadata:
16 author: AgriciDaniel
17 version: "2.2.0"
18 category: blog
19---
20 
21# Blog Localize, Cultural Deep-Adaptation
22 
23Takes a translated blog post and performs cultural adaptation so the result
24feels like it was written for the target market, not translated into it.
25This is the layer above `blog-translate`: it replaces examples, adjusts
26tone, swaps references, and localizes the entire reading experience.
27 
28> Adapted from `claude-blog-multilingual` by Chris Mueller (Pro Hub Challenge,
29> March 2026). Original: https://github.com/Chriss54/multilingual-int
30 
31## Key References
32 
33- `../blog-translate/references/cultural-adaptation.md`, the shared cultural
34 profiles file with substitution tables for DACH, Francophone, Hispanic,
35 Japanese, and a custom template. Do not duplicate this file.
36 
37## When to Use
38 
39- Right after `blog-translate` produces a base translation.
40- When existing translated content reads like "translated from English".
41- When targeting a specific market, not just a language.
42- When content needs local statistics, examples, and brand references.
43 
44## Workflow
45 
46### Phase 1: Locale Understanding
47 
481. Parse the locale code with the shared multilingual locale rules used by
49 `blog-translate`, `blog-multilingual`, and `blog-locale-audit`: ISO 639-1
50 language in lowercase, optional ISO 15924 script in title case, optional
51 ISO 3166-1 Alpha-2 region in uppercase. Accept full codes (`de-DE`,
52 `fr-CA`, `es-MX`, `pt-BR`, `zh-Hant`) and unambiguous plain language codes
53 (`de`, `fr`). Require a region or explicit neutral mode for ambiguous
54 language-only targets such as `es`, `pt`, and `zh`.
552. Load the cultural profile from
56 `../blog-translate/references/cultural-adaptation.md`.
57 - If the locale has a profile, use it.
58 - If not, follow the "Custom-locale template" section in that reference
59 to build a minimal profile inline.
603. Read the translated post only after resolving it inside the project
61 root/current working directory. Reject symlinked paths, traversal outside
62 the root, files over 10 MB, and binary files. Then identify adaptation
63 targets.
64 
65### Phase 2: Cultural Audit
66 
67Scan for elements that signal foreign origin:
68 
69| Element | What to look for |
70|---------|------------------|
71| Brand examples | US or UK brands with no relevance locally |
72| Statistics sources | US-only studies and surveys |
73| CTAs | American-style aggressive calls-to-action |
74| Idioms | Literally translated English expressions |
75| Legal references | Foreign laws (CCPA, FTC) where local law applies (DSGVO, RGPD) |
76| Cultural references | Foreign holidays, events, customs |
77| Currency and pricing | USD without conversion or context |
78| Tone | Too casual or too formal for the target market |
79| Address form | Inconsistent Sie/du, tu/vous, formal/informal |
80 
81Output an audit report listing every target with severity (critical,
82recommended, optional).
83 
84### Phase 3: Adaptation
85 
86#### 3a. Example Substitution
87 
88Swap foreign examples for local equivalents:
89 
90- Use WebSearch to find local case studies, brands, or scenarios.
91- Replace inline, preserving the same argument and structure.
92- Record source URL, access date, and rationale for every non-obvious local
93 replacement.
94- If no local equivalent exists, keep the original but add local context
95 ("In the German market, the equivalent dynamic is X").
96 
97#### 3b. Statistics Localization
98 
99- Use primary or high-quality local sources for replacement statistics:
100 national statistics offices, regulators, official industry bodies, academic
101 datasets, or named research reports with methodology.
102- Do not rely on generic WebSearch snippets as evidence. Fetch the cited page,
103 verify the figure and context, and record the source URL and date.
104- Fetch cited pages only after SSRF checks: allow `https` URLs only; reject
105 `javascript:`, `data:`, `file:`, localhost, loopback, private, link-local,
106 multicast, and reserved IPs after DNS resolution; disable redirects or
107 validate the final URL with the same checks; cap redirects, response size,
108 and request time; log the final URL and access date.
109- If local data exists with comparable methodology, swap the source and the
110 figure together. Keep one named source per claim.
111- If local data is related but uses a different methodology or timeframe, do
112 not silently swap it. Keep the original claim scoped, or rewrite the claim to
113 match the local source.
114- If not, keep the original stat but mark its geographic scope ("In the
115 US, ...").
116- Never strip source attribution.
117 
118#### 3c. CTA Adaptation
119 
120Rewrite calls-to-action per the cultural profile:
121 
122- Adjust aggressiveness level (DACH and JA prefer informational, US prefers
123 imperative).
124- Use culturally appropriate action verbs.
125- Adapt urgency framing.
126 
127#### 3d. Tone Calibration
128 
129- Match formality per profile (DACH defaults to Sie for B2B, du for B2C
130 lifestyle; FR defaults to vous; JA shifts register sharply by audience).
131- Ensure consistent formal or informal address throughout the entire
132 document.
133- Match local content-style conventions.
134 
135#### 3e. Legal and Regulatory Context
136 
137- Map legal references by issue and jurisdiction. Keep the original law when
138 the claim is specifically about US compliance. Only substitute when the
139 local law addresses the same issue, such as CCPA to DSGVO in DE, RGPD in
140 FR, LGPD in BR, LFPDPPP in MX, Ley 1581 in CO, or Ley 25.326 in AR.
141- Add local compliance notes where they help the reader.
142- Remove irrelevant foreign regulatory references.
143 
144#### 3f. Brand Example Swaps (Quick Map)
145 
146Profiles in `../blog-translate/references/cultural-adaptation.md` provide
147substitution tables. Common examples:
148 
149| Source (US) | DACH | FR | ES (Spain) | LATAM | JA |
150|-------------|------|----|----|-------|----|
151| Walmart | MediaMarkt | Carrefour | El Corte Inglés | Walmart MX | Aeon |
152| Target | Saturn | Auchan | Hipercor | Liverpool | Ito-Yokado |
153| FTC | Bundeskartellamt | DGCCRF | CNMC | PROFECO (MX) | JFTC |
154| CCPA | DSGVO | RGPD | RGPD | LFPDPPP (MX), Ley 1581 (CO), Ley 25.326 (AR), LGPD (BR) | APPI |
155 
156### Phase 4: Quality Verification
157 
158- All critical adaptation targets addressed.
159- Tone is consistent throughout.
160- No remaining foreign-origin markers.
161- Statistics have valid sources (original or localized).
162- CTAs match cultural expectations.
163- Formal or informal address is consistent end to end.
164- Content still supports the same argument as the original.
165- SEO elements remain optimized beyond keyword placement: localized title and
166 meta, heading intent, slug, alt text, internal-link anchors, same-language
167 canonical, hreflang compatibility, and schema `inLanguage`.
168- Word count is within the expected ratio for the language pair.
169 
170### Phase 5: Save and Report
171 
1721. Save the localized version. Default: write a reviewed copy as
173 `{slug}-localized.{ext}`. Only overwrite the translated file when the user
174 asks for overwrite; before overwriting, create a timestamped backup and
175 show a diff summary. Resolve every output path inside the project root and
176 reject traversal, symlinked paths, or writes outside that root.
177 
1782. Present the summary:
179 
180 ```
181 ## Localization complete: [Title]
182 
183 ### Target locale: [locale-code] ([locale-name])
184 
185 ### Adaptations made
186 | Type | Count | Examples |
187 |------|-------|----------|
188 | Brand examples | [N] | Walmart -> MediaMarkt |
189 | Statistics | [N] | US survey -> DACH survey |
190 | CTAs | [N] | "Buy now" -> "Jetzt entdecken" |
191 | Tone adjustments | [N] | Casual -> Sie |
192 | Legal references | [N] | CCPA -> DSGVO |
193 | Cultural references | [N] | Thanksgiving -> Weihnachtsgeschaeft |
194 
195 ### Cultural fit score
196 - Naturalness: [1-10]
197 - Market relevance: [1-10]
198 - Tone match: [1-10]
199 - Overall: [N]/30
200 
201 ### Remaining recommendations
202 - [Optional adaptations not applied]
203 ```
204 
205## Error Handling
206 
207| Scenario | Action |
208|----------|--------|
209| No cultural profile for the locale | Build a minimal profile from the custom-locale template, proceed |
210| File is not in the expected language | Warn the user, offer to translate first |
211| No local statistics available | Keep the original stat with a geographic-scope note |
212| Locale code ambiguous (e.g., `pt`) | Ask: "Did you mean `pt-BR` (Brazil) or `pt-PT` (Portugal)?" |
213 
214## Cross-References
215 
216- Pre-step (translation): `/blog translate <file> --to <code>`
217- QA across language versions: `/blog locale-audit <directory>`
218- One-command pipeline: `/blog multilingual <topic> --languages <codes>`
219 

Discussion

Alternatives

Also in Clear writing