Make Claude Code, Codex CLI, Cursor, or Gemini CLI explain things in simpler English.
Help a non-native English speaker read AI coding explanations without losing technical accuracy.
Set a permanent plain-English writing style for all of an AI assistant's prose replies.
| sho-das/clear-english | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | — | Python | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | vibe coder | general | general |
Figures from each repo's GitHub metadata at analysis time.
Clear English is a set of writing rules that makes an AI coding assistant reply in simpler, plainer English without changing the actual meaning of what it says. It is aimed at people whose first language is not English, since AI replies often contain long sentences, unexplained jargon, idioms, and vague hype words that do not carry any real information. The rules work by preferring the common everyday word over a fancier one, such as saying use instead of utilize, and start instead of initiate. They break long, stacked sentences into one idea per sentence, and if a technical term has to appear, they define it once in plain words and then keep using it normally. Instead of vague categories like edge cases, the rules ask for concrete real examples, such as an empty list or a name with an apostrophe. Idioms and hype language are avoided entirely, while code, commands, and error text are always left exact and never reworded. The project supports four AI coding tools: Claude Code, Codex CLI, Cursor, and Gemini CLI. Each tool reads the same set of rules from a different file in a different location that matches how that particular tool expects its instructions, such as a SKILL.md file for Claude Code, an AGENTS.md file for Codex CLI, a rules file inside a .cursor folder for Cursor, and a GEMINI.md file for Gemini CLI. In Claude Code specifically, you can either trigger it manually with a slash command or turn it on permanently by adding one line to your Claude instructions file so it applies to every explanation automatically. Setup for each tool involves copying the matching file from this repository into the correct folder on your machine, which differs slightly between macOS, Linux, and Windows paths. The project is made by a developer named Soumya and is released under the MIT license.
A shared set of writing rules that makes Claude Code, Codex CLI, Cursor, and Gemini CLI explain things in simpler, plainer English while keeping every fact exact.
MIT license, free to use, modify, and share.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.