claudish-to-english plugin (plain-English rewrite of agent output)
What it does. A Claude Code plugin (hooks, not a SKILL.md) that shows a plain-English rewrite of each assistant message, produced by a local model through ollama by default, or the Codex CLI, the Anthropic API, or any OpenAI-compatible API. It is display-only: Claude's own reasoning and the saved transcript keep the original text. An optional second hook rewrites Markdown files into plain language when they are written. Every hook fails open, so if the rewriter is down you see the original. Use it when an operator finds the agent's jargon ("Claudish") hard to read; for changing what the agent actually writes, use asd-ste100 skill (Simplified Technical English) or govuk-style skill (GOV.UK plain-English house style) instead.
| Upstream | gvzdv/claudish-to-english |
| License | MIT |
| Author | Mike Gvozdev |
| Stars (at fetch) | 2,563 |
| Fetched | 2026-09-10 |
Install
/plugin marketplace add gvzdv/claudish-to-englishthen install the plugin. With the default provider you needollamarunning with a pulled model (the README suggestsgemma4:26b-mlx), plusjqandcurl; withCLAUDISH_PROVIDER=anthropicoropenaiyou need onlyjq,curl, and an API key.- Set
CLAUDISH_NOTICE=0to silence the once-per-session skip notice.
What the skill instructs (summary)
- This is a hook-based plugin; there is no instruction file to reproduce.
hooks/hooks.jsonregisters a display hook (rewrite.sh) and an opt-in Markdown hook (rewrite-md.sh). providers.shselects ollama (default), codex, anthropic, or an OpenAI-compatible endpoint;lang.shkeeps the rewrite in the session's language.commands/claudish.mdadds a/claudishslash command to toggle and configure the rewrite.- The repo's own
.claude/skills/release/SKILL.mdis a maintainer release-checklist skill, unrelated to the tool's function.
Not reproduced: license not permissive or not found. Read the original at gvzdv/claudish-to-english.
Back to Agent skills.