🎯

app-localization

🎯Skill

from tddworks/claude-skills

VibeIndex|
What it does

app-localization skill from tddworks/claude-skills

πŸ“¦

Part of

tddworks/claude-skills(4 items)

app-localization

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add anthropics/skills
Install PluginInstall plugin from marketplace
/plugin install document-skills@anthropic-agent-skills
Install PluginInstall plugin from marketplace
/plugin install example-skills@anthropic-agent-skills
πŸ“– Extracted from docs: tddworks/claude-skills
7Installs
19
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# Skills

Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Skills teach Claude how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks.

For more information, check out:

  • [What are skills?](https://support.claude.com/en/articles/12512176-what-are-skills)
  • [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude)
  • [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills)
  • [Equipping agents for the real world with Agent Skills](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills)

# About This Repository

This repository contains skills for iOS/macOS app development with Tuist. Each skill is self-contained in its own folder with a SKILL.md file containing the instructions and metadata that Claude uses.

Supported Skills

| Skill | Description |

|-------|-------------|

| [app-localization](./skills/tuist-app-localization) | iOS/macOS app localization management for Tuist-based projects. Add translation keys, validate .strings files, sync translations across languages, AI-powered translation, and update Swift code to use localized strings. |

| [ios-ux-prototype](./skills/ios-ux-prototype) | Create interactive iOS/mobile app UX flow prototypes as self-contained HTML documents with realistic iPhone mockups, flow arrows, and annotations. |

| [appstore-info-generator](./skills/appstore-info-generator) | Generate comprehensive App Store listing documentation with multilingual support (EN, zh-Hans, zh-Hant). Includes title, subtitle, keywords, description, and release notes. |

| [ios-app-scaffold](./skills/ios-app-scaffold) | Scaffold iOS apps with Tuist, Swift 6, and layered architecture (Domain, Infrastructure, App). Generates ready-to-use project structure with SwiftData persistence and testing setup. |

Disclaimer

These skills are provided for demonstration and educational purposes only. While some of these capabilities may be available in Claude, the implementations and behaviors you receive from Claude may differ from what is shown in these skills. These skills are meant to illustrate patterns and possibilities. Always test skills thoroughly in your own environment before relying on them for critical tasks.

# Skill Sets

  • [./skills](./skills): Skill examples for Creative & Design, Development & Technical, Enterprise & Communication, and Document Skills
  • [./spec](./spec): The Agent Skills specification
  • [./template](./template): Skill template

# Try in Claude Code, Claude.ai, and the API

Claude Code

You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:

```

/plugin marketplace add anthropics/skills

```

Then, to install a specific set of skills:

  1. Select Browse and install plugins
  2. Select anthropic-agent-skills
  3. Select document-skills or example-skills
  4. Select Install now

Alternatively, directly install either Plugin via:

```

/plugin install document-skills@anthropic-agent-skills

/plugin install example-skills@anthropic-agent-skills

```

After installing the plugin, you can use the skill by just mentioning it. For instance, if you install the document-skills plugin from the marketplace, you can ask Claude Code to do something like: "Use the PDF skill to extract the form fields from path/to/some-file.pdf"

Claude.ai

These example skills are all already available to paid plans in Claude.ai.

To use any skill from this repository or upload custom skills, follow the instructions in [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude#h_a4222fa77b).

Claude API

You can use Anthropic's pre-built skills, and u