# Simplify Writing

> Fan out DeepSeek Pro critics and a Kimi editor to iteratively simplify a piece of writing.

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

---


# simplify-writing

Multi-perspective writing simplifier.

- Runs up to 10 DeepSeek Pro critics in parallel, each with a distinct lens.
- Feeds all critiques to Kimi 2.7 for a revised draft.
- Opens the revised draft and asks the user for feedback.
- Loops with feedback-derived perspectives until the user is happy.

Run with a file path:

```bash
python -m arnold run simplify-writing path/to/draft.md
```

Custom perspectives (comma- or semicolon-separated):

```bash
python -m arnold run simplify-writing path/to/draft.md \
  --inputs perspectives="word choice;succinctness;tone"
```

