localization-developer

Installation
SKILL.md

Localization Developer (Smart Router)

Purpose

Context-aware routing to the Anytype iOS localization system. Helps you navigate the 3-file .xcstrings structure and use Loc constants correctly.

When Auto-Activated

  • Working with .xcstrings files
  • Using Loc constants
  • Discussing hardcoded strings or user-facing text
  • Keywords: localization, strings, text, Loc., .xcstrings

🚨 CRITICAL RULES (NEVER VIOLATE)

  1. NEVER use hardcoded strings in UI - Always use Loc constants
  2. NEVER create duplicate keys across the 3 .xcstrings files - Breaks code generation
  3. NEVER edit non-English translations - Only update English (en), Crowdin handles others
  4. ALWAYS search for existing keys first - Reuse before creating new
  5. ALWAYS run make generate after editing .xcstrings files
Related skills
Installs
2
GitHub Stars
479
First Seen
Jan 23, 2026