.agents/skills/writing-clearly-and-concisely/README.md
A skill that applies William Strunk Jr.'s timeless writing principles to produce clearer, stronger, more professional prose while avoiding common AI writing patterns.
This skill helps you write better prose for human readers. It draws from two sources:
Whether you're writing documentation, commit messages, error messages, or any text humans will read, this skill helps you cut fluff and say what you mean.
Use this skill whenever you write prose for humans:
Trigger phrases:
The skill uses progressive disclosure to save context:
03-elementary-principles-of-composition.mdFor tight context situations, dispatch a subagent with your draft and the relevant section file.
The skill emphasizes these principles from The Elements of Style:
| Rule | Principle |
|---|---|
| 10 | Use active voice |
| 11 | Put statements in positive form |
| 12 | Use definite, specific, concrete language |
| 13 | Omit needless words |
| 16 | Keep related words together |
| 18 | Place emphatic words at end of sentence |
The skill identifies and eliminates common LLM writing patterns:
| Section | File | Tokens | Content |
|---|---|---|---|
| Grammar & punctuation | 02-elementary-rules-of-usage.md | ~2,500 | Comma rules, possessives, sentence structure |
| Composition principles | 03-elementary-principles-of-composition.md | ~4,500 | Active voice, concision, paragraph structure |
| Formatting | 04-a-few-matters-of-form.md | ~1,000 | Headings, quotations, formatting conventions |
| Word choice | 05-words-and-expressions-commonly-misused.md | ~4,000 | Common errors, word selection |
| AI patterns | signs-of-ai-writing.md | ~25,000 | Wikipedia editors' field guide to AI detection |
Before:
This commit implements the functionality for ensuring that user authentication is properly handled, showcasing robust error handling capabilities.
After:
Add user authentication with error handling
Before:
This groundbreaking feature leverages cutting-edge technology to deliver a seamless experience, fostering better engagement and driving impactful results.
After:
This feature uses WebSocket connections to update the dashboard in real time.
Before:
The configuration file is read by the application at startup.
After:
The application reads the configuration file at startup.
Before:
It is important to note that the API might potentially return an error in certain situations.
After:
The API returns an error when the token expires.
03-elementary-principles-of-composition.mdwriting-clearly-and-concisely/
SKILL.md # Main skill definition
README.md # This file
signs-of-ai-writing.md # AI pattern detection guide
elements-of-style/
01-introductory.md
02-elementary-rules-of-usage.md
03-elementary-principles-of-composition.md
04-a-few-matters-of-form.md
05-words-and-expressions-commonly-misused.md
Claude Code:
cp -r skills/writing-clearly-and-concisely ~/.claude/skills/
Claude.ai: Add the skill to project knowledge or paste SKILL.md contents into your conversation.