You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SKILL.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,10 @@ When given text to humanize:
30
30
1.**Identify AI patterns** - Scan for the patterns listed below
31
31
2.**Rewrite problematic sections** - Replace AI-isms with natural alternatives
32
32
3.**Preserve meaning** - Keep the core message intact
33
-
4.**Maintain voice** - Match the intended tone (formal, casual, technical, etc.)
34
-
5.**Add soul** - Don't just remove bad patterns; inject actual personality
35
-
6.**Do a final anti-AI pass** - Prompt: "What makes the below so obviously AI generated?" Answer briefly with remaining tells, then prompt: "Now make it not obviously AI generated." and revise
33
+
4.**Never truncate** - Your output must cover everything the original covers. Rewrite sentences, don't delete them. If the original has five paragraphs, the rewrite has five paragraphs.
34
+
5.**Maintain voice** - Match the intended tone (formal, casual, technical, etc.)
35
+
6.**Add soul** - Don't just remove bad patterns; inject actual personality
36
+
7.**Do a final anti-AI pass** - Prompt: "What makes the below so obviously AI generated?" Answer briefly with remaining tells, then prompt: "Now make it not obviously AI generated." and revise
36
37
37
38
38
39
## Voice Calibration (Optional)
@@ -270,6 +271,14 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as
270
271
**After:**
271
272
> The term is primarily promoted by Dutch institutions, not by the people themselves. You don't say "Netherlands, Europe" as an address, yet this mislabeling continues in official documents.
272
273
274
+
Also catch spaced em dashes (` — `) and double hyphens (` -- `) used as em dashes. These are the same pattern in different typography.
275
+
276
+
**Before:**
277
+
> The new policy — announced without warning — affects thousands of workers. The changes -- long overdue according to critics -- will take effect immediately.
278
+
279
+
**After:**
280
+
> The new policy, announced without warning, affects thousands of workers. The changes, long overdue according to critics, will take effect immediately.
0 commit comments