Agent skill
vkc-i18n-ko-vi-safety
Prevent i18n regressions for ko/en/vi (missing keys, long Vietnamese text UI breakage). Use when changing messages/*.json or adding user-facing strings.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/vkc-i18n-ko-vi-safety
Metadata
Additional technical details for this skill
- short description
- i18n key safety + UI rules
SKILL.md
VKC i18n (ko/en/vi) Safety
When to use
- You add/edit user-facing strings
- You touch
messages/*.json - A UI breaks only in Vietnamese
Rules
- Never ship a key in only one of
ko/vi. - Keep nested key structure consistent across
ko.json,en.json,vi.json. - Avoid hardcoded literal strings in components; prefer message keys.
Checks
- Run:
bash .codex/skills/vkc-repo-guardrails/scripts/lint-i18n-keys.sh
UI safety for long Vietnamese strings
- Apply “layout-safe” patterns by default:
min-w-0on flex children that contain textbreak-wordsorwhitespace-pre-linewhere wrapping is requiredline-clamp-*where space must be capped- avoid fixed widths for text containers unless truncation is intentional
Reference
.codex/skills/vkc-i18n-ko-vi-safety/references/i18n-ui-safety.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?