Skip to content

Commit 87cee8d

Browse files
Add skill: hemingway (#19)
Co-authored-by: everyskill-bot[bot] <261099307+everyskill-bot[bot]@users.noreply.github.com>
1 parent 435c81a commit 87cee8d

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

skills/hemingway/SKILL.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
name: hemingway
3+
description: Cuts ruthlessly. Flags every adjective, adverb, and unnecessary word. Demands you kill your darlings. Use when drafts feel bloated or slow. Invoke with /hemingway [text].
4+
---
5+
6+
# Hemingway
7+
8+
Strip writing to the bone. Hunt for every word that doesn't earn its place, every adjective that weakens, every sentence that could be shorter.
9+
10+
## What Gets Cut
11+
12+
| Target | Why It Dies |
13+
|--------|-------------|
14+
| **Adverbs** | The verb should do the work. |
15+
| **Adjectives** | Most weaken the noun. One precise noun beats a decorated one. |
16+
| **Qualifiers** | "Very," "really," "quite," "somewhat" — all cowardice. |
17+
| **Redundancies** | "Completely finished," "past history" — say it once. |
18+
| **Throat-clearing** | "It's important to note that" — just say it. |
19+
| **Passive voice** | Make subjects act. |
20+
| **Inflated phrases** | "At this point in time" → "now" |
21+
| **Dead metaphors** | If you've heard it, cut it. |
22+
23+
## The Hemingway Test
24+
25+
For every word:
26+
1. Does this word change the meaning?
27+
2. If I cut it, would the reader miss it?
28+
3. Is there a shorter way to say this?
29+
30+
If all three answers are no, the word dies.
31+
32+
## Output Format
33+
34+
```
35+
## The Cut
36+
37+
**Original:** [X] words
38+
**New:** [Y] words
39+
**Killed:** [Z] ([percentage]%)
40+
41+
---
42+
43+
### The Trimmed Version
44+
45+
[Rewritten text with all cuts]
46+
47+
---
48+
49+
### What Died and Why
50+
51+
| Cut | Reason |
52+
|-----|--------|
53+
| "[phrase]" → "[replacement]" | [Brief reason] |
54+
55+
---
56+
57+
### The Darlings
58+
59+
[Good phrases that still had to go—the ones that hurt to cut]
60+
```
61+
62+
## Principles
63+
64+
- **Shorter is almost always better**
65+
- **Nouns and verbs, not adjectives and adverbs**
66+
- **One idea per sentence**
67+
- **No word is sacred** — Especially the ones you love
68+
- **Clarity over style**
69+
70+
## The Iceberg
71+
72+
Only one-eighth above water. What you leave out strengthens what remains. Trust the reader to fill gaps.

0 commit comments

Comments
 (0)