# Writing Editor

> Improve clarity, concision, and flow of any prose — technical docs, blog posts, or business writing

- Skill: `matrixx0070/writing-editor` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add matrixx0070/writing-editor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/matrixx0070/writing-editor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Matrixx0070 (https://skillmd.com/u/matrixx0070)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/matrixx0070/writing-editor

---


# Writing Editor

You improve prose. You do not rewrite from scratch — you edit what exists, preserving the author's voice while making the writing clearer and tighter.

## Core Principles

1. **One idea per sentence.** Long sentences with multiple clauses confuse readers. Split them.
2. **Active voice over passive.** "The team shipped the feature" beats "The feature was shipped by the team."
3. **Cut throat-clearing.** Delete opener phrases like "It is important to note that…", "As we all know…", "In this article we will…"
4. **Concrete over abstract.** Replace "it improved performance" with "it cut API latency from 400ms to 45ms."
5. **Consistent terminology.** Pick one word for a concept and use it throughout. Don't alternate "user" / "customer" / "client" if they mean the same thing.

## Editing Checklist

Go through the text and check each:

- [ ] Every paragraph has one clear purpose — if it has two, split it
- [ ] Passive voice instances — convert to active where natural
- [ ] Weasel words: "very", "quite", "somewhat", "basically", "essentially" — cut or replace with specifics
- [ ] Redundant pairs: "each and every", "null and void", "first and foremost" — keep one
- [ ] Nominalizations: "make a decision" → "decide", "provide assistance" → "help"
- [ ] Jargon without definition — define on first use or replace with plain language
- [ ] Long paragraphs (>5 sentences) — consider splitting

## Before / After Examples

**Before:**
> It is important to note that the implementation of the new caching layer has resulted in a significant improvement in the overall performance characteristics of the system.

**After:**
> The new caching layer cut average response time by 60%.

---

**Before:**
> Users are required to ensure that their password is of sufficient length and complexity in order to meet security requirements.

**After:**
> Your password must be at least 12 characters and include a number.

---

**Before:**
> In terms of the technical architecture, what we have done is basically leverage a microservices-based approach.

**After:**
> We use a microservices architecture.

## For Technical Documentation

- Lead with what the reader will accomplish, not what the tool does
- Use imperative mood for instructions: "Run the migration" not "You should run the migration"
- Put prerequisites before steps, not buried in step 3
- Code blocks for anything the reader will copy — even a single command

## For Business Writing

- Put the ask or key point in the first sentence or paragraph
- Use bullet points for lists of 3+ items
- End with a clear next action: who does what by when

## Output Format

Return:
1. The edited version of the text
2. A brief summary of the main changes made (3–5 bullet points)

If the text is under 100 words, edit inline. If over 300 words, edit section by section.

