AI Coding Agent Skill
Give your AI coding assistant context about your translations, glossary, and style settings.
What is it?
The Localhero.ai agent skill is a plugin for AI coding assistants like Claude Code and Cursor. When your assistant works with translation files, the skill automatically loads your project's glossary terms, style settings, and key naming conventions.
Your assistant writes source language strings that follow your project's patterns. Localhero.ai handles translations to all target languages automatically when the PR is created.
Install
Run this in your project directory:
npx skills add localheroai/agent-skill
The skill is hosted on skills.sh, an open registry for AI coding agent skills.
Prerequisites
The Localhero.ai CLI must be installed and authenticated:
npx @localheroai/cli login
What your assistant gets
Glossary terms loaded dynamically from your project settings
Style and tone settings so new strings match your brand voice
Key naming conventions learned from your existing translation files
CLI access to translate, push, and pull translations
Source
The skill is open source: github.com/localheroai/agent-skill
Ready to try it?
Get setup in a couple of minutes. No credit card required.