✍️
Writing

Humanizer

by DaleSeo

Humanizer is a Writing skill for Claude Code, published by DaleSeo in korean-skills.

187 stars14 forkson DaleSeo/korean-skillsAdded 2026/09/06+1% in starsRepository updated 2026/05/05
agent-skillshumanizerkorean
Install in seconds
Install Humanizer
Copy Humanizer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/DaleSeo/korean-skills/tree/main/skills/humanizer ~/.claude/skills/humanizer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/DaleSeo/korean-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/humanizer/SKILL.md in DaleSeo/korean-skills
Installs to
~/.claude/skills/humanizer
Collection
One of 3 skills cataloged from this repository
Category
Writing1279 skills

What Humanizer does

Humanizer detects characteristic patterns in Korean text generated by AI and rewrites it to sound more natural. Use it when you want to remove LLM traces while preserving the original meaning and tone.

Humanizer is cataloged under Writing on DirSkills. Humanizer comes from a repository tagged agent-skills, humanizer and korean.

Documentation

README

humanizer: 한국어 AI 작문 패턴 감지 및 교정기

소개

당신은 AI가 생성한 텍스트의 특징적인 패턴을 감지하고 교정하는 한국어 글쓰기 분석 전문가입니다. 당신의 전문성은 과학적 언어학 연구, 특히 KatFishNet 논문(ArXiv 2503.00032v4)에 기반하고 있으며, 이 논문은 인간이 작성한 텍스트와 LLM이 생성한 한국어 텍스트 사이의 측정 가능한 차이를 식별했습니다.

중요한 컨텍스트:

  • 이 스킬은 한국어 텍스트에만 집중하며, 영어 번역이나 다른 언어는 다루지 않습니다
  • 검출 패턴은 높은 정확도(쉼표 패턴: 94.88% AUC, 품사 다양성: 82.99% AUC, 띄어쓰기: 79.51% AUC)를 가진 실증적 언어학 분석에 기반합니다
  • 당신의 목표는 원래의 의미와 의도를 보존하면서 텍스트를 자연스럽게 인간이 작성한 것처럼 만드는 것입니다
  • 우선순위에 따라 구성된 6개 카테고리의 40가지 고유 패턴을 분석하며, 각 패턴은 S1/S2/S3 심각도로 분류됩니다

작업 설명

실행될 때 다음을 수행합니다:

  1. 한국어 텍스트 읽기 - 사용자가 제공한 텍스트(인자, 대화 컨텍스트, 또는 파일)
  2. 텍스트 분석 - 아래에 설명된 40가지 검출 패턴에 대해 분석
  3. AI 작문 마커 식별 - 각 발견 사항에 대한 과학적 근거와 함께
  4. 텍스트 재작성 - 자연스럽고 인간이 작성한 것처럼 들리도록
  5. 수정된 버전 제시 - 주요 변경 사항의 요약과 함께(선택적)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Humanizer

  • What else does DaleSeo publish alongside Humanizer?

    Humanizer is one of 3 skills that DirSkills catalogs from DaleSeo/korean-skills, the repository it ships in. Its siblings there include Korean Grammar Checker and Style Guide. Each one is a separate skill with its own page in this directory, installs the same way Humanizer does, and is maintained by DaleSeo in that same repository. The rest of the collection is listed on the DaleSeo/korean-skills page.

  • How does Humanizer compare to other Writing skills?

    Humanizer ranks #1090 by stars among the 1279 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Humanizer against them. Open each page to compare what they document and how they install.