explaingit

op7418/humanizer-zh

7,478Audience · writerComplexity · 1/5Setup · easy

TLDR

A Claude Code skill that scans Chinese AI-generated text for 24 specific writing patterns and rewrites flagged sections to sound more natural and human, without relying on detection tools.

Mindmap

mindmap
  root((humanizer-zh))
    Pattern categories
      Content patterns
      Language patterns
      Style patterns
      Communication patterns
    What it fixes
      Vague attributions
      Overused vocab
      Excessive bold
      Filler phrases
    How to use
      /humanizer-zh command
      Paste AI text
      Get rewritten output
    Install
      npx command
      Clone to skills dir
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Paste an AI-written Chinese article draft and run the skill to identify and rewrite sections with telltale AI patterns like vague attributions or triple-grouping habits.

USE CASE 2

Remove excessive bold text, em-dash overuse, and inline header clutter from Chinese AI content before publishing.

USE CASE 3

Clean up AI-generated Chinese marketing copy by replacing inflated or flattering language with concrete, factual alternatives.

Tech stack

Claude Code

Getting it running

Difficulty · easy Time to first run · 5min

Requires Claude Code installed, install the skill with a single npx command or by cloning into the skills directory.

No license information was mentioned in the explanation.

In plain English

Humanizer-zh is a Chinese-language adaptation of a Claude Code skill designed to help editors identify and remove AI-generated writing patterns from text. The goal is not to fool automated detectors but to genuinely improve writing quality, making AI-assisted drafts read more like natural human writing. The tool catalogs 24 specific patterns commonly found in AI-generated text, grouped into four categories. Content patterns include things like vague attributions, excessive emphasis on significance or legacy, and generic challenge-and-outlook sections. Language patterns cover overused AI vocabulary, avoiding the verb "to be," and the habit of grouping things in threes. Style patterns flag excessive use of bold text, over-reliance on em-dashes, and certain formatting habits like heavy use of inline headers and title-case headings. Communication patterns identify filler phrases, flattering language, unnecessary knowledge-cutoff disclaimers, and overly qualified statements. To use it, a writer pastes their AI-generated text and invokes the skill with the /humanizer-zh command in Claude Code. The tool scans the text against the 24 patterns and rewrites flagged sections with more concrete, specific, and direct language. The README includes before-and-after examples showing how abstract or inflated phrasing gets replaced with factual, human-sounding alternatives. Installation can be done with a single npx command or by cloning the repository into Claude Code's skills directory. The project translates and adapts the English-language humanizer skill specifically for Chinese writing contexts, with examples and vocabulary lists calibrated for Chinese-language AI tells rather than English ones. Source material draws from a Wikipedia guide on signs of AI writing and a related community stop-slop project.

Copy-paste prompts

Prompt 1
I have a Chinese article draft written by an AI. Using the humanizer-zh Claude Code skill, what command do I run in Claude Code and how do I paste the text to trigger the rewrite?
Prompt 2
List all 24 AI writing patterns that humanizer-zh detects in Chinese text, grouped by their four categories, and give me a short example of each bad pattern and its improved version.
Prompt 3
I installed humanizer-zh by cloning it into Claude Code skills directory. How do I verify it is installed correctly and ready to use with /humanizer-zh?
Prompt 4
Using humanizer-zh, rewrite this Chinese paragraph to remove triple-grouping, excessive em-dashes, and vague significance claims: [paste paragraph here].
Prompt 5
What is the difference between the English humanizer skill and humanizer-zh? Which patterns are unique to Chinese AI writing that the English version does not cover?
Open on GitHub → Explain another repo

← op7418 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.