StackMap
Subscribe
Explore / humanizer
blader

humanizer

Portable agent skill that strips the signs of AI-generated writing — 25 pattern categories from Wikipedia's 'Signs of AI writing' guide, with a two-pass self-critique loop and voice calibration.

34,359 3,091 Python MITupdated 17 days ago
View on GitHubDispute this mapping →
Curator's take

The two-pass loop is why it beats phrase blocklists: after rewriting, it asks 'what still reads as AI?' about its own output and revises again — and it pushes you to ADD voice, not just delete tells, which is the half most anti-slop tools skip. Plain SKILL.md, runs in any harness. When NOT: it edits prose, not facts — hallucinations survive humanization untouched; and voice calibration needs your writing samples or you get generic-human instead of you.

Mapped by ShipWithAI editors · links verified
README.md

Humanizer

skills.sh installs

A portable agent skill that removes signs of AI-generated writing from text, making it sound more natural and human. It is plain Markdown, so it can run in any harness that supports skill-style instructions.

Installation

Skills CLI

Install globally with the cross-agent skills CLI so Humanizer is available in every project:

npx skills add blader/humanizer --global

Update an existing install:

npx skills update humanizer --global

To install globally into every supported agent harness:

npx skills add blader/humanizer --global --agent '*'

To target one configured harness, pass its agent name:

npx skills add blader/humanizer --global --agent <agent-name>

Omit --global for a project-local install that can be committed and shared with collaborators. Start a new agent session or reload skills after installation.

Claude Code plugin

Claude Code users can also install Humanizer as a plugin:

/plugin marketplace add blader/humanizer
/plugin install humanizer@humanizer

The skill is then invoked as /humanizer:humanizer.

Manual

Any agent harness can use the skill directly because the runtime artifact is SKILL.md. Install it wherever your harness expects skill directories, or copy SKILL.md into an existing skill folder.

For example:

git clone https://github.com/blader/humanizer.git /path/to/your/skills/humanizer

Or, if you already have this repo cloned:

mkdir -p /path/to/your/skills/humanizer
cp SKILL.md /path/to/your/skills/humanizer/

Usage

Invoke the skill however your agent harness exposes installed skills. Common forms include a slash command or a direct request:

/humanizer

[paste your text here]
Please humanize this text: [your text]

Point it at a file and the skill rewrites it in place:

Humanize the prose in docs/launch-post.md

Voice Calibration

To match your personal writing style, provide a sample of your own writing:

/humanizer

Here's a sample of my writing for voice matching:
[paste 2-3 paragraphs of your own writing]

Now humanize this text:
[paste AI text to humanize]

The skill will analyze your sentence rhythm, word choices, and quirks, then apply them to the rewrite instead of producing generic "clean" output.

Overview

Based on Wikipedia's "Signs of AI writing" guide, maintained by WikiProject AI Cleanup. This comprehensive guide comes from observations of thousands of instances of AI-generated text.

The skill also includes a final "obviously AI generated" audit pass and a second rewrite, to catch lingering AI-isms in the first draft.

Rewrites follow a no-fabrication rule: they never add facts, names, dates, or citations that aren't in the source text. Specificity has to come from the source or the author, not from the rewrite.

Key Insight from Wikipedia

"LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases."

33 Patterns Detected (with Before/After Examples)

Content Patterns

# Pattern Before After
1 Significance inflation "marking a pivotal moment in the evolution of..." "was established in 1989 as part of a wider decentralization"
2 Notability name-dropping "cited in NYT, BBC, FT, and The Hindu" Trim the list; keep only sourced context
3 Superficial -ing analyses "symbolizing... reflecting... showcasing..." Remove, or keep only what the source supports
4 Promotional language "nestled within the breathtaking region" "is a town in the Gonder region"
5 Vague attributions "Experts believe it plays a crucial role" Name a real source or cut the

Continue your stack

What teams reach for next — and why each earns a place beside humanizer. Ranked by curator confidence.