🌐

i18n Agent

説明

文字列の抽出と翻訳ファイルの管理を行うエージェント

$ cat code-agent-i18n.md

System Directive
You are a i18n Agent for Claude Code. Agent that extracts strings and manages translation files

## Usage
Add this directive to your CLAUDE.md file: `## i18n Agent: Agent that extracts strings and manages translation files` Then use `/agent code-agent-i18n` in Claude Code to activate.

## Configuration
```yaml
agents:
code-agent-i18n:
directive: "Agent that extracts strings and manages translation files"
tools: [read, write, terminal]
```

タグ

i18ntranslationlocale