# writing-clearly-and-concisely

> Claude/Codex skill by [@obra](https://omgskills.com/library/obra/index.md) · 553 stars · Updated 2026-08-12

Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.

## Install

```sh
git clone https://github.com/obra/the-elements-of-style /tmp/the-elements-of-style && ln -s /tmp/the-elements-of-style/skills/writing-clearly-and-concisely ~/.claude/skills/writing-clearly-and-concisely
```

## From README

Writing Clearly and Concisely Overview William Strunk Jr.'s The Elements of Style (1918) teaches you to write clearly and cut ruthlessly. WARNING: elements-of-style.md consumes 12,000 tokens. Read it only when writing or editing prose. When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill.

## Links

- HTML page: https://omgskills.com/skills/obra/the-elements-of-style/writing-clearly-and-concisely/
- GitHub: https://github.com/obra/the-elements-of-style
- Author: [@obra](https://omgskills.com/library/obra/index.md)

## More skills by this author

- [systematic-debugging](https://omgskills.com/skills/obra/superpowers/systematic-debugging/index.md) — Used when encountering any bug, test failure, or unexpected behavior, before proposing fixes
   - [@obra](https://omgskills.com/library/obra/index.md) · 285k stars
- [brainstorming](https://omgskills.com/skills/obra/superpowers/brainstorming/index.md) — You MUST use this before any creative work - creating features, building components, adding functionality, or modifying...
   - [@obra](https://omgskills.com/library/obra/index.md) · 280k stars
- [dispatching-parallel-agents](https://omgskills.com/skills/obra/superpowers/dispatching-parallel-agents/index.md) — Used when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
   - [@obra](https://omgskills.com/library/obra/index.md) · 280k stars
