Automated .xcstrings Localization with Claude Code

A developer built a specialized skill for Claude Code that automates localization of Xcode .xcstrings files. The approach uses five pipeline stages run in order for best results:
Pipeline Stages
- Scan Domain — Analyzes Swift types, enums, imports, and README files to build a glossary of ambiguous terms (e.g., "trip" = driving journey, not vacation).
- Generate Comments — Scans Swift/Storyboard/XIB code for string key usage, then writes context and translator guidance into the
.xcstringsfile. - Localize — Translates strings while preserving correct CLDR plural forms per language and
%@/%lldspecifiers, using domain-accurate terms. - Check Grammar — Reviews translations for spelling, grammar, punctuation, capitalization, and terminology consistency across all languages.
- Fix Plurals — Detects simple strings with
%lld/%dthat need plural forms and converts them to proper CLDR plural variations.
The skill is available as an open-source repository. It builds on an earlier macOS app that localized apps key-by-key, now adapted for AI agent use with Claude Code.
Result
You can add localization for as many languages as needed without manual work or outsourcing. The project welcomes improvement ideas via GitHub issues or pull requests.
Who It's For
iOS/macOS developers managing Xcode localizations and using Claude Code for agent-driven development.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Skills: 12 Strict Coding Rule Packs for TypeScript, Rust, Swift, Go, JS, Postgres, and Audits
12 markdown files with opinionated, version-aware rules for TS, Rust, Swift, Go, JS, Postgres, security, performance, testing, code review, GitHub standards, and git commits. MIT, free, no signup.

Klaw.sh: Kubernetes-Style Orchestration for AI Agents
Klaw.sh provides an orchestration solution for AI agent deployment, modeled on Kubernetes. It simplifies management with clusters, namespaces, and channels, achieving memory reduction by rewriting from Node.js to Go.

Apideck CLI: A Low-Context Alternative to MCP for AI Agents
Apideck CLI is an AI-agent interface that uses ~80 tokens for its agent prompt instead of tens of thousands for tool schemas, addressing MCP's context window consumption problem. Benchmarks show MCP can cost 4 to 32× more tokens than CLI for identical operations.

Autonomous coding workflow ships 163K lines overnight using Claude Code
A developer built an autonomous workflow that completed 72 tasks overnight, generating 163,643 lines of code and 6,400+ passing tests with an 85% first-attempt success rate.