Add Strings banner
elnatand elnatand

Add Strings

Development community

Description

# add-strings ## Description Add a new string resource across all supported languages in the project (English, Hebrew, Arabic, and Hindi). ## Usage ``` /add-strings [key] [english_text] ``` If `key` and `english_text` are not provided as arguments, the skill will prompt for them. ## Proactive Usage This skill MUST be invoked automatically whenever: 1. **Claude is about to generate code with hardcoded user-facing strings** - Immediately invoke this skill with the string key and English t

Installation

Installs to ~/.claude/skills/elnatand-cmp-moviedb-add-strings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnatand-cmp-moviedb-add-strings && curl -fsSL https://raw.githubusercontent.com/elnatand/cmp-moviedb/HEAD/.claude/skills/add-strings.md -o ~/.claude/skills/elnatand-cmp-moviedb-add-strings/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository