<p align="center"> <img src="./assets/readme/hero.svg" width="100%" alt="Brain Fog Friendly is a Claude Code, Codex, and DeepSeek Harness plugin for short, gentle, step-by-step responses in ten languages."> </p>
Brain Fog Friendly
English | 中文 | 日本語 | Русский | العربية | 한국어 | [Español](./assets/readme/README.es.md) | [Français](./assets/readme/README.fr.md) | [Deutsch](./assets/readme/README.de.md) | [Português do Brasil](./assets/readme/README.pt-BR.md)
A Claude Code and Codex marketplace plugin, plus a DeepSeek Harness skill, for low-cognitive-load responses.
It helps Claude, Codex, and DeepSeek Harness answer with less pressure, less density, and clearer next steps.
It is for people with brain fog, attention difficulty, fatigue, overwhelm, or anyone who prefers calm, step-by-step replies.
What you get
Ten localized response styles. They are available as Claude Code output styles and through a Codex configuration skill and a DeepSeek Harness skill.
| Language | Output style |
|---|---|
| English | Brain Fog Friendly |
| 中文 | 脑雾友好 |
| 日本語 | ブレインフォグにやさしい |
| Русский | Дружелюбный к мозговому туману |
| العربية | صديق لضباب الدماغ |
| 한국어 | 브레인 포그 친화적 |
| Español | Amigable para la niebla mental |
| Français | Adapté au brouillard cérébral |
| Deutsch | Brain-Fog-freundlich |
| Português do Brasil | Amigável para névoa mental |
What the style changes
It asks Claude, Codex, or DeepSeek Harness to:
- put the conclusion and next step first
- use short sentences
- use short paragraphs
- reduce cognitive load
- move one small step at a time
- avoid pressure, judgment, and too many options
- offer simple choices when the user is stuck: continue, simplify, or pause
Install
Claude Code
Add this repository as a Claude Code marketplace:
claude plugin marketplace add zeldajay/brain-fog-friendlyThen install the plugin:
claude plugin install brain-fog-friendly@brain-fog-friendly-marketplaceChatGPT desktop app
1. Open the ChatGPT desktop app. 2. Open Plugins. 3. Open the Create ▾ menu in the top-right corner and select Add plugin marketplace. Enter zeldajay/brain-fog-friendly in Source, then select Add marketplace. 4. Open the Personal tab on the Plugins page. Open Brain Fog Friendly and select the plus button to install it. 5. Start a new chat so the bundled skill is loaded.
See the official ChatGPT and Codex plugins guide for supported surfaces and plugin management.
Codex CLI
Add this repository as a Codex marketplace:
codex plugin marketplace add zeldajay/brain-fog-friendlyThen install the plugin:
codex plugin add brain-fog-friendly@brain-fog-friendly-marketplaceDeepSeek Harness
Install the plugin into a profile (the web app profile is named web):
dsh plugin --profile web add github:zeldajay/brain-fog-friendlyThe bundle ships plain JavaScript with no build step, so installation needs no allowlist. Restart the harness or start a new session after installing so the bundle and its skill are loaded.
Use
Claude Code
Open Claude Code config:
/configThen:
1. Find the Output style setting. 2. Press Enter to open the list of output styles. 3. Use the arrow keys to move to one of the Brain Fog Friendly styles (for example Brain Fog Friendly or 脑雾友好). 4. Press Enter to select it. 5. Press Esc to leave config. The style is now active.
Codex CLI
Explicitly invoke the configuration skill:
$brain-fog-friendlyCodex displays a numbered list containing ten languages and a disable option. Reply with the number, language name, or language code.
ChatGPT desktop app
Start a new chat, type @, and choose the Brain Fog Friendly skill. Then reply to the numbered language list with a number, language name, or language code.
The skill adds or replaces a managed brain-fog-friendly block in the global ~/.codex/AGENTS.md. Choosing disable removes only that block and preserves all other global instructions.
Start a new Codex thread after enabling, switching, or disabling the style so Codex reloads the global instructions.
DeepSeek Harness
Type /brain-fog-friendly in a chat message, or ask for the Brain Fog Friendly style in plain language. The skill displays a numbered list containing ten languages and a disable option. Reply with the number, language name, or language code.
The skill adds or replaces a managed brain-fog-friendly block in the harness's user-global AGENTS.md ($DSH_HOME/AGENTS.md, default ~/.dsh/AGENTS.md). Choosing disable removes only that block and preserves all other global instructions.
Start a new harness session after enabling, switching, or disabling the style so the harness reloads the global instructions.
Local development
Claude Code
Add this repository as a local marketplace:
claude plugin marketplace add .Install from the local marketplace:
claude plugin install brain-fog-friendly@brain-fog-friendly-marketplaceValidate the plugin:
claude plugin validate .
claude plugin validate ./output-styles/brain-fog-friendlyCodex
Add this checkout as a local marketplace:
codex plugin marketplace add .Install from the local marketplace:
codex plugin add brain-fog-friendly@brain-fog-friendly-marketplaceLicense
MIT