Claude Code Language Coach
Description
Write Claude Code prompts in languages you're not fluent in — with grammar checks, translation, and back-translation to verify your intent
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[English](README.md) | [简体中文](README.zh-CN.md)
Claude Code Language Coach Monorepo
This repository contains two versions of the Language Coach plugin for Claude Code.
Write Claude Code prompts in languages you're not fluent in — with grammar checks, translation, and back-translation to verify your intent.
- If your prompt is already in your chosen target language, it checks grammar and suggests a more natural version.
- If your prompt is in another language, it translates it into a concise Claude Code prompt in your chosen target language.
- Set an optional
source_languageto see a back-translation, so you can verify the translated prompt still means what you intended.
**Neither version modifies your input.** The feedback is visible only to you and is never inserted into Claude's model context.
Comparison
| Feature | Original (Recommended) | Statusline |
|---|---|---|
| Delivery | Inline system message in chat | CLI Status Line (footer) |
| UX | Delays Claude's response slightly | Instant response (runs in background) |
| Visibility | Prominent, before Claude's reply | Subtle, appears during/after reply |
| Setup | Configure API key, base URL, and model | Configure API + manual settings.json edit |
Plugins
1. [Language Coach (Original)](./plugins/language-coach) (Recommended)
The classic version that provides blocking, inline feedback before each prompt.

**Install:**
Add the marketplace:
/plugin marketplace add jiang1997/claude-code-language-coachInstall the plugin:
/plugin install language-coach@language-coach**Configure** — open the plugin manager (`/plugin` → Installed → Language Coach) and set:
api_key: Your OpenAI-compatible API keybase_url: Provider base URL (e.g.https://api.openai.com/v1)- `mod
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11