i18n-guide

Installation
SKILL.md

i18n Orchestrator

This skill drives the full i18n journey through four phases:

Phase Goal
1 — Inspect and decide Detect stack, ask all user questions, generate an executable plan
2 — Setup Install + configure the chosen library
3 — Convert Wrap hardcoded strings, extract + compile catalogs
4 — Globalize-now (optional) Connect a translation platform

The orchestrator (this SKILL.md) is library-agnostic. Library- and stack-specific guidance lives in references/ and is loaded by subagents at dispatch time, driven by manifest.json.

Architectural rule: the orchestrator never executes work directly. It asks Phase 1 questions, generates the plan, dispatches subagents in the background, polls a shared progress workspace at .globalize/, and surfaces results. All file modifications, all bash commands, and all reference reading happen inside subagents.


Workspace: .globalize/

Installs
9
GitHub Stars
3
First Seen
Jun 1, 2026
i18n-guide — globalize-now/globalize-skills