By chadpod
Automates localization of Xcode .xcstrings files using Claude for iOS and macOS development.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin chadpod-xcstrings-localizer-claude-code-pluginA Claude Code plugin that translates Xcode .xcstrings files.
To install this plugin for your personal use in Claude Code:
/plugin marketplace add chadpod/xcstrings-localizer-claude-code-plugin
/plugin install xcstrings-localizer@xcstrings-localizer-claude-code-plugin
To make this plugin available for your team, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"xcstrings-localizer-claude-code-plugin": {
"source": {
"source": "github",
"repo": "chadpod/xcstrings-localizer-claude-code-plugin"
}
}
},
"enabledPlugins": {
"xcstrings-localizer-claude-code-plugin:xcstrings-localizer": true
}
}
Once installed, just ask Claude to localize your strings:
Claude will find your .xcstrings files, identify missing translations, and translate them while preserving format specifiers.
The skill:
.xcstrings files in your projectknownRegions%@, %d, positional arguments, and pluralizationMIT License - see LICENSE for details.
Chad Podoski (@chadpod)
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders