✍️
WritingPython

Humanize Korean Text

by epoko77-ai

Humanize Korean Text is a Writing skill for Claude Code, published by epoko77-ai in im-not-ai.

4.6K stars489 forkson epoko77-ai/im-not-aiAdded 2026/08/20Repository updated 2026/08/18
agent-skillsai-detectionclaudeclaude-codeclaude-skillhumanizerkoreankorean-nlpllmnlptranslationesewriting
Install in seconds
Install Humanize Korean Text
Copy Humanize Korean Text 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/epoko77-ai/im-not-ai/tree/main/skills/humanize ~/.claude/skills/humanize

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/epoko77-ai/im-not-ai.git

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

In this catalog

Source file
skills/humanize/SKILL.md in epoko77-ai/im-not-ai
Installs to
~/.claude/skills/humanize
Collection
One of 4 skills cataloged from this repository
Category
Writing1012 skills

What Humanize Korean Text does

Humanize Korean Text rewrites AI-generated Korean prose to sound natural, removing detectable patterns. Use it to polish Korean content and make it read like human writing.

Humanize Korean Text is cataloged under Writing on DirSkills. Humanize Korean Text comes from a repository tagged agent-skills, ai-detection, claude, claude-code and claude-skill.

Documentation

README

/humanize — 한글 AI 티 제거

humanize-korean 스킬을 발동해 인자로 전달된 한글 텍스트(또는 파일)에 윤문을 실행한다.

입력

$ARGUMENTS

동작

  1. 인자가 비면: "윤문할 텍스트를 붙여넣어 주세요" 안내 후 종료.
  2. 인자가 파일 경로(.txt/.md)면 Read로 본문 로드.
  3. 인자가 텍스트면 그대로 입력으로 사용.
  4. humanize-korean 스킬 SKILL.md 절차(Phase 0 → 결과 전달)를 따른다 — 기본 Fast 모드, --strict 시 정밀 3콜(진단→겨냥 윤문→finalize).
  5. 결과 전달:
    • 한 줄 상태(변경률 / 등급 / 자체검증 통과)
    • 윤문본 본문(마크다운 블록)
    • 카테고리별 탐지 건수 before/after
    • 주요 변경 하이라이트 3~5건
    • 등급 B 이하면 "/humanize-redo로 2차 윤문 가능" 안내

옵션 (인자 끝에 자연어로)

  • 장르: 칼럼|리포트|블로그|공적 — 장르 명시 (생략 시 첫 300자로 자동 추정)
  • 강도: 보수|기본|적극 — 윤문 강도 (기본값: 기본)
  • 최소심각도: S1|S2|S3 — 탐지 임계값 (기본값: S2)
  • --strict — 정밀 3콜(진단→겨냥 윤문→finalize) 강제

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

Commands Humanize Korean Text provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /humanize
  • /humanize-redo

Frequently asked about Humanize Korean Text

  • What else does epoko77-ai publish alongside Humanize Korean Text?

    Humanize Korean Text is one of 4 skills that DirSkills catalogs from epoko77-ai/im-not-ai, the repository it ships in. Its siblings there include Humanize Korean, Humanize Korean and Humanize Redo. Each one is a separate skill with its own page in this directory, installs the same way Humanize Korean Text does, and is maintained by epoko77-ai in that same repository. The rest of the collection is listed on the epoko77-ai/im-not-ai page.

  • How does Humanize Korean Text compare to other Writing skills?

    Humanize Korean Text ranks #163 by stars among the 1012 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 Humanize Korean Text against them. Open each page to compare what they document and how they install.