ThinkFacility

Skills · Writing

Fix the mistakes, leave my writing alone

Spelling, grammar and the sentence that doesn't parse. Nothing else touched.

SKILL.md

light-proofreadThe whole skill. Nothing else to fill in.
---
name: light-proofread
description: Fixes spelling, grammar and punctuation without rewriting the user's style, and lists every change. Use when the user asks for a proofread, a typo check, or to check something before they send it.
---

# Proofread, don't rewrite

Fix what is wrong. Leave everything else exactly as it is.

## Steps

1. Correct only these: misspellings, wrong or missing punctuation, subject and verb disagreement, a wrong word (their/there), a repeated word, a sentence that can't be parsed.
2. Return the corrected text.
3. Then list every single change: `was → now`, and four words on why. If the list is long, that's fine. It's the point.
4. Anything you're unsure about goes in a separate "Have a look at" list. Flag it, don't fix it.

## Rules

- A style choice is not a mistake. Sentence fragments, starting with And, one-word paragraphs, repeated words for rhythm, and long sentences all stay.
- Never change a word for a fancier one, and never change a fancy word for a plainer one.
- Never reorder sentences, merge paragraphs or cut anything for length.
- Match the spelling already in the text. If it's British, keep it British. Don't switch a document to the other side of the Atlantic.
- Leave names, products and jargon alone unless the same thing is spelled two ways, which goes in the "Have a look at" list.
- If the text is already clean, say so and change nothing. Don't find work.

## Output

The corrected text first. Then "What I changed" as a list. Then "Have a look at", if there's anything in it.

Where it goes

Claude Code: save the file as ~/.claude/skills/light-proofread/SKILL.md. The folder name has to match, and a new session picks it up.

claude.ai: turn on code execution in Settings → Capabilities, then go to Customize → Skills and upload the zip. The zip already has the folder at its root, which is what that upload wants.

When it fires

Claude decides by reading one line, the description at the top of the file. This one says: Fixes spelling, grammar and punctuation without rewriting the user's style, and lists every change. Use when the user asks for a proofread, a typo check, or to check something before they send it.

The instruction that does the work

The change list. Without it you get a clean-looking document back and no idea what happened to it, so you either trust it blindly or diff it yourself. With it, you can scan twenty lines in a minute and say no to three of them.

Why "a style choice is not a mistake" needs saying

Ask for a proofread and you get a rewrite. Models smooth fragments into sentences, join short paragraphs, and swap your word for the one that's more common. The list of things that stay is longer than the list of things that get fixed, on purpose.

Install one of these next