Agent Skills
› kaininx/PlainTab
› update-i18n
update-i18n
GitHub用于维护 PlainTab 运行时 UI 翻译的 Claude 适配器。支持添加、编辑、格式化、验证或审查 js/i18n/*.js 等文件中的 UI 文本及 t(key) 调用,确保国际化内容正确性。
触发场景
添加或编辑 UI 翻译文本
格式化或验证 i18n 文件
审查 t(key) 调用
安装
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.
版本历史
- 955e53e 当前 2026-07-24 12:24


