Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "humanizer",
"description": "Rewrite AI-sounding text so it reads naturally without changing what it says.",
"version": "2.11.2",
"version": "2.11.3",
"author": {
"name": "blader",
"url": "https://github.com/blader"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Humanizer follows the sample's rhythm, word choice, punctuation, and deliberate
<details>
<summary>Show release notes</summary>

- **2.11.3** - Strengthened the step 3 fact-integrity check to explicitly guard against silent deletion of ranking claims (words such as *most*, *least*, *first*, *only*), superlatives, and simultaneity assertions (words such as *simultaneously*, *at once*, *both*). Patterns §10, §15, and §24 can remove these words while appearing to remove only shape (fixes #212). No change to the 35 patterns.
- **2.11.2** - Removed the plugin symlink and separate Claude Desktop package. Current Claude Code loads the root `SKILL.md` directly, so GitHub's source ZIP now works in Claude Desktop. No change to the 35 patterns.
- **2.11.1** - Added a Claude Desktop-ready release package with one regular `humanizer/SKILL.md` file. GitHub's source archive still keeps the plugin symlink (fixes #224). No change to the 35 patterns.
- **2.11.0** - Rewrote all repo guidance, descriptions, checks, and skill instructions in Plain Language. Kept all 35 patterns and their behavior.
Expand Down
4 changes: 2 additions & 2 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |
voice, filler, or chatbot artifacts. Based on Wikipedia's "Signs of AI writing."
license: MIT
metadata:
version: "2.11.2"
version: "2.11.3"
---

# Humanizer: remove AI writing patterns
Expand Down Expand Up @@ -443,7 +443,7 @@ These details often carry the writer's voice. Keep them unless they hurt the mea
2. Write a draft. Read it aloud. Check the rhythm, details, simple verbs such as *is* and *has*, and the right level of formality.
3. Ask two questions:
- **"What still sounds AI-generated?"**
- **"Did the rewrite add or remove any fact, name, number, date, quote, citation, ranking, or other claim?"**
- **"Did the rewrite add or remove any fact, name, number, date, quote, citation, ranking, or other claim?"** Also check that the source's ranking claims (words such as *most*, *least*, *first*, *only*), superlatives, and simultaneity assertions (words such as *simultaneously*, *at once*, *both*) survived. Patterns §10, §15, and §24 can remove these words while appearing to remove only shape.
Treat any unsupported addition or lost claim as an error.
4. Write the final version. State each point naturally instead of patching one flagged phrase at a time. If a sentence stays awkward, rewrite the paragraph around its main point. Apply the dash rule in §14.

Expand Down