Skip to main content
ClaudeWave
Slash Command171 repo starsupdated 3d ago

humanize

The humanize command performs comprehensive rewriting of Russian AI-generated text using the humanizer-ru skill in full rewrite mode. It accepts text input or file paths, calibrates writing voice based on author and genre parameters, removes AI markers through systematic cataloging, applies contrastive subtraction, and conducts multi-pass quality audits while preserving all factual content. Use this command when Russian AI text requires natural humanization with detailed documentation of changes made.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ilyautov/humanizer-ru/HEAD/commands/humanize.md -o ~/.claude/commands/humanize.md
Then start a new Claude Code session; the slash command loads automatically.

humanize.md

Используй скилл humanizer-ru в режиме «Полный рерайт».

Вход: $ARGUMENTS

- Если это путь к файлу — прочитай файл и работай с его содержимым.
- Если это текст — работай с ним напрямую.
- Если вход пустой — попроси пользователя дать текст или путь к файлу
  и спроси про целевой голос (кто автор, какой жанр).

Пройди все шаги скилла: калибровка голоса, снятие маркеров по каталогу,
контрастное вычитание, quad-pass аудит. Помни про Факт-замок: факты исходника
неприкосновенны, выдумывать конкретику запрещено.

Выведи: переписанный текст, затем коротко (3-5 пунктов) что именно было
исправлено и почему.