Simple installation

Pick the AI you use and follow the buttons.

You do not need a command line, a developer account, or knowledge of GitHub. These instructions cover ChatGPT, Claude, Gemini, and other AI systems.

Claude website or Claude Desktop

This is the recommended Claude method. It installs the complete Skill, so Claude uses the canonical instructions and reference files in every chat rather than a single project.

First, turn on code execution. The Skills section does not appear without it.

On Free, Pro, and Max, open Settings, then Capabilities and enable Code execution and file creation. If the Skills section is missing later, this setting is the reason.

Install from a desktop browser. The mobile apps are not documented to support skill upload.

Step 1: download the Skill

Your browser saves a file named clean-language.zip. Do not unzip it. The Skill is prose instructions and reference material only. It contains no executable code and makes no network calls.

Step 2: upload it to Claude

On the Skills page:

  1. Click the + button, then + Create skill.
  2. Click Upload a skill.
  3. Select the downloaded clean-language.zip file.
  4. Make sure Clean Language is switched on in your Skills list.

Test it in a new chat. Copy this prompt, paste it, then add your text:

Apply Clean Language to this draft:
Team or Enterprise: an organization owner must enable both Code execution and file creation and Skills in Organization settings, then Skills. An owner can upload Clean Language once to provision it for the whole organization, after which it appears for every member automatically and members do not upload it individually.
Fallback: use a Claude Project instead

Use this only if your organization has disabled Skills or code execution. It applies to one project rather than every chat.

  1. In Claude, click Projects, then New Project.
  2. Name it Clean Language.
  3. Under Project knowledge, click + and upload the saved file.
  4. 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.

  1. The file saves as clean-language-instructions.txt.
  2. Open ChatGPT.
  3. In the left menu, click Plugins.
  4. At the top of the Plugin Directory, click Skills.
  5. Click Create.
  6. Click Create with chat.
  7. Type: Create a skill named Clean Language using the instructions in the file I am about to upload.
  8. Attach clean-language-instructions.txt and send the message.
  9. 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]

Do you not see Plugins or Skills? Attach the instructions file to a normal chat and say: 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.

  1. The file saves as clean-language-instructions.txt.
  2. On a computer, open gemini.google.com.
  3. Open the menu on the left.
  4. Click Gems. If you do not see it, click Settings and help, then Gems.
  5. Click New Gem.
  6. Name it Clean Language.
  7. In the instructions box, type: Follow the Clean Language instructions in the attached knowledge file for every response.
  8. Scroll to Knowledge.
  9. Click Add files, then Upload files.
  10. Select clean-language-instructions.txt.
  11. Click Save.

To use it later, open Gemini, click Gems, then click Clean Language.

Mobile note: create and edit the Gem on the Gemini website. After saving it, the Gem appears in the Gemini mobile app.

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.

  1. Save the file or copy its contents.
  2. Add it to your AI tool as custom instructions, project knowledge, a system prompt, or an attached reference file.
  3. 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.