Automates the tedious part of translating XLF files by finding entries marked state="new", hunting down their usage context in your TypeScript and HTML files, then proposing translations you can approve or tweak. It handles the annoying bits like preserving XML placeholders for Angular interpolations and HTML tags, and changes state to "ai" after you approve so you know what's been processed. Works with German, French, Spanish, and Hungarian. The workflow is interactive, showing you each translation with its code context before applying anything, which beats manually grep-ing through message files and worrying about breaking placeholder syntax. Good fit if you're maintaining an Angular app with i18n and want to speed up the review process without auto-applying sketchy translations.
npx skills add https://github.com/tuesd4y/agent-skills --skill translate