Claude website or Claude Desktop
This is the preferred Claude method. It installs the complete Skill so Claude can use the canonical instructions and reference files across conversations. The website cannot install a Skill directly into your Claude account.
- Click Download Clean Language for Claude.
- Your browser will save a file named
clean-language.zip. Do not unzip it. - Open Claude in a desktop browser and sign in.
- Open Settings, then Capabilities.
- Turn on Code execution and file creation if Claude shows that option and it is currently off.
- Open Customize, then Skills.
- Click the + button.
- Click Create skill, then Upload a skill.
- Select the downloaded
clean-language.zipfile. - Turn Clean Language on.
Test it in a new chat by typing: Apply Clean Language to this draft: [paste your text]
The release also includes a SHA-256 checksum. The Skill contains prose instructions, metadata, and reference material. It contains no executable scripts, software dependencies, or external network instructions.
Fallback: use a Claude Project instead
- Open the Clean Language instructions on GitHub and save the file.
- In Claude, click Projects, then New Project.
- Name it Clean Language.
- Under Project knowledge, click + and upload the saved file.
- Set the project instructions to:
Use the Clean Language instructions in project knowledge for every response unless I explicitly tell you not to.
ChatGPT
Use this method when your ChatGPT account shows Plugins and Skills. Your workspace administrator may need to enable personal Skills.
- Open the Clean Language instructions file on GitHub and save it as
clean-language-instructions.txt. - Open ChatGPT.
- In the left menu, click Plugins.
- At the top of the Plugin Directory, click Skills.
- Click Create.
- Click Create with chat.
- Type:
Create a skill named Clean Language using the instructions in the file I am about to upload. - Attach
clean-language-instructions.txtand send the message. - When ChatGPT shows the completed Skill, click Install.
Test it by starting a new chat and typing: Apply Clean Language to this message: [paste your text]
Follow these writing rules for this conversation.Gemini website or Gemini app
The easiest reusable method is a custom Gem. Create it once on the Gemini website, then use it from the website, mobile app, or supported Google Workspace side panel.
- Open the Clean Language instructions file on GitHub and save it as
clean-language-instructions.txt. - On a computer, open gemini.google.com.
- Open the menu on the left.
- Click Gems. If you do not see it, click Settings and help, then Gems.
- Click New Gem.
- Name it Clean Language.
- In the instructions box, type:
Follow the Clean Language instructions in the attached knowledge file for every response. - Scroll to Knowledge.
- Click Add files, then Upload files.
- Select
clean-language-instructions.txt. - Click Save.
To use it later, open Gemini, click Gems, then click Clean Language.
Other AI systems
Clean Language also works with Microsoft Copilot, local models, API-based assistants, and other systems that accept custom instructions, system prompts, reusable knowledge, or uploaded files.
- Open the portable Clean Language instructions file.
- Save the file or copy its contents.
- Add it to your AI tool as custom instructions, project knowledge, a system prompt, or an attached reference file.
- Tell the AI:
Use the Clean Language instructions for every response unless I explicitly tell you not to.
How to use Clean Language
You can paste rough notes or finished text. Use one of these requests:
Rewrite this using Clean Language:
[paste text]
Proofread this using Clean Language.
Fix mistakes but do not change my tone:
[paste text]
Audit this for robotic AI language,
filler, contrast framing, and dash overuse.
Do not rewrite it:
[paste text]
Write this with no em dashes or en dashes:
[paste notes]
For technical users
Developers can install the full Agent Skill from the GitHub repository for ChatGPT, Claude Code, Gemini CLI, and compatible Agent Skills clients.