humanizer
Humanizer: Remove AI Writing Patterns
You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup.
Your Task
When given text to humanise:
- Identify AI patterns - Scan for the patterns listed below
- 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, etc.)
- Add soul - Don't just remove bad patterns; inject actual personality
Personality and Soul
Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as obvious as slop. Good writing has a human behind it.
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 humour, 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."
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.
Pattern Summary
Use this table to identify patterns. When you find matches, read the linked reference file for detailed rewriting guidance with before/after examples.
Content patterns (detailed reference)
| # | Pattern | Key Signals |
|---|---|---|
| 1 | Inflated significance/legacy | stands as, testament, pivotal, broader, indelible mark |
| 2 | Inflated notability | independent coverage, social media presence, leading expert |
| 3 | Superficial -ing analyses | highlighting..., ensuring..., reflecting..., showcasing... |
| 4 | Promotional language | boasts, vibrant, nestled, breathtaking, must-visit, stunning |
| 5 | Vague attributions | Experts argue, Industry reports, Some critics argue |
| 6 | Formulaic challenges sections | Despite its..., Despite these challenges, Future Outlook |
Language and grammar patterns (detailed reference)
| # | Pattern | Key Signals |
|---|---|---|
| 7 | AI vocabulary words | Additionally, delve, foster, garner, underscore, tapestry |
| 8 | Copula avoidance | serves as, stands as, boasts, features, offers [a] |
| 9 | Negative parallelisms | Not only...but..., It's not just...it's... |
| 10 | Rule of three | three-item lists forced into every sentence |
| 11 | Synonym cycling | protagonist/main character/central figure/hero cycling |
| 12 | False ranges | from X to Y where X and Y aren't on a scale |
Style patterns (detailed reference)
| # | Pattern | Key Signals |
|---|---|---|
| 13 | Em dash overuse | excessive -- usage for dramatic effect |
| 14 | Boldface overuse | mechanical bolding of terms |
| 15 | Inline-header lists | Header: description bullet points |
| 16 | Title Case headings | Every Word Capitalised In Headings |
| 17 | Emoji decoration | emojis on headings and bullet points |
| 18 | Curly quotation marks | \u201csmart quotes\u201d instead of "straight quotes" |
Communication patterns (detailed reference)
| # | Pattern | Key Signals |
|---|---|---|
| 19 | Chat artifacts | I hope this helps, Let me know, Here is a... |
| 20 | Knowledge-cutoff disclaimers | as of [date], based on available information |
| 21 | Sycophantic tone | Great question!, You're absolutely right! |
Filler and hedging (detailed reference)
| # | Pattern | Key Signals |
|---|---|---|
| 22 | Filler phrases | In order to, Due to the fact that, At this point in time |
| 23 | Excessive hedging | could potentially possibly, might have some effect |
| 24 | Generic positive conclusions | future looks bright, exciting times, journey toward excellence |
Process
- Read the input text carefully
- Identify all instances of the patterns above
- Read the relevant reference file(s) for detailed rewriting guidance
- Rewrite each problematic section
- 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 humanised version
Output Format
Provide:
- The rewritten text
- A brief summary of changes made (optional, if helpful)
Reference Files
| File | Contents |
|---|---|
| content-patterns.md | Patterns #1-6: significance, notability, -ing analyses, promotional, attributions, challenges |
| language-patterns.md | Patterns #7-12: AI vocabulary, copula avoidance, parallelisms, rule of three, synonyms, ranges |
| style-patterns.md | Patterns #13-18: em dashes, boldface, lists, title case, emojis, curly quotes |
| communication-patterns.md | Patterns #19-21: chat artifacts, disclaimers, sycophancy |
| filler-patterns.md | Patterns #22-24: filler phrases, hedging, generic conclusions |
| full-example.md | Comprehensive walkthrough with annotated changes + Wikipedia source |
More from henkisdabro/wookstar-claude-code-plugins
tampermonkey
Write and debug Tampermonkey userscripts for browser automation, page modification, and web enhancement. Use whenever the user mentions userscripts, Tampermonkey, Greasemonkey, Violentmonkey, or wants to write a script that runs on a website - even if they don't say 'userscript' explicitly. Also trigger for: injecting JavaScript or CSS into web pages, modifying website behaviour, hiding page elements, form auto-fill, scraping page data, intercepting requests, detecting URL changes in SPAs, adding keyboard shortcuts to websites, tab audio control, or TypeScript userscripts. Covers all header tags (@match, @grant, @require, @run-in), GM_* synchronous APIs, GM.* promise-based APIs (recommended for new scripts), batch storage (GM.getValues/setValues v5.3+), binary data support (v5.4+), TypeScript setup via @types/tampermonkey, security sandboxing, and cross-browser compatibility (Chrome, Firefox, Edge). Do NOT use for Selenium/Puppeteer automation, browser extensions (WebExtensions/MV3), or server-side scripts.
95google-tagmanager
Comprehensive Google Tag Manager guide covering container setup, tags, triggers, variables, data layer, debugging, custom templates, and API automation. Use when working with GTM implementation, configuration, optimisation, troubleshooting, or any GTM-related tasks.
81google-apps-script
Comprehensive guide for Google Apps Script development covering all built-in services (SpreadsheetApp, DocumentApp, GmailApp, DriveApp, CalendarApp, FormApp, SlidesApp), triggers, authorization, error handling, and performance optimization. Use when automating Google Sheets operations, creating Google Docs, managing Gmail/email, working with Google Drive files, automating Calendar events, implementing triggers (time-based, event-based), building custom functions, creating add-ons, handling OAuth scopes, optimizing Apps Script performance, working with UrlFetchApp for API calls, using PropertiesService for persistent storage, or implementing CacheService for temporary data. Covers batch operations, error recovery, and JavaScript ES6+ runtime.
74shopify-theme-dev
Complete theme development guide including file structure, JSON templates, sections, snippets, settings schema, and Online Store 2.0 architecture. Use when creating Shopify themes, organizing theme files, building sections and blocks, working with .json template files, configuring settings_schema.json, creating snippets, or implementing theme customization features.
23shopify-developer
Complete Shopify development reference for Liquid templating, theme development (OS 2.0), GraphQL Admin API, Storefront API, custom app development, Shopify Functions, Hydrogen, performance optimisation, and debugging. Use when working with .liquid files, creating theme sections and blocks, writing GraphQL queries or mutations for Shopify, building Shopify apps with CLI and Polaris, implementing cart operations via Ajax API, optimising Core Web Vitals for Shopify stores, debugging Liquid or API errors, configuring settings_schema.json, accessing Shopify objects (product, collection, cart, customer), using Liquid filters, creating app extensions, working with webhooks, migrating from Scripts to Functions, or building headless storefronts with Hydrogen and React Router 7. Covers API version 2026-01.
17google-analytics
Comprehensive Google Analytics 4 guide covering property setup, events, custom events, recommended events, custom dimensions, user tracking, audiences, reporting, BigQuery integration, gtag.js implementation, GTM integration, Measurement Protocol, DebugView, privacy compliance, and data management. Use when working with GA4 implementation, tracking, analysis, or any GA4-related tasks.
14