Read .github/agents/localize-strings.agent.md (relative to the repository root) and follow it exactly.
Localize Strings
Moves hardcoded user-facing strings out of Razor/C# files into AppStrings.resx and rewrites the call sites to use IStringLocalizer with nameof(AppStrings.Key). Use when the user explicitly asks to localize a page or component, extract hardcoded text, apply translations, fix missing resource strings, or says "run resx" / "move these strings to resx".
Localize Strings by bitfoundation · 4ab9f1c
npx skillmds@latest add bitfoundation/localize-strings File contents
---name: localize-stringsdescription: Moves hardcoded user-facing strings out of Razor/C# files into AppStrings.resx and rewrites the call sites to use IStringLocalizer with nameof(AppStrings.Key). Use when the user explicitly asks to localize a page or component, extract hardcoded text, apply translations, fix missing resource strings, or says "run resx" / "move these strings to resx".---Read `.github/agents/localize-strings.agent.md` (relative to the repository root) and follow it exactly.
bitfoundation/bitplatform/tree/main/src/Templates/Boilerplate/Bit.Boilerplate/.agents/skills/localize-strings commit 4ab9f1c011
Frequently asked questions
Run npx skillmds@latest add bitfoundation/localize-strings in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Moves hardcoded user-facing strings out of Razor/C# files into AppStrings.resx and rewrites the call sites to use IStringLocalizer with nameof(AppStrings.Key). Use when the user explicitly asks to localize a page or component, extract hardcoded text, apply translations, fix missing resource strings, or says "run resx" / "move these strings to resx". It is listed under Web & Frontend on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
bitfoundation (@bitfoundation) published this skill. Their other Agent Skills are listed on their SkillMD profile.