translate-kit

translate-kit i18n pipeline. Ensures agents run the translation pipeline after modifying user-facing strings. Use when: translate-kit, i18n, internationalization, translatable strings, adding UI text.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "translate-kit" with this command: npx skills add guillermolg00/translate-kit/guillermolg00-translate-kit-translate-kit

translate-kit

Detect projects using translate-kit by checking for translate-kit.config.ts in the project root.

After modifying translatable strings

When you add, modify, or delete user-facing strings in JSX/TSX files, run:

npx translate-kit run

This executes the full pipeline: scan → codegen → translate.

StepWhat it does
scanParses TSX/JSX, extracts translatable strings, generates semantic keys
codegenReplaces raw strings with t() calls or <T> wrappers in source code
translateSends only new/modified keys to AI, merges with cached translations

Do NOT manually edit

These files are generated and managed by translate-kit:

  • .translate-map.json — text-to-key mapping
  • .translate-lock.json — translation cache hashes
  • .translate-context.json — extracted context metadata
  • Locale JSON files in the configured messages directory

Useful commands

npx translate-kit run               # Full pipeline
npx translate-kit run --dry-run     # Preview without writing
npx translate-kit run --force       # Ignore cache, re-translate everything
npx translate-kit run --locale es   # Only translate a specific locale
npx translate-kit scan              # Scan only
npx translate-kit translate         # Translate only (incremental)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated
Automation

lifelog

生活记录自动化系统。自动识别消息中的日期(今天/昨天/前天/具体日期),使用 SubAgent 智能判断,记录到 Notion 对应日期,支持补录标记。 适用于:(1) 用户分享日常生活点滴时自动记录;(2) 定时自动汇总分析并填充情绪、事件、位置、人员字段

Archived SourceRecently Updated
Automation

unified-self-improving

统一自我进化系统,整合 self-improving-agent、self-improving、mulch 三个技能的优势,提供结构化日志、三层存储、自动升级、模式检测、命名空间隔离和 token 高效的 JSONL 格式支持。

Archived SourceRecently Updated