Use this skill when the user wants to translate JSON i18n files to multiple languages, manage translation terminology, or set up CI/CD for localization.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-4e00b384)More formats (shields.io, HTML) on the badges page.
---
name: jta
description: Use this skill when the user wants to translate JSON i18n files to multiple languages, manage translation terminology, or set up CI/CD for localization.
---
# jta Plugin
AI-powered JSON Translation Agent.
## Commands
### Translation
- `jta file translate` — Translate a JSON i18n file
## Usage Examples
- "Translate en.json to Chinese"
- "Translate to multiple languages"
- "Incremental translation update"
## Installation
```bash
brew install hikanner/jta/jta
```
Or:
```bash
go install github.com/hikanner/jta/cmd/jta@latest
```
## Examples
```bash
# Translate to single language
jta en.json --to zh
# Translate to multiple languages
jta en.json --to zh,ja,ko
# Incremental translation
jta en.json --to zh --incremental
# CI/CD mode
jta en.json --to zh,ja,ko -y
# List languages
jta --list-languages
```
## Key Features
- Agentic reflection: AI translates, evaluates, and refines its own work
- Automatic terminology detection
- Format preservation for placeholders, HTML, URLs
- Incremental translation
- RTL language support
- OpenAI, Anthropic, Gemini support
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!