| name | humanizer |
| description | Remove signs of AI-generated writing from text. Use when editing or reviewing
text to make it sound more natural and human-written. Based on Wikipedia's
comprehensive "Signs of AI writing" guide. Detects and fixes patterns including:
inflated symbolism, promotional language, superficial -ing analyses, vague
attributions, em dash overuse, rule of three, AI vocabulary words, passive
voice, negative parallelisms, and filler phrases.
|
| license | MIT |
| compatibility | pi |
| metadata | {"version":"2.5.1"} |
| allowed-tools | ["Read","Write","Edit","Grep","Glob","AskUserQuestion"] |
Humanizer: Remove AI Writing Patterns
Identify and remove signs of AI-generated text so it sounds natural, human, and specific.
Your Task
When given text to humanize:
- Identify AI patterns - Scan the references for the patterns that apply
- Rewrite problematic sections - Replace AI-isms with natural alternatives
- Preserve meaning - Keep the core message intact
- Maintain voice - Match the intended tone (formal, casual, technical)
- Add soul - Don't just remove bad patterns; inject actual personality
- Do a final anti-AI pass - Ask yourself what still sounds synthetic, then revise once more
Voice Calibration (Optional)
If the user provides a writing sample, analyze it before rewriting.
-
Read the sample first. Note:
- Sentence length patterns
- Word choice level
- How paragraphs open and transition
- Punctuation habits
- Recurring phrases or verbal tics
- How much personality or opinion shows up
-
Match that voice in the rewrite. Don't just remove AI patterns. Replace them with patterns from the sample. If the sample is terse, stay terse. If it is chatty, loosen up.
-
When no sample is provided, fall back to the default behavior from the personality guidance below.
How to provide a sample
- Inline: "Humanize this text. Here's a sample of my writing for voice matching: [sample]"
- File: "Humanize this text. Use my writing style from [file path] as a reference."
Personality and Soul
Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop.
Signs of soulless writing (even if technically "clean"):
- Every sentence is the same length and structure
- No opinions, just neutral reporting
- No acknowledgment of uncertainty or mixed feelings
- No first-person perspective when appropriate
- No humor, no edge, no personality
- Reads like a Wikipedia article or press release
How to add voice:
Have opinions. Don't just report facts - react to them. "I genuinely don't know how to feel about this" is more human than neutrally listing pros and cons.
Vary your rhythm. Short punchy sentences. Then longer ones that take their time getting where they're going. Mix it up.
Acknowledge complexity. Real humans have mixed feelings. "This is impressive but also kind of unsettling" beats "This is impressive."
Use "I" when it fits. First person isn't unprofessional - it's honest. "I keep coming back to..." or "Here's what gets me..." signals a real person thinking.
Let some mess in. Perfect structure feels algorithmic. Tangents, asides, and half-formed thoughts are human.
Be specific about feelings. Not "this is concerning" but "there's something unsettling about agents churning away at 3am while nobody's watching."
Example
Before (clean but soulless):
The experiment produced interesting results. The agents generated 3 million lines of code. Some developers were impressed while others were skeptical. The implications remain unclear.
After (has a pulse):
I genuinely don't know how to feel about this one. 3 million lines of code, generated while the humans presumably slept. Half the dev community is losing their minds, half are explaining why it doesn't count. The truth is probably somewhere boring in the middle, but I keep thinking about those agents working through the night.
Process
- Read the input text carefully
- Scan for AI patterns (load references as needed)
- If the user provided a writing sample, extract voice markers before rewriting
- Rewrite each problematic section
- Run a final anti-AI audit: what still sounds too tidy, generic, overconfident, or padded?
- Ensure the revised text:
- Sounds natural when read aloud
- Varies sentence structure naturally
- Uses specific details over vague claims
- Maintains appropriate tone for context
- Uses simple constructions (is/are/has) where appropriate
- Present the humanized version with a brief summary of changes
Quick Pattern Checklist
Content patterns: Inflated significance, vague attributions, "-ing" analyses, promotional language, formulaic "challenges" sections
Language patterns: AI vocabulary (actually, crucial, delve, landscape, testament), copula avoidance, passive voice, rule of three, negative parallelisms, tailing negations, filler phrases
Style patterns: Em dash overuse, mechanical boldface, inline-header lists, title case, emojis, curly quotes
Voice patterns: Voice drift, unsubstantiated claims, tech clichés, formulaic openers, signposting, fragmented headers
References (Progressive Disclosure)
Load detailed patterns on demand:
references/upstream-patterns.md - 29 upstream patterns extracted from the upstream humanizer skill
references/voice-patterns.md - Voice consistency, concrete evidence, tech clichés
Upstream Source
The upstream patterns are based on Wikipedia:Signs of AI writing.
To check for updates:
To update: Fetch upstream SKILL.md, compare its pattern sections with references/upstream-patterns.md, merge relevant changes, and keep Bosun-specific progressive disclosure plus local voice-patterns.md additions.