Agent Skills
› kaininx/PlainTab
› update-i18n
update-i18n
GitHub用于维护PlainTab运行时UI翻译的Claude适配器。支持在js/i18n目录及数据标记中添加、编辑、格式化、验证或审查UI文本,并遵循标准工作流。
Trigger Scenarios
添加新的UI翻译字符串
编辑现有翻译内容
格式化或重构i18n文件结构
验证翻译文件的完整性与格式
审查t(key)调用及其对应资源
Install
npx skills add kaininx/PlainTab --skill update-i18n -g -y
SKILL.md
Frontmatter
{
"name": "update-i18n",
"description": "Claude adapter for maintaining PlainTab runtime UI translations. Use when adding, editing, formatting, validating, or reviewing UI text in js\/i18n\/*.js, js\/languages.js, data-i18n markup, or t(key) calls."
}
Update PlainTab I18N
This is a Claude Code adapter. The canonical workflow lives at:
.agents/skills/update-i18n/SKILL.md from the repository root.
Before doing i18n work:
- Read the canonical skill file above.
- Follow that workflow.
- Update the canonical skill in
.agents/skills/if the i18n process changes. - Keep this Claude adapter short.
Do not duplicate the long workflow here.
Version History
- 955e53e Current 2026-07-24 12:24


